diff options
author | Hugo Hromic <[email protected]> | 2018-06-04 09:42:52 +0100 |
---|---|---|
committer | XECDesign <[email protected]> | 2018-06-04 09:42:52 +0100 |
commit | 9d76d3a6a2507cad8edd3d67c9798018f00bf3eb (patch) | |
tree | 046d88b5f14e65df6640b04041c4d92524f6469b /stage2 | |
parent | df156f02ff0e93b40caf79b083677beb691e63d1 (diff) |
stage2: clean unused/obsolete patch (#187)
Diffstat (limited to 'stage2')
-rw-r--r-- | stage2/01-sys-tweaks/00-patches/06-rc_local.diff | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/stage2/01-sys-tweaks/00-patches/06-rc_local.diff b/stage2/01-sys-tweaks/00-patches/06-rc_local.diff deleted file mode 100644 index 98b44b8..0000000 --- a/stage2/01-sys-tweaks/00-patches/06-rc_local.diff +++ /dev/null @@ -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 |