diff --git a/INITIATION.md b/INITIATION.md index af5fb3a..923a6d9 100644 --- a/INITIATION.md +++ b/INITIATION.md @@ -4,7 +4,10 @@ This guide is for those wanting one of the two most beautiful source based distr * __CRUX__: A ports based, BSD style init scripts, distro following true KISS principles (Keep It Simple). * __Source Mage GNU/Linux__: Without 3rd party patches, sensible defaults or masked packages, free from obfuscated and pre-configured code, use clean dependencies as they came from upstream developers and can also use flags. -__NOTE__: This guide attempts to describe __UEFI__ in detail side by side with __BIOS__. Also describes dualbooting (and triple booting) with the bootloader. If you feel overwhelmed for the amount of information don't be afraid, most of it is __OPTIONAL__, like password protection of the bootloader and the different filesystems the bootloaders can use. +__NOTE__: +* This guide attempts to describe __UEFI__ in detail side by side with __BIOS__. Also describes dualbooting (and triple booting) with the bootloader. If you feel overwhelmed for the amount of information don't be afraid, most of it is __OPTIONAL__, like password protection of the bootloader and the different filesystems the bootloaders can use. +* For __CRUX__ you should be using their "_iso_". +* For __Source Mage GNU/Linux__ you can use any "_iso_" provided they have the commands here mentioned. ## TOC @@ -22,18 +25,18 @@ __NOTE__: This guide attempts to describe __UEFI__ in detail side by side with _ ## START Boot in UEFI mode if on UEFI, BIOS if on BIOS, and select installation media. -* Make sure your network is up (OPTIONAL) +* Make sure your network is up (OPTIONAL). `dhcpcd ` -* Temporarily change keyboard (available configurations can be found in the directories "_/usr/share/kbd/keymaps/_" for __CRUX__ and "_/usr/share/keymaps/i386/qwerty_" for __Source Mage GNU/Linux__) +* Temporarily change keyboard (available configurations can be found in the directories "_/usr/share/kbd/keymaps/_" for __CRUX__ and "_/usr/share/keymaps/i386/qwerty_" for __Source Mage GNU/Linux__). `loadkeys ` ## PARTITIONING In these examples we make only two partitions but you can extend this if you know how. The partitions are one root partition, later mounted to "_/mnt/drive_" with "_mkfs._" format, and one boot partition, later mounted to "_/mnt/drive/boot_" and with "_mkfs._" format unless is __UEFI__ in which case "_mkfs.vfat_" is the only format available and will be mounted to "_/mnt/drive/boot/efi_" instead. -* Use parted +* Use parted. `parted /dev/sda` -* Inside parted, if on UEFI label the disk "_gpt_", but if on BIOS label it "_msdos_" +* Inside parted, if on UEFI label the disk "_gpt_", but if on BIOS label it "_msdos_". `mklabel