2 Commits

Author SHA1 Message Date
easthighNerd 38dc3ab73a Added missing mount of efivars 2026-01-02 10:43:28 -05:00
easthighNerd 3c8719450d Added spacing between mount commands 2026-01-02 10:42:58 -05:00
+8
View File
@@ -6,15 +6,23 @@ mount \
--types proc \
proc \
/mnt/proc
mount \
--types sysfs \
sys \
/mnt/sys
mount \
--bind \
/dev \
/mnt/dev
mount \
--types devpts \
pts \
/mnt/dev/pts
mount \
--types efivarfs \
efivarfs \
/mnt/sys/firmware/efi/efivars