NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: install/55075: distrib/common/bootimage FAT partition support
The following reply was made to PR install/55075; it has been noted by GNATS.
From: Izumi Tsutsui <tsutsui%ceres.dti.ne.jp@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: thorpej%me.com@localhost, tsutsui%ceres.dti.ne.jp@localhost
Subject: Re: install/55075: distrib/common/bootimage FAT partition support
Date: Thu, 19 Mar 2020 01:34:40 +0900
> This is great. It would also be nice if it could be generic enough to
> support creating ext2fs boot partitions as well (so that cobalt could
> get an install image that could be blasted to the drive).
The Makefile simply creates independent FS (or label) images
and just concatenates them, so adding a new partition would be
trivial (if they are exclusive).
> I know makefs
> doesn't support ext2fs yet,
This has been in my todo list, but less motivated..
(should be trivial since newfs_ext2fs(8) is mostly based on newfs(8),
but global option variables might be annoying)
---
Izumi Tsutuis
Home |
Main Index |
Thread Index |
Old Index