From ea7d7b05981b002f37e7c1ad7ef13e9ca83cb1cd Mon Sep 17 00:00:00 2001 From: mayfrost Date: Mon, 26 Feb 2018 02:22:58 +0000 Subject: [PATCH] Update Initiation.md --- Initiation.md | 67 ++++++++++++++++++++++++--------------------------- 1 file changed, 32 insertions(+), 35 deletions(-) diff --git a/Initiation.md b/Initiation.md index be881ab..c767f13 100644 --- a/Initiation.md +++ b/Initiation.md @@ -8,7 +8,7 @@ This guide is for those who want to install either CRUX or Source Mage GNU/Linux 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 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 @@ -18,11 +18,11 @@ Supported filesystems by bootloaders are (if on UEFI ignore this as it only supp * __GRUB Legacy__: FAT16, FAT32, minix, ext2, ext3, ext4, ReiserFS, JFS, XFS, VSTa fs, Btrfs * __GRUB 2__: ext2, ext3, ext4, btrfs, zfs, ufs, minix, iso9660, udf, jfs, hfs, hfs+, afs, affs, sfs, xfs, reiserfs, tar, cpio, NTFS, FAT16, FAT32 -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__. +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 `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