[email protected] wrote: > On Sat, Apr 04, 2009 at 11:24:07PM +0000, Izumi Tsutsui wrote: > > Log Message: > > Also put bootxx_ffsv2 into installation ramdisk. > > > > XXX: is it worth to put bootxx_lfs nowadays? > > At the moment, I'd say it's not worth adding it if it's not there, and > not worth taking it out if it is.
It only had bootxx_ffs. Anyway, we have many inconsisntency for LFS in sysinst. i386 doesn't have bootxx_lfs or newfs_lfs in its ramdisk, but menus.mi still has "LFS" option for FStype, make_filesystems() in sysinst/disks.c try to newfs_lfs, and md_bootxx_name() in sysinst/arch/i386/md.c returns "/usr/mdec/bootxx_lfs" if root is LFS. Maybe all of them should be disabled if LFS is not considered usable. For bootxx_ffsv2, I'll move md_bootxx_name() and related stuff from md.c to MI disks.c or bsddisklabel.c with some MD macros. --- Izumi Tsutsui
