mayfrost-guides

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit fd09075632db3dbffff8296f9347f4e7a7e4ebed
parent 80f0fe591c794c4398c1c19b7c963281924d774d
Author: mayfrost <mayfrost@cock.li>
Date:   Wed, 11 Jul 2018 10:17:28 +0000

Update INITIATION.md
Diffstat:
MINITIATION.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/INITIATION.md b/INITIATION.md @@ -126,7 +126,7 @@ iface eth0 inet dhcp ### EDIT FSTAB * Change the "_/etc/fstab_" file with appropriate filesystems. -```/dev/sda1 /boot <BOOTLOADER_FILESYSTEM> defaults 0 2 +```/dev/sda1 /boot <BOOTLOADER_FILESYSTEM> defaults 0 2 /dev/sda2 / <ROOT_FILESYSTEM> noatime 0 1 ``` * On __CRUX__ uncomment the lines referring to "_devpts_", "_tmp_", and "_shm_" as some programs require it (Firefox), also "_USB_" and or "_cdrom_" if using those.