mirror of
https://github.com/erenfro/gen2stage4.git
synced 2024-11-13 02:38:57 -05:00
Fixed #2 and alphabetized paths
This commit is contained in:
parent
03e0134644
commit
c3b036fbd2
1 changed files with 8 additions and 5 deletions
13
mkstage4.sh
13
mkstage4.sh
|
@ -79,16 +79,19 @@ shift;OPTIONS="$@"
|
|||
|
||||
# Excludes:
|
||||
EXCLUDES="\
|
||||
--exclude=.bash_history \
|
||||
--exclude=dev/* \
|
||||
--exclude=lost+found \
|
||||
--exclude=media/* \
|
||||
--exclude=mnt/*/* \
|
||||
--exclude=proc/* \
|
||||
--exclude=run/* \
|
||||
--exclude=sys/* \
|
||||
--exclude=tmp/* \
|
||||
--exclude=mnt/*/* \
|
||||
--exclude=usr/portage/* \
|
||||
--exclude=var/lock/* \
|
||||
--exclude=var/log/* \
|
||||
--exclude=var/run/* \
|
||||
--exclude=.bash_history \
|
||||
--exclude=lost+found \
|
||||
--exclude=usr/portage/*"
|
||||
--exclude=var/run/*"
|
||||
|
||||
if [ "$TARGET" == "/" ]
|
||||
then
|
||||
|
|
Loading…
Reference in a new issue