Browse Source

fake:


			
			
				rocklinux
			
			
		
fake 20 years ago
parent
commit
870dbe9e5f
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      target/bootdisk/build_stage2.sh
  2. +1
    -1
      target/bootdisk/config.in

+ 1
- 1
target/bootdisk/build_stage2.sh

@ -39,7 +39,7 @@ package_map=' +00-dirtree +glibc22 +glibc23
+netkit-base +netkit-ftp +netkit-telnet +netkit-tftp
+sysfiles +libpcap +iptables +tcp_wrappers
-kiss +kbd -syslinux +ntfsprogs
-ethtool -uml_utilities'
-ethtool -uml_utilities +ddrescue'
if [ -f ../../pkgs/bize.tar.bz2 -a ! -f ../../pkgs/mine.tar.bz2 ] ; then
packager=bize

+ 1
- 1
target/bootdisk/config.in

@ -40,7 +40,7 @@ pkgfilter sed '
/ kbd / { p; d; }; / eject / { p; d; };
/ popt / { p; d; }; / raidtools / { p; d; };
/ mdadm / { p; d; }; / ntfsprogs / { P; d; };
/ linux / { p; d; };
/ linux / { p; d; }; / ddrescue / { p; d; };
# Select some packages explicitely (architectures)
/ bin86 / { p; d; }; / cpuburn / { p; d; };

Loading…
Cancel
Save