diff options
author | Tails developers <amnesia@boum.org> | 2015-01-19 12:52:16 +0000 |
---|---|---|
committer | Tails developers <amnesia@boum.org> | 2015-02-06 22:43:17 +0000 |
commit | 83342cfec53a417f304f6588a17040610032a029 (patch) | |
tree | 21c2fa30a807e674d65b206690cb3f538a368fca /config/amnesia | |
parent | f6473a175aff1a586df4d58e252c68ad99b0ba2d (diff) |
Hybrid the produced ISO after building.
We use isohybrid from syslinux-utils 6.03~pre20 or later, as can be found e.g.
in our builder-wheezy APT suite.
Will-fix: #8510
Diffstat (limited to 'config/amnesia')
-rw-r--r-- | config/amnesia | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config/amnesia b/config/amnesia index cc60398..60861a4 100644 --- a/config/amnesia +++ b/config/amnesia @@ -15,6 +15,12 @@ # need to set block.events_dfl_poll_msecs AMNESIA_APPEND="live-media=removable apparmor=1 security=apparmor nopersistent noprompt timezone=Etc/UTC block.events_dfl_poll_msecs=1000 splash noautologin module=Tails" +# Options passed to isohybrid +AMNESIA_ISOHYBRID_OPTS="-h 255 -s 63" + +# Minimal upstream version of syslinux-utils we need +REQUIRED_SYSLINUX_UTILS_UPSTREAM_VERSION="6.03~pre20" + ### You should not have to change anything bellow this line #################### # sanity checks |