Browse Source

Andreas V. Meier:


			
			
				rocklinux
			
			
		
Andreas V. 'netrunner' Meier 21 years ago
parent
commit
ef1826f3f7
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      target/bootdisk/build_stage2.sh

+ 1
- 1
target/bootdisk/build_stage2.sh

@ -60,7 +60,7 @@ echo_status "Saving boot/* - we do not need this on the 2nd stage ..."
rm -rf ../boot ; mkdir ../boot
mv boot/* ../boot/
#
echo_status "Remove the stuff we don't need ..."
echo_status "Remove the stuff we do not 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}

Loading…
Cancel
Save