add defaults entry to fstab

This commit is contained in:
Nico Schottelius 2021-05-29 21:23:05 +02:00
parent 7452236f2b
commit 913598dc92

View file

@ -67,7 +67,7 @@ sudo cp "$RESOLVCONF" $rootfs_tmpdir/etc/resolv.conf
# nb2:~# blkid| grep ^${DISK}1 | awk '{ print $2 }'
# UUID="fecf4182-f6dd-4d2c-9af7-8f36444ee25c"
eval $(blkid | grep ^${DISK}1 | awk '{ print $2 }')
echo "UUID=$UUID / ext4 0 1" >> ${rootfs_tmpdir}/etc/fstab
echo "UUID=$UUID / ext4 defaults 0 1" >> ${rootfs_tmpdir}/etc/fstab
run_root apk update
run_root apk add linux-lts openrc udev openssh