From 42b7812ae7927b7b9096935b28c700914d243078 Mon Sep 17 00:00:00 2001 From: Stefan Fiedler Date: Sat, 10 Jun 2006 09:21:22 +0000 Subject: [PATCH] Stefan Fiedler: fix two simple typos, use hwscan instead of hotplug (esp. for loading oss compat modules) [2006060320110167530] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@7641 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- package/base/sysfiles/rocknet_config | 2 +- package/base/sysfiles/stone_mod_hardware.sh | 2 +- target/bootdisk/linuxrc.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package/base/sysfiles/rocknet_config b/package/base/sysfiles/rocknet_config index 814feeee2..b9c7aaa78 100644 --- a/package/base/sysfiles/rocknet_config +++ b/package/base/sysfiles/rocknet_config @@ -17,7 +17,7 @@ # interface eth0 # dhcp -### interface eth0 is configured using a static IP +### interface eth1 is configured using a static IP # interface eth1 # ip 192.168.100.99/24 # gw 192.168.100.1 diff --git a/package/base/sysfiles/stone_mod_hardware.sh b/package/base/sysfiles/stone_mod_hardware.sh index 37c69aaa2..32d704ba0 100644 --- a/package/base/sysfiles/stone_mod_hardware.sh +++ b/package/base/sysfiles/stone_mod_hardware.sh @@ -107,7 +107,7 @@ main() { . /etc/conf/devtype fi - HARDWARE_SETUP=hotplug + HARDWARE_SETUP=hwscan if [ -f /etc/conf/hardware ]; then . /etc/conf/hardware fi diff --git a/target/bootdisk/linuxrc.sh b/target/bootdisk/linuxrc.sh index 6c8073426..4c540f626 100644 --- a/target/bootdisk/linuxrc.sh +++ b/target/bootdisk/linuxrc.sh @@ -461,7 +461,7 @@ while [ ${exit_linuxrc} -eq 0 ] ; do 8. Validate a CD/DVD against its embedded checksum EOF - echo -n "What do you want to do [0-7] (default=0)? " + echo -n "What do you want to do [0-8] (default=0)? " read text [ -z "${text}" ] && text=0 input=${text//[^0-9]/}