++e2fsprogs
This commit is contained in:
parent
1a7c370fe3
commit
9ff028147f
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ eval $(blkid | grep ^${DISK}1 | awk '{ print $2 }')
|
|||
echo "UUID=$UUID / ext4 defaults 0 1" >> ${rootfs_tmpdir}/etc/fstab
|
||||
|
||||
run_root apk update
|
||||
run_root apk add linux-lts openrc udev openssh
|
||||
run_root apk add linux-lts openrc udev openssh e2fsprogs
|
||||
|
||||
run_root rc-update add udev
|
||||
run_root rc-update add udev-trigger
|
||||
|
|
Loading…
Reference in a new issue