stage2: clean unused/obsolete patch

pull/187/head
Hugo Hromic 2018-05-09 17:08:10 +01:00
parent df156f02ff
commit c9d0ac7f14
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