summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xadelie-build-cd2
1 files changed, 1 insertions, 1 deletions
diff --git a/adelie-build-cd b/adelie-build-cd
index 8327674..872b904 100755
--- a/adelie-build-cd
+++ b/adelie-build-cd
@@ -182,7 +182,7 @@ make_structure() {
echo 'live:x:1000:1000:Live User:/home/live:/bin/bash' >> squashroot-$ARCH/etc/passwd
echo 'live:x:1000:' >> squashroot-$ARCH/etc/group
echo 'live::::::::' >> squashroot-$ARCH/etc/shadow
- chmod 1000:1000 squashroot-$ARCH/home/live
+ chown 1000:1000 squashroot-$ARCH/home/live
cat >squashroot-$ARCH/etc/shells <<- SHELLS
/bin/bash