From 6aba600ab0fdbad84e6dc108acd2aab5b557b485 Mon Sep 17 00:00:00 2001 From: mayfrost Date: Mon, 26 Feb 2018 01:51:51 +0000 Subject: [PATCH] Update and rename Initiation Rite.md to Initiation.md --- Initiation Rite.md => Initiation.md | 110 ++++++++++++++-------------- 1 file changed, 54 insertions(+), 56 deletions(-) rename Initiation Rite.md => Initiation.md (71%) diff --git a/Initiation Rite.md b/Initiation.md similarity index 71% rename from Initiation Rite.md rename to Initiation.md index 4264680..6a07781 100644 --- a/Initiation Rite.md +++ b/Initiation.md @@ -1,17 +1,17 @@ # Initiation Rite This guide is for those who want to install either CRUX or Source Mage GNU/Linux. It was written so it can be used by both, only diverging on the particular details. -* CRUX: A ports based, BSD style init scripts, distro following true KISS principles (Keep It Simple, Stupid). -* 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. +* __CRUX__: A ports based, BSD style init scripts, distro following true KISS principles (Keep It Simple, Stupid). +* __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. -== START +## START Boot in UEFI mode if on UEFI, BIOS if on BIOS, and select installation media. -# Make sure your network is up (OPTIONAL) -{{{dhcpcd }}} -# Temporarily change keyboard (available configurations can be found in /usr/share/keymaps/i386/qwerty) -{{{loadkeys }}} +* Make sure your network is up (OPTIONAL) +`dhcpcd ` +* Temporarily change keyboard (available configurations can be found in /usr/share/keymaps/i386/qwerty) +`loadkeys ` -== PARTITIONING +## PARTITIONING Supported filesystems by bootloaders are (if on UEFI ignore this as it only supports FAT): * LILO: indifferent (anything?) * SYSLINUX: ext2, ext3, ext4, btrfs, ufs 1/2, FAT16, FAT32, iso9660, udf, NTFS @@ -20,9 +20,9 @@ Supported filesystems by bootloaders are (if on UEFI ignore this as it only supp 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 format with mkfs., and one boot partition, later mounted to /mnt/drive/boot and format with mkfs. unless is UEFI in which case mkfs.vfat is the only format available and will be mounted to /mnt/drive/boot/efi. -# 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