gnomeos: Fix /var/shadow link
This commit is contained in:
parent
914f9ffc61
commit
22e1822d24
|
|
@ -77,8 +77,8 @@ if ! test -d ostree; then
|
|||
mkdir ./ostree/var/lib/gdm
|
||||
chown 2:2 ./ostree/var/lib/gdm
|
||||
|
||||
touch /var/shadow
|
||||
chmod 0600 /var/shadow
|
||||
touch ./ostree/var/shadow
|
||||
chmod 0600 ./ostree/var/shadow
|
||||
|
||||
mkdir ostree/repo
|
||||
ostree --repo=ostree/repo init
|
||||
|
|
|
|||
Loading…
Reference in New Issue