Added spacing between mount commands

This commit is contained in:
2026-01-02 10:42:58 -05:00
parent e8c745a307
commit 3c8719450d

View File

@@ -6,14 +6,17 @@ mount \
--types proc \
proc \
/mnt/proc
mount \
--types sysfs \
sys \
/mnt/sys
mount \
--bind \
/dev \
/mnt/dev
mount \
--types devpts \
pts \