Browse Source

Stefan Fiedler:


			
			
				rocklinux
			
			
		
Stefan Fiedler 18 years ago
parent
commit
42b7812ae7
3 changed files with 3 additions and 3 deletions
  1. +1
    -1
      package/base/sysfiles/rocknet_config
  2. +1
    -1
      package/base/sysfiles/stone_mod_hardware.sh
  3. +1
    -1
      target/bootdisk/linuxrc.sh

+ 1
- 1
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

+ 1
- 1
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

+ 1
- 1
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]/}

Loading…
Cancel
Save