Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
archiso
Commits
67096cae
Commit
67096cae
authored
Apr 01, 2012
by
Gerardo Exequiel Pozzi
Browse files
[archiso] Re-order and use long xorrisofs options.
Signed-off-by:
Gerardo Exequiel Pozzi
<
vmlinuz386@yahoo.com.ar
>
parent
eed6c84e
Changes
1
Hide whitespace changes
Inline
Side-by-side
archiso/mkarchiso
View file @
67096cae
...
...
@@ -396,16 +396,19 @@ command_iso () {
if
[[
${
quiet
}
==
"y"
]]
;
then
_qflag
=
"-quiet"
fi
xorriso
-as
mkisofs
${
_qflag
}
-r
-l
\
-b
isolinux/isolinux.bin
-c
isolinux/boot.cat
\
xorriso
-as
mkisofs
${
_qflag
}
\
-iso-level
3
\
-full-iso9660-filenames
\
-volid
"
${
iso_label
}
"
\
-appid
"
${
iso_application
}
"
\
-publisher
"
${
iso_publisher
}
"
\
-preparer
"prepared by mkarchiso"
\
-eltorito-boot
isolinux/isolinux.bin
\
-eltorito-catalog
isolinux/boot.cat
\
-no-emul-boot
-boot-load-size
4
-boot-info-table
\
-isohybrid-mbr
${
work_dir
}
/iso/isolinux/isohdpfx.bin
\
-p
"prepared by mkarchiso"
\
-publisher
"
${
iso_publisher
}
"
\
-A
"
${
iso_application
}
"
\
-V
"
${
iso_label
}
"
\
-o
"
${
out_dir
}
/
${
img_name
}
"
"
${
work_dir
}
/iso/"
-output
"
${
out_dir
}
/
${
img_name
}
"
\
"
${
work_dir
}
/iso/"
_msg_info
"Done! |
$(
ls
-sh
${
out_dir
}
/
${
img_name
}
)
"
fi
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment