From 9313e55d1140d25a48815e1e1c6f79e519ca132a Mon Sep 17 00:00:00 2001 From: Stefan Fiedler Date: Mon, 12 May 2008 09:55:02 +0000 Subject: [PATCH] Stefan Fiedler: target/livecd: remove more unneeded files [2007120315160630401] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@8982 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- target/livecd/kernel.conf.sh | 20 -------------------- target/livecd/pkg_gawk.conf | 5 ----- target/livecd/pkg_modutils.conf | 6 ------ 3 files changed, 31 deletions(-) delete mode 100644 target/livecd/kernel.conf.sh delete mode 100644 target/livecd/pkg_gawk.conf delete mode 100644 target/livecd/pkg_modutils.conf diff --git a/target/livecd/kernel.conf.sh b/target/livecd/kernel.conf.sh deleted file mode 100644 index ff8aa865c..000000000 --- a/target/livecd/kernel.conf.sh +++ /dev/null @@ -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 - diff --git a/target/livecd/pkg_gawk.conf b/target/livecd/pkg_gawk.conf deleted file mode 100644 index b4181f8cc..000000000 --- a/target/livecd/pkg_gawk.conf +++ /dev/null @@ -1,5 +0,0 @@ - -[ -e $confdir/$pkg.conf ] && . $confdir/$pkg.conf - -var_append confopt " " " --disable-nls" - diff --git a/target/livecd/pkg_modutils.conf b/target/livecd/pkg_modutils.conf deleted file mode 100644 index d9ee0fd2e..000000000 --- a/target/livecd/pkg_modutils.conf +++ /dev/null @@ -1,6 +0,0 @@ - -[ -e $confdir/$pkg.conf ] && . $confdir/$pkg.conf - -var_append confopt " " "--disable-combined --enable-combined-rmmod \ - --enable-combined-modprobe" -