Browse Source

fake:


			
			
				rocklinux
			
			
		
fake 18 years ago
parent
commit
c98a734f40
1 changed files with 0 additions and 12 deletions
  1. +0
    -12
      target/bootdisk/linuxrc.sh

+ 0
- 12
target/bootdisk/linuxrc.sh

@ -371,16 +371,6 @@ config_net() { # {{{
ip route ip route
echo echo
} # }}} } # }}}
autoload_modules () { # {{{
while read cmd mod rest ; do
[ -n "${rest}" ] && continue
[ -z "${cmd}" ] && continue
if [ "${cmd}" == "modprobe" -o "${cmd}" == "insmod" ] ; then
echo "${cmd} ${mod}"
${cmd} ${mod} 2>&1 >/dev/null
fi
done < <( /bin/gawk -f /bin/hwscan )
} # }}}
exec_sh() { # {{{ exec_sh() { # {{{
echo "Quit the shell to return to the stage 1 loader!" echo "Quit the shell to return to the stage 1 loader!"
/bin/sh /bin/sh
@ -429,8 +419,6 @@ emit_udev_events
mod_load_info mod_load_info
autoload_modules
# some devices (scsi...) need time to settle... # some devices (scsi...) need time to settle...
echo "Waiting for devices to settle..." echo "Waiting for devices to settle..."
sleep 5 sleep 5

Loading…
Cancel
Save