NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: toolchain/45153: build.sh target live-image wanted



The following reply was made to PR toolchain/45153; it has been noted by GNATS.

From: Izumi Tsutsui <tsutsui%ceres.dti.ne.jp@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: tsutsui%ceres.dti.ne.jp@localhost
Subject: Re: toolchain/45153: build.sh target live-image wanted
Date: Sat, 24 Sep 2011 01:49:20 +0900

 I've put updated one:
 ftp://ftp.NetBSD.org/pub/NetBSD/misc/tsutsui/fsimage/liveimage-20110924.tar.gz
 
 The following two problems are workarounded:
 >  - images will be installed into releasedir, but they should not be included
 >    in iso-image (i.e. distrib/common/Makefile.bootcd needs to be updated)
 Now distrib/common/Makefile.bootcd explicitly excludes
 installation/liveimage dir from iso images.
 
 >  - race in ${MAKESUMS} in Makefile.liveimage if ${MACHINE} has multiple 
 > images
 Fixed by invoking distrib/Makefile via "${MAKEDIRTARGET} etc live-image"
 from src/Makefile and also call ${MAKESUMS} from etc/Makefile after
 all images are ready.
 
 Also fixed one bug, wrong NetBSD partition size in MBR partition.
 
 The following problems should still be discussed:
 >  - can we really call images which just boot up to multiuser "live image"?
 >  - needs better image names (rather than sun3emu.img etc.)
 >  - too many dumb statements in Makefile.liveimage (needs sh and make gurus)
 >  - makefs during building images fails if release binaries are built without
 >    MKUNPRIVED=yes, (i.e. build.sh -U) because
 >    destdir/etc/mtree/set.* must have permission info for makefs(8)
 >  - and needs more thoughts and cleanup...
 
 ---
 Izumi Tsutsui
 


Home | Main Index | Thread Index | Old Index