Browse Source

reverted parts of rev2001 where some parts of the bunzip2 options slipped in!

git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@2033 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Rene Rebe 21 years ago
parent
commit
ef94708b3a
1 changed files with 1 additions and 6 deletions
  1. +1
    -6
      target/bootdisk/config.in

+ 1
- 6
target/bootdisk/config.in

@ -21,11 +21,6 @@
# --- ROCK-COPYRIGHT-NOTE-END ---
bool 'Include the kiss shell into the initrd' ROCKCFG_BOOTDISK_USEKISS 1
choice ROCKCFG_BOOTDISK_COMPLEV 2 \
2 'Minimal compression, 550K/900K required to decompress' \
5 'Average compression, 1300K/2100K required to decompress' \
9 'Maximum compression, 2300K/3700K required to decompress'
bool 'Reduce memory usage on decompression' ROCKCFG_BOOTDISK_SMALLMEM 1
pkgfilter sed '
@ -74,7 +69,7 @@ ROCKCFGSET_DIETLIBC_modutils=1
ROCKCFGSET_DIETLIBC_module_init_tools=1
ROCKCFGSET_DIETLIBC_kiss=1
ROCKCFGSET_DIETLIBC_tar=1
ROCKCFGSET_DIETLIBC_bzip2=1
ROCKCFGSET_DIETLIBC_gzip=1
ROCKCFGSET_DIETLIBC_wget=1
ROCKCFGSET_DIETLIBC_gawk=1
ROCKCFGSET_DIETLIBC_iproute2=1

|||||||
100:0
Loading…
Cancel
Save