Browse Source

Stefan Fiedler:


			
			
				rocklinux
			
			
		
Stefan Fiedler 19 years ago
parent
commit
24033f07ed
2 changed files with 3 additions and 0 deletions
  1. +1
    -0
      architecture/x86/kernel.conf.sh
  2. +2
    -0
      package/base/sysfiles/stone_mod_setup.sh

+ 1
- 0
architecture/x86/kernel.conf.sh

@ -68,6 +68,7 @@
dnl Other useful stuff
dnl
CONFIG_RTC=y
CONFIG_INPUT_JOYSTICK=y
include(`kernel-common.conf')
include(`kernel-scsi.conf')

+ 2
- 0
package/base/sysfiles/stone_mod_setup.sh

@ -38,6 +38,7 @@ EOT
if [ -e $x ] ; then
trg=/mnt/${x/*\//} ; trg=${trg/cdrom0/cdrom}
mkdir -p $trg
[ -L "$x" ] && x="`readlink -f $x`"
echo "$x $trg iso9660 ro,noauto 0 0" >> $tmp2
fi
done
@ -46,6 +47,7 @@ EOT
if [ -e $x ] ; then
trg=/mnt/floppy${x/*\//} ; trg=${trg/floppy0/floppy}
mkdir -p $trg
[ -L "$x" ] && x="`readlink -f $x`"
echo "$x $trg auto sync,noauto 0 0" >> $tmp2
fi
done

Loading…
Cancel
Save