Update INITIATION.md

This commit is contained in:
mayfrost 2018-03-13 17:43:36 +00:00 committed by GitHub
parent 9aad39edf7
commit 988041298d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -91,7 +91,7 @@ Don't forget to create and mount the extra directories in the case you had creat
`tar xvf smgl-stable-<version>-basesystem-x86_64.<compression>` `tar xvf smgl-stable-<version>-basesystem-x86_64.<compression>`
### CHROOT ### CHROOT
* On CRUX you can issue the next command to mount everything else and chroot automatically. * On __CRUX__ you can issue the next command to mount everything else and chroot automatically.
`setup-chroot`   `setup-chroot`  
* On __Source Mage GNU/Linux__ mount everything else manually. * On __Source Mage GNU/Linux__ mount everything else manually.
`mount --bind /dev /mnt/drive/dev` `mount --bind /dev /mnt/drive/dev`
@ -171,3 +171,4 @@ Next is a simple example of setting the bootloader, for a more in depth view see
`shutdown -h now` `shutdown -h now`
And done. For more information on both distros and what to do next see: https://github.com/mayfrost/guides/blob/master/DISTROS.md And done. For more information on both distros and what to do next see: https://github.com/mayfrost/guides/blob/master/DISTROS.md
Also check the list of software alternative to bloatware and support minimalism https://github.com/mayfrost/guides/blob/master/ALTERNATIVES.md