Browse Source

Stefan Fiedler:


			
			
				rocklinux
			
			
		
Stefan Fiedler 18 years ago
parent
commit
9313e55d11
3 changed files with 0 additions and 31 deletions
  1. +0
    -20
      target/livecd/kernel.conf.sh
  2. +0
    -5
      target/livecd/pkg_gawk.conf
  3. +0
    -6
      target/livecd/pkg_modutils.conf

+ 0
- 20
target/livecd/kernel.conf.sh

@ -1,20 +0,0 @@
echo "livecd target -> disabling some settings ..."
sed -e "s/CONFIG_VIDEO\(.*\)=./# CONFIG_VIDEO\1 is not set/" \
-e "s/CONFIG_PHONE\(.*\)=./# CONFIG_PHONE\1 is not set/" \
-e "s/CONFIG_RADIO\(.*\)=./# CONFIG_RADIO\1 is not set/" \
-e "s/CONFIG_HAMRADIO\(.*\)=./# CONFIG_HAMRADIO\1 is not set/" \
-e "s/CONFIG_ATM\(.*\)=./# CONFIG_ATM\1 is not set/" \
-e "s/CONFIG_SMP\(.*\)=./# CONFIG_SMP\1 is not set/" \
-e "s/CONFIG_SOUND_\(.*\)=./# CONFIG_SOUND_\1 is not set/" \
-e "s/CONFIG_PCI_NAMES\(.*\)=./# CONFIG_PCI_NAMES\1 is not set/" \
-e "s/CONFIG_INPUT_JOYDEV\(.*\)=./# CONFIG_INPUT_JOYDEV\1 is not set/" \
-e "s/CONFIG_GAMEPORT\(.*\)=./# CONFIG_GAMEPORT\1 is not set/" \
-e "s/CONFIG_IP_NF\(.*\)=./CONFIG_IP_NF\1=m/" \
-e "s/CONFIG_KALLSYMS=./# CONFIG_KALLSYMS is not set/" \
-e "s/CONFIG_IOSCHED_AS=./# CONFIG_IOSCHED_AS is not set/" \
$1 > .config.livecd
mv .config.livecd $1

+ 0
- 5
target/livecd/pkg_gawk.conf

@ -1,5 +0,0 @@
[ -e $confdir/$pkg.conf ] && . $confdir/$pkg.conf
var_append confopt " " " --disable-nls"

+ 0
- 6
target/livecd/pkg_modutils.conf

@ -1,6 +0,0 @@
[ -e $confdir/$pkg.conf ] && . $confdir/$pkg.conf
var_append confopt " " "--disable-combined --enable-combined-rmmod \
--enable-combined-modprobe"

Loading…
Cancel
Save