gnomeos: Fix /var/shadow link

This commit is contained in:
Colin Walters 2012-01-31 14:49:42 -05:00
parent 914f9ffc61
commit 22e1822d24
1 changed files with 2 additions and 2 deletions

View File

@ -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