mirror of
https://github.com/pygos/build.git
synced 2024-11-22 11:09:46 +01:00
Fix permissions in initrd file listing
Signed-off-by: David Oberhollenzer <goliath@infraroot.at>
This commit is contained in:
parent
f36a1aee30
commit
5340013d16
1 changed files with 6 additions and 6 deletions
|
@ -1,9 +1,9 @@
|
||||||
dir dev 0755 0 0
|
dir dev 0755 0 0
|
||||||
dir lib 0775 0 0
|
dir lib 0755 0 0
|
||||||
dir bin 0775 0 0
|
dir bin 0755 0 0
|
||||||
dir sys 0775 0 0
|
dir sys 0755 0 0
|
||||||
dir proc 0775 0 0
|
dir proc 0755 0 0
|
||||||
dir newroot 0775 0 0
|
dir newroot 0755 0 0
|
||||||
dir images 0775 0 0
|
dir images 0755 0 0
|
||||||
slink sbin 0777 0 0 bin
|
slink sbin 0777 0 0 bin
|
||||||
nod dev/console 600 0 0 c 5 1
|
nod dev/console 600 0 0 c 5 1
|
||||||
|
|
Loading…
Reference in a new issue