roles/install_arch: Remove genfstab
Flags for the root filesystem should be specified on the kernel command line, e.g. rootflags=noatime,discard,compress=lzo . I'd argue having an entry for / in fstab is harmful since you shouldn't boot with the wrong flags in the first place. Since there are no other filesystems, genfstab becomes useless.
Please register or sign in to comment