Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Jun 2015 17:20:00 GMT
From:      stefano@FreeBSD.org
To:        svn-soc-all@FreeBSD.org
Subject:   socsvn commit: r287486 - soc2015/stefano/ptnetmap/head/release/picobsd/build
Message-ID:  <201506231720.t5NHK0ZQ020276@socsvn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: stefano
Date: Tue Jun 23 17:20:00 2015
New Revision: 287486
URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=287486

Log:
  picobsd: fix iso generation
  

Modified:
  soc2015/stefano/ptnetmap/head/release/picobsd/build/picobsd

Modified: soc2015/stefano/ptnetmap/head/release/picobsd/build/picobsd
==============================================================================
--- soc2015/stefano/ptnetmap/head/release/picobsd/build/picobsd	Tue Jun 23 16:34:43 2015	(r287485)
+++ soc2015/stefano/ptnetmap/head/release/picobsd/build/picobsd	Tue Jun 23 17:20:00 2015	(r287486)
@@ -888,7 +888,7 @@
 	# build_iso_image	# XXX not implemented yet
 	(cd ${BUILDDIR}
 	cp -p /boot/cdboot ${dst}/boot || fail $? no_space "copying cdboot"
-	mkisofs -b boot/cdboot -no-emul-boot -J -r -ldots -l -L \
+	mkisofs -b boot/cdboot -no-emul-boot -J -r -ldots -l -posix-L \
 		-o ${c_iso} ${dst}
 	)
     fi



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506231720.t5NHK0ZQ020276>