search for: d67a2b5

Displaying 1 result from an estimated 1 matches for "d67a2b5".

Did you mean: d367a25
2009 May 14
4
[PATCH] isohybrid: user options
...mmand line. The following example creates partition numer 4 with type 1c (hidden FAT32 LBA): isohybrid -fstype=28 -pentry=4 hybrid.iso --- utils/isohybrid.in | 11 ++++++++--- 1 files changed, 8 insertions(+), 3 deletions(-) diff --git a/utils/isohybrid.in b/utils/isohybrid.in index 83f9dc0..d67a2b5 100644 --- a/utils/isohybrid.in +++ b/utils/isohybrid.in @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/perl -s ## ----------------------------------------------------------------------- ## ## Copyright 2002-2008 H. Peter Anvin - All Rights Reserved @@ -19,6 +19,13 @@ use bytes; use Fcntl; +...