sysinst: creating LFS /etc/fstab entries
"Blair Sadewitz" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.installation |
|---|---|
| Message-ID | <[email protected]> |
Currently, if one tries to create/use an LFS filesystem with sysinst, the fstab entries are commented out. Presumably, this happens because check_lfs_progs() (in distrib/utils/sysinst/disks.c) checks if fsck_lfs exists on the ramdisk. On amd64, it does not. May I remove this check so that this works, or should something else be done? Regards, --Blair