install btrfs-progs early for fsck.btrfs
This commit is contained in:
parent
5d9a520433
commit
c4e306994d
|
@ -15,6 +15,9 @@ pacman-key --populate archlinuxarm
|
|||
# Update system to latest software
|
||||
pacman -Syy
|
||||
pacman -Su
|
||||
# Install btrfs-progs
|
||||
pacman -S btrfs-progs
|
||||
# Reboot
|
||||
systemctl reboot
|
||||
|
||||
# Remove arch linux on arm default user
|
||||
|
|
Loading…
Reference in a new issue