Displaying 1 result from an estimated 1 matches for "mountablil".
Did you mean:
mountable
2009 May 14
4
[PATCH] isohybrid: user options
Allow the user to define the type of partition and its number from the
command 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
---