'fixed isolinux.cfg'

This commit is contained in:
Tobias Powalowski 2007-08-04 20:38:49 +00:00
parent 114ce5890c
commit e7585bfa30
4 changed files with 6 additions and 6 deletions

View file

@ -27,14 +27,14 @@ ISOLINUXCFG="/etc/archboot/etc/isolinux.cfg"
MENULST="/etc/archboot/etc/menu.lst"
# Prompt on CD boot, defaulted to yes, 1=yes 0=no
PROMPT="0"
PROMPT="1"
# Name of the ISO, if empty Arch Linux is used if not set by a HOOK later
ISONAME=""
# Timeout in seconds on CD boot, defaulted to 30 to fix usb keyboard issues
# 0 means wait for prompt
TIMEOUT="30"
TIMEOUT="300"
# Setting cdrecord options
DEVICE="/dev/cdrw"

View file

@ -7,6 +7,6 @@ vc/1
vc/2
vc/3
vc/4
ttyS0
tts/0
# End of file

View file

@ -121,7 +121,7 @@ SUBSYSTEMS=="scsi", KERNEL=="sg[0-9]*", ATTRS{type}=="5", GROUP="optical"
SUBSYSTEMS=="ide", KERNEL=="hd*", ATTRS{media}=="floppy*", NAME{all_partitions}="%k", GROUP="floppy"
# permissions for removable devices like cardreaders or sticks
KERNEL=="sd*", ATTRS{scsi_level}=="3", ATTRS{type}=="0", GROUP="storage"
KERNEL=="sd*", ATTRS{scsi_level}=="0", ATTRS{type}=="0", GROUP="storage"
# permissions for firewire external drives
KERNEL=="sd*", ATTRS{scsi_level}=="5", GROUP="storage"

View file

@ -3,8 +3,8 @@ run_hook ()
# fix depmod link
ln -s /sbin/depmod /bin/depmod
ARCH_ADDON="optical storage floppy disk"
echo " Waiting for usb/fw devices to come ready ..."
sleep 5
echo " Waiting 10 seconds for usb/fw devices to come ready ..."
sleep 10
for i in $ARCH_ADDON; do
echo "Checking $i devices for addons ..."
for k in $(find /dev -maxdepth 1 -group "$i"); do