mirror of
https://github.com/mayfrost/guides.git
synced 2024-11-01 07:26:04 +00:00
Update INITIATION.md
This commit is contained in:
parent
033b3a7585
commit
e37662f94a
@ -55,8 +55,8 @@ In these examples we make only two partitions but you can extend this if you kno
|
|||||||
`mkdir -p /mnt/drive/boot/efi`
|
`mkdir -p /mnt/drive/boot/efi`
|
||||||
`mount /dev/sda1 /mnt/drive/boot/efi`
|
`mount /dev/sda1 /mnt/drive/boot/efi`
|
||||||
* Mount everything else
|
* Mount everything else
|
||||||
`mkdir /mnt/drive/{dev,sys,proc,tmp,usr,var}`
|
`mkdir /mnt/drive/{dev,sys,proc,tmp,usr,var}`
|
||||||
`cd /mnt/drive`
|
`cd /mnt/drive`
|
||||||
`mount --bind /dev /mnt/drive/dev`
|
`mount --bind /dev /mnt/drive/dev`
|
||||||
`mount --bind /sys /mnt/drive/sys`
|
`mount --bind /sys /mnt/drive/sys`
|
||||||
`mount -t proc none /mnt/drive/proc`
|
`mount -t proc none /mnt/drive/proc`
|
||||||
|
Loading…
Reference in New Issue
Block a user