diff options
Diffstat (limited to 'core/scripts')
-rw-r--r-- | core/scripts/setup-install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/scripts/setup-install.sh b/core/scripts/setup-install.sh index 01e3bd1..0e0a720 100644 --- a/core/scripts/setup-install.sh +++ b/core/scripts/setup-install.sh @@ -270,7 +270,7 @@ setup_ports() { PATH=/bin:/usr/bin:/sbin:/usr/sbin \ /bin/bash -c "id pkgmk >> /etc/fstab" - echo "pkgmk /usr/ports/work tmpfs size=30G,gid=102,uid=101,defaults 0 0" >> $CHROOT/etc/fstab + echo "pkgmk /usr/ports/work tmpfs size=30G,gid=102,uid=101,defaults,mode=0750 0 0" >> $CHROOT/etc/fstab vim $CHROOT/etc/fstab |