summaryrefslogtreecommitdiff
path: root/scripts/debian/woody
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/debian/woody')
-rw-r--r--scripts/debian/woody2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/debian/woody b/scripts/debian/woody
index 257a0ad..053daab 100644
--- a/scripts/debian/woody
+++ b/scripts/debian/woody
@@ -87,7 +87,7 @@ first_stage_install () {
setup_etc
if [ ! -e "$TARGET/etc/fstab" ]; then
echo '# UNCONFIGURED FSTAB FOR BASE SYSTEM' > "$TARGET/etc/fstab"
- chown 0.0 "$TARGET/etc/fstab"; chmod 644 "$TARGET/etc/fstab"
+ chown 0:0 "$TARGET/etc/fstab"; chmod 644 "$TARGET/etc/fstab"
fi
setup_devices