Browse Source

bootdisk size reductions (should be a couple MB)

git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1440 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Rene Rebe 21 years ago
parent
commit
09b002cee1
3 changed files with 4 additions and 3 deletions
  1. +1
    -0
      Documentation/Developers/CHANGELOG-RENE
  2. +2
    -2
      target/bootdisk/build_stage2.sh
  3. +1
    -1
      target/bootdisk/config.in

+ 1
- 0
Documentation/Developers/CHANGELOG-RENE

@ -3,6 +3,7 @@
- fixed linux24 linux24benh ppc/config.in to allow to set CONFIG_PPC_RTC
properly
- bootdisk size reductions (a couple MB)
*) 2003-09-16 (2.0.0-rc1 - 2.0.0-rc2)

+ 2
- 2
target/bootdisk/build_stage2.sh

@ -15,7 +15,7 @@ package_map=' +00-dirtree +glibc22 +glibc23
-binutils -bin86 -nasm -dietlibc
+grub +lilo +yaboot +aboot
+silo +parted +mac-fdisk +pdisk
+xfsprogs +mkdosfs +mtools +jfsutils
+xfsprogs +mkdosfs +jfsutils
+e2fsprogs +reiserfsprogs +genromfs +lvm
+raidtools +dump +eject
+hdparm +memtest86 +cpuburn +bonnie++
@ -23,7 +23,7 @@ package_map=' +00-dirtree +glibc22 +glibc23
+readline -strace -ltrace -perl5
-m4 -time -gettext -zlib
+bash +attr +acl +findutils
+mktemp +coreutils +diffutils +patch
+mktemp +coreutils -diffutils -patch
-make +grep +sed +gzip
+tar +gawk -flex +bzip2
-texinfo +less -groff -man

+ 1
- 1
target/bootdisk/config.in

@ -28,7 +28,7 @@ pkgfilter sed '
/ dialog / { p; d; }; / bc / { p; d; };
/ dump / { p; d; }; / cpio / { p; d; };
/ ed / { p; d; }; / lrzsz / { p; d; };
/ minicom / { p; d; }; / mtools / { p; d; };
/ minicom / { p; d; };
/ netkit-base / { p; d; }; / netkit-telnet / { p; d; };
/ netkit-ftp / { p; d; }; / netkit-tftp / { p; d; };
/ pciutils / { p; d; }; / portmap / { p; d; };

Loading…
Cancel
Save