summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2020-07-03 20:03:14 -0400
committerAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2020-07-04 15:03:37 -0400
commit8ebb68394c059b3c92586ee4a4ed3136a3011c61 (patch)
tree73b5ecaa58d331328fcf764079dd63bbaced078f
parenta625357fea99a9818e19d8fc8f281c8b53a3b071 (diff)
downloadminitramfs-8ebb68394c059b3c92586ee4a4ed3136a3011c61.tar.xz
minitramfs-8ebb68394c059b3c92586ee4a4ed3136a3011c61.zip
init: no need to bring down network
-rw-r--r--init1
1 files changed, 0 insertions, 1 deletions
diff --git a/init b/init
index de10111..7a63521 100644
--- a/init
+++ b/init
@@ -26,7 +26,6 @@ e2fsck -C 0 -E inode_count_fullmap -p /dev/mapper/root || exit
mount -o nodev /dev/mapper/root /mnt || exit
kill -9 -1
-ip link set eth0 down
cd /mnt || exit
umount -n /dev/pts /dev /proc