Update INITIATION.md

This commit is contained in:
mayfrost 2018-03-07 04:04:29 +00:00 committed by GitHub
parent c8f86ce02f
commit 2b6883186d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -58,9 +58,9 @@ In these examples we make only two partitions but you can extend this if you kno
## SETUP
* Create directories
`mkdir -p /mnt/drive/{dev,sys,proc,tmp,usr/src,var}`
* On __CRUX__ run "_setup_", and if on UEFI during the setup select grub2-efi (if using GRUB 2), efibootmgr, and elfutils from opt (only select core, and say yes when you're asked if you want to select individual packages). And if you are not using LILO de-select it from core.  
* On __CRUX__ run "_setup_", and if on UEFI during the setup select grub2-efi (if using GRUB 2), efibootmgr, and elfutils from opt (only select core, and say yes when you're asked if you want to select individual packages). And if you are not using LILO de-select it from core.
`setup`
* On __Source Mage GNU/Linux__ get the tarball  
* On __Source Mage GNU/Linux__ get the tarball
`cd /mnt/drive`
`wget -c "http://download.sourcemage.org/image/official/smgl-stable-<version>-basesystem-x86_64.<compression>"`
`tar xvf smgl-stable-<version>-basesystem-x86_64.<compression>`