stage2: clean unused/obsolete patch (#187)

pull/190/head
Hugo Hromic 2018-06-04 09:42:52 +01:00 committed by XECDesign
parent df156f02ff
commit 9d76d3a6a2
1 changed files with 0 additions and 15 deletions

View File

@ -1,15 +0,0 @@
Index: jessie-stage2/rootfs/etc/rc.local
===================================================================
--- jessie-stage2.orig/rootfs/etc/rc.local
+++ jessie-stage2/rootfs/etc/rc.local
@@ -11,4 +11,10 @@
#
# By default this script does nothing.
+# Print the IP address
+_IP=$(hostname -I) || true
+if [ "$_IP" ]; then
+ printf "My IP address is %s\n" "$_IP"
+fi
+
exit 0