Update INITIATION.md

This commit is contained in:
mayfrost 2018-03-06 04:36:26 +00:00 committed by GitHub
parent 63acce023a
commit 5dd2cc6e5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -104,6 +104,7 @@ In these examples we make only two partitions but you can extend this if you kno
`cast -r locale` `cast -r locale`
## KERNEL ## KERNEL
Next are simple examples of compiling the kernel, for a more in depth view see https://github.com/mayfrost/guides/blob/master/KERNEL.md
* On __CRUX__ * On __CRUX__
`cd /usr/src/linux-<VERSION>` `cd /usr/src/linux-<VERSION>`
`make all modules_install install` `make all modules_install install`
@ -112,6 +113,7 @@ In these examples we make only two partitions but you can extend this if you kno
`cast -r linux` `cast -r linux`
## BOOTLOADER ## BOOTLOADER
Next is a simple example of setting the bootloader, for a more in depth view see https://github.com/mayfrost/guides/blob/master/BOOTLOADER.md
* The drive where bootloaders and OSes are installed on these examples is "_/dev/sda_", but could be anywhere. * The drive where bootloaders and OSes are installed on these examples is "_/dev/sda_", but could be anywhere.
* The bootloader installation __IS__ inside chroot AND with drives mounted, so this guide assumes you are inside "_/mnt/drive_". * The bootloader installation __IS__ inside chroot AND with drives mounted, so this guide assumes you are inside "_/mnt/drive_".
* "_<PARTITION_NUMBER_OF_DISTRO>_", "_<PARTITION_NUMBER_OF_FREEDOS>_" and "_<PARTITION_NUMBER_OF_WINDOWS>_" are just the numbers of partitions. * "_<PARTITION_NUMBER_OF_DISTRO>_", "_<PARTITION_NUMBER_OF_FREEDOS>_" and "_<PARTITION_NUMBER_OF_WINDOWS>_" are just the numbers of partitions.
@ -149,4 +151,4 @@ In these examples we make only two partitions but you can extend this if you kno
* Shutdown the machine * Shutdown the machine
`shutdown -h now` `shutdown -h now`
And done. And done. For more information on both distros see https://github.com/mayfrost/guides/blob/master/DISTROS.md