Browse Source

move bootdisk space saving (we do not need .a libraries - saves ~ yet

another MB)


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

+ 1
- 0
Documentation/Developers/CHANGELOG-RENE

@ -6,6 +6,7 @@
and the hard-disc on the slave (the PowerBook default ?!?)
- Oliver Regehr: fixed linux* for alpha
- fixed xfree86 to not run fc-cache (and so depend on all font packages)
- more bootdisk space saving (we do not need .a libraries)
- darkglass update
*) 2003-09-17 (2.0.0-rc1 - 2.0.0-rc2)

+ 1
- 1
target/bootdisk/build_stage2.sh

@ -62,7 +62,7 @@ mv -v boot/* ../boot/
echo_status "Remove the stuff we don't need ..."
rm -rf home usr/{local,doc,man,info,games,share}
rm -rf var/adm/* var/games var/adm var/mail var/opt
rm -rf usr/{include,src} usr/*-linux-gnu usr/lib/*.{a,la,o}
rm -rf usr/{include,src} usr/*-linux-gnu {,usr/}lib/*.{a,la,o}
rm -rf usr/lib/*/
#
echo_status "Installing some terminfo databases ..."

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