From 7f792f4f625a21540d49345e28e73fd3fc55085a Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Wed, 23 May 2007 20:31:53 +0000 Subject: [PATCH] Clifford Wolf: Some smaller bootdisk fixes [2007052013111416893] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@8464 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- target/bootdisk/build_stage2.sh | 4 ++-- target/bootdisk/config.in | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/target/bootdisk/build_stage2.sh b/target/bootdisk/build_stage2.sh index 754ea8ff8..cbb7e2775 100644 --- a/target/bootdisk/build_stage2.sh +++ b/target/bootdisk/build_stage2.sh @@ -97,9 +97,9 @@ if [ -f ../../pkgs/kbd.tar.bz2 ] ; then fi # if [ -f ../../pkgs/pciutils.tar.bz2 ] ; then - echo_status "Installing pci.ids.gz ..." + echo_status "Installing pci.ids ..." tar $taropt ../../pkgs/pciutils.tar.bz2 \ - usr/share/pci.ids.gz + usr/share/pci.ids fi # echo_status "Creating 2nd stage linuxrc." diff --git a/target/bootdisk/config.in b/target/bootdisk/config.in index 970528e38..0fb7ef8e9 100644 --- a/target/bootdisk/config.in +++ b/target/bootdisk/config.in @@ -73,6 +73,7 @@ pkgfilter sed ' / dietlibc / { s/^X /O /; p; d; }; / rocknet / { s/^X /O /; p; d; }; / devfsd / { s/^X /O /; p; d; }; / rockplug / { s/^X /O /; p; d; }; / netkit-ftp / { s/^X /O /; p; d; }; / netkit-tftp / { s/^X /O /; p; d; }; +/ unzip / { s/^X /O /; p; d; }; / zip / { s/^X /O /; p; d; }; / modutils / { s/^X /O /; p; d; }; '