Browse Source

Benjamin Schieder:


			
			
				rocklinux
			
			
		
Benjamin Schieder 19 years ago
parent
commit
c1169ea759
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      target/bootdisk/linuxrc.sh

+ 3
- 0
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

Loading…
Cancel
Save