Update INITIATION.md

This commit is contained in:
mayfrost 2018-07-11 10:17:28 +00:00 committed by GitHub
parent 80f0fe591c
commit fd09075632
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.