stage2: clean unused/obsolete patch (#187)
This commit is contained in:
parent
df156f02ff
commit
9d76d3a6a2
1 changed files with 0 additions and 15 deletions
|
@ -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
|
|
Loading…
Reference in a new issue