On Thu, May 05, 2011 at 10:29:47PM -0500, Nathan Whitehorn wrote:
> I'm cleaning up the release-building code, and am switching them from
> mkisofs to makefs, which provides the same functionality. This started
> with some irritation with the cdrtools port and a bug in the HFS hybrid
> generatio
On May 6, 2011, at 6:50 AM, Nathan Whitehorn wrote:
> On 05/06/11 00:21, Marcel Moolenaar wrote:
>> On May 5, 2011, at 8:29 PM, Nathan Whitehorn wrote:
>>
>>> On 05/05/11 16:18, Marcel Moolenaar wrote:
On May 5, 2011, at 7:16 AM, Nathan Whitehorn wrote:
> @@ -84,15 +63,13 @@ if [
On 05/06/11 00:21, Marcel Moolenaar wrote:
On May 5, 2011, at 8:29 PM, Nathan Whitehorn wrote:
On 05/05/11 16:18, Marcel Moolenaar wrote:
On May 5, 2011, at 7:16 AM, Nathan Whitehorn wrote:
@@ -84,15 +63,13 @@ if [ $bootable = yes ]; then
mv $MNT/boot/loader.efi $MNT/efi/boot/bootia64.e
On May 5, 2011, at 8:29 PM, Nathan Whitehorn wrote:
> On 05/05/11 16:18, Marcel Moolenaar wrote:
>> On May 5, 2011, at 7:16 AM, Nathan Whitehorn wrote:
>>
>>> @@ -84,15 +63,13 @@ if [ $bootable = yes ]; then
>>> mv $MNT/boot/loader.efi $MNT/efi/boot/bootia64.efi
>>> umount $MNT
>>> m
On 05/05/11 16:18, Marcel Moolenaar wrote:
On May 5, 2011, at 7:16 AM, Nathan Whitehorn wrote:
@@ -84,15 +63,13 @@ if [ $bootable = yes ]; then
mv $MNT/boot/loader.efi $MNT/efi/boot/bootia64.efi
umount $MNT
mdconfig -d -u $md
-BOOTOPTS="-b $EFIPART -no-emul-boot"
+BOOTOPT
On May 5, 2011, at 7:16 AM, Nathan Whitehorn wrote:
> @@ -84,15 +63,13 @@ if [ $bootable = yes ]; then
> mv $MNT/boot/loader.efi $MNT/efi/boot/bootia64.efi
> umount $MNT
> mdconfig -d -u $md
> -BOOTOPTS="-b $EFIPART -no-emul-boot"
> +BOOTOPTS="-b bootimage=i386;$EFIPART -o no-
Author: nwhitehorn
Date: Thu May 5 14:16:40 2011
New Revision: 221497
URL: http://svn.freebsd.org/changeset/base/221497
Log:
Convert IA64 ISO script to use makefs instead of mkisofs.
Modified:
head/release/ia64/mkisoimages.sh
Modified: head/release/ia64/mkisoimages.sh
==