mirror of
https://github.com/mayfrost/guides.git
synced 2025-07-25 15:29:21 +00:00
Update INITIATION.md
This commit is contained in:
@ -56,7 +56,6 @@ In these examples we make only two partitions but you can extend this if you kno
|
||||
`mount /dev/sda1 /mnt/drive/boot/efi`
|
||||
* Mount everything else
|
||||
`mkdir -p /mnt/drive/{dev,sys,proc,tmp,usr/src,var}`
|
||||
`cd /mnt/drive`
|
||||
`mount --bind /dev /mnt/drive/dev`
|
||||
`mount --bind /tmp /mnt/drive/tmp`
|
||||
`mount --bind /sys /mnt/drive/sys`
|
||||
|
Reference in New Issue
Block a user