image.in, sub.in: fix cleanup .gitignore from stage1, stage2
This commit is contained in:
parent
f783d28dd9
commit
c8322e069d
@ -3,4 +3,4 @@
|
||||
|
||||
chmod 755 /
|
||||
|
||||
rm -f /.gitignore
|
||||
rm /.gitignore
|
||||
|
3
sub.in/stage1/scripts.d/01-clean-.gitignore-stage1
Executable file
3
sub.in/stage1/scripts.d/01-clean-.gitignore-stage1
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
rm /.image/.gitignore
|
@ -2,5 +2,3 @@
|
||||
# fixup chroot's toplevel directory permissions (use to become 1775)
|
||||
|
||||
chmod 755 /
|
||||
|
||||
rm -f /.gitignore
|
||||
|
3
sub.in/stage2/scripts.d/01-clean-.gitignore-stage2
Executable file
3
sub.in/stage2/scripts.d/01-clean-.gitignore-stage2
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
rm /.image/.gitignore
|
Loading…
Reference in New Issue
Block a user