moved everything to different stages
This commit is contained in:
10
stage/prechroot/cleanup.bash
Normal file
10
stage/prechroot/cleanup.bash
Normal file
@@ -0,0 +1,10 @@
|
||||
|
||||
sudo chroot "$SYSROOT" /usr/bin/env -i \
|
||||
/usr/bin/bash <<- "EOF"
|
||||
|
||||
rm -rf /usr/share/{info,man,doc}/*
|
||||
|
||||
find /usr/{lib,libexec} -name \*.la -delete
|
||||
|
||||
rm -rf /cross
|
||||
EOF
|
||||
Reference in New Issue
Block a user