Subject: Re: build.sh: iso-image operation not working
To: None <current-users@netbsd.org>
From: Jukka Salmi <j+nbsd@2006.salmi.ch>
List: current-users
Date: 02/03/2006 11:53:47
--UlVJffcvxoiEqYs2
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Marcin Jessa --> current-users (2006-02-03 11:35:31 +0100):
> Maybe the isoimage target should build all the required floppy images
> as well?
That would be nice. Until then you could build a release to have them
created...
Also notice the mkisofs warnings.
Yes, we should do what mkisofs suggest...
Regards, Jukka
--
bashian roulette:
$ ((RANDOM%6)) || rm -rf ~
--UlVJffcvxoiEqYs2
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename=diff
Index: etc/Makefile
===================================================================
RCS file: /cvsroot/src/etc/Makefile,v
retrieving revision 1.320
diff -u -p -r1.320 Makefile
--- etc/Makefile 29 Jan 2006 14:03:59 -0000 1.320
+++ etc/Makefile 3 Feb 2006 10:50:29 -0000
@@ -63,7 +63,7 @@ DISTRIBREV!= ${HOST_SH} ${KERNSRCDIR}/co
ISO_VOLID!= echo NETBSD_${DISTRIBREV} | tr a-z A-Z
MKISOFS_FLAGS+= -J -l -hide-joliet-trans-tbl -r -T \
-V ${ISO_VOLID} \
- -P "The NetBSD Project" \
+ -publisher "The NetBSD Project" \
-m "${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/cdrom"
.if ${MKISOFS_FLAGS:N-v}
MKISOFS_FLAGS+= -quiet
--UlVJffcvxoiEqYs2--