add defaults entry to fstab
This commit is contained in:
parent
7452236f2b
commit
913598dc92
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue