diff options
author | Michał Górny <mgorny@gentoo.org> | 2016-05-25 17:17:54 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2016-05-25 17:22:37 +0200 |
commit | 54c6797117fbf70034ab299c46161a7d235527e6 (patch) | |
tree | 671bd81a9b47da207ab7224e01b0eff37a1c84ec /app-admin/systemrescuecd-x86/metadata.xml | |
parent | dev-perl/Search-Xapian-1.2.22.0-r0: add alpha keyword (diff) | |
download | gentoo-54c6797117fbf70034ab299c46161a7d235527e6.tar.gz gentoo-54c6797117fbf70034ab299c46161a7d235527e6.tar.bz2 gentoo-54c6797117fbf70034ab299c46161a7d235527e6.zip |
app-admin/systemrescuecd-x86: Support running isohybrid on images
Add isohybrid flag that uses isohybrid (from syslinux) to make
the images dual-bootable as CD and USB media. This is the new
upstream-suggested method of using SRCD on USB sticks.
Since isohybrid modifies images in place and takes less than a second,
it seems reasonable to run it while installing rather than expecting
the user to copy it to a temporary location, convert it, then copy to
the media.
Diffstat (limited to 'app-admin/systemrescuecd-x86/metadata.xml')
-rw-r--r-- | app-admin/systemrescuecd-x86/metadata.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/app-admin/systemrescuecd-x86/metadata.xml b/app-admin/systemrescuecd-x86/metadata.xml index b77235f14116..5297bd0ea616 100644 --- a/app-admin/systemrescuecd-x86/metadata.xml +++ b/app-admin/systemrescuecd-x86/metadata.xml @@ -5,6 +5,13 @@ <email>mgorny@gentoo.org</email> <name>Michał Górny</name> </maintainer> + <use> + <flag name="isohybrid"> + Pass downloaded images through isohybrid in order to make it + possible to copy them directly to USB media and boot (requires + <pkg>sys-boot/syslinux</pkg> at build time). + </flag> + </use> <upstream> <remote-id type="sourceforge">systemrescuecd</remote-id> </upstream> |