From c1169ea759e51d76244966adf183729e72284a47 Mon Sep 17 00:00:00 2001 From: Benjamin Schieder Date: Tue, 14 Mar 2006 01:08:23 +0000 Subject: [PATCH] Benjamin Schieder: bootdisk unconditionally set loopback interface up [2006021808174201061] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@7200 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- target/bootdisk/linuxrc.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/target/bootdisk/linuxrc.sh b/target/bootdisk/linuxrc.sh index 5b26b9cde..0b1fb38a2 100644 --- a/target/bootdisk/linuxrc.sh +++ b/target/bootdisk/linuxrc.sh @@ -431,6 +431,9 @@ autoload_modules echo "Waiting for devices to settle..." sleep 5 +ip addr add 127.0.0.1 dev lo +ip link set lo up + if [ ${autoboot} -eq 1 ] ; then load_ramdisk_file cdroms 1 fi