Browse Source

Clifford Wolf:


			
			
				rocklinux
			
			
		
Clifford Wolf 17 years ago
parent
commit
7f792f4f62
2 changed files with 3 additions and 2 deletions
  1. +2
    -2
      target/bootdisk/build_stage2.sh
  2. +1
    -0
      target/bootdisk/config.in

+ 2
- 2
target/bootdisk/build_stage2.sh

@ -97,9 +97,9 @@ if [ -f ../../pkgs/kbd.tar.bz2 ] ; then
fi fi
# #
if [ -f ../../pkgs/pciutils.tar.bz2 ] ; then if [ -f ../../pkgs/pciutils.tar.bz2 ] ; then
echo_status "Installing pci.ids.gz ..."
echo_status "Installing pci.ids ..."
tar $taropt ../../pkgs/pciutils.tar.bz2 \ tar $taropt ../../pkgs/pciutils.tar.bz2 \
usr/share/pci.ids.gz
usr/share/pci.ids
fi fi
# #
echo_status "Creating 2nd stage linuxrc." echo_status "Creating 2nd stage linuxrc."

+ 1
- 0
target/bootdisk/config.in

@ -73,6 +73,7 @@ pkgfilter sed '
/ dietlibc / { s/^X /O /; p; d; }; / rocknet / { s/^X /O /; p; d; }; / dietlibc / { s/^X /O /; p; d; }; / rocknet / { s/^X /O /; p; d; };
/ devfsd / { s/^X /O /; p; d; }; / rockplug / { 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; }; / 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; }; / modutils / { s/^X /O /; p; d; };
' '

Loading…
Cancel
Save