summaryrefslogtreecommitdiff
path: root/scripts/ubuntu/breezy
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/ubuntu/breezy')
-rw-r--r--scripts/ubuntu/breezy2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/ubuntu/breezy b/scripts/ubuntu/breezy
index 9ad1743..e5e575d 100644
--- a/scripts/ubuntu/breezy
+++ b/scripts/ubuntu/breezy
@@ -39,7 +39,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