diff options
author | Thierry Vignaud <tv@mageia.org> | 2012-12-03 09:53:14 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2012-12-03 09:53:14 +0000 |
commit | 5833978e9095c5399b2c70dfb1d0929660892f47 (patch) | |
tree | 16f512c6f3cf2eb6ba36d27b5c42d1128c020810 | |
parent | e303f7bebc5a1430d7b9c6e038d9a43ead81497f (diff) | |
download | bcd-5833978e9095c5399b2c70dfb1d0929660892f47.tar bcd-5833978e9095c5399b2c70dfb1d0929660892f47.tar.gz bcd-5833978e9095c5399b2c70dfb1d0929660892f47.tar.bz2 bcd-5833978e9095c5399b2c70dfb1d0929660892f47.tar.xz bcd-5833978e9095c5399b2c70dfb1d0929660892f47.zip |
we don't need the hdlists anymore
(but we do need to include XML metadata from media_info/)
-rw-r--r-- | bcd.xml | 2 | ||||
-rw-r--r-- | doc/conf.xml.pod | 2 | ||||
-rw-r--r-- | dual.xml | 2 | ||||
-rw-r--r-- | dual64.xml | 2 | ||||
-rw-r--r-- | dvd_free-i586.xml | 2 | ||||
-rw-r--r-- | dvd_free-x86_64.xml | 2 | ||||
-rw-r--r-- | dvd_free32.yaml | 4 |
7 files changed, 8 insertions, 8 deletions
@@ -163,7 +163,7 @@ <size>700</size> <!-- media.cfg will be stored on genisoimage->{builddir}/{nameid}/{arch} --> <mediacfg>media/media_info/media.cfg</mediacfg> - <hdlist>yes</hdlist> + <hdlist>no</hdlist> <synthesis>yes</synthesis> <header desc="Iso header info"> <systemid>Mandriva Linux</systemid> diff --git a/doc/conf.xml.pod b/doc/conf.xml.pod index 12f8f34..4649218 100644 --- a/doc/conf.xml.pod +++ b/doc/conf.xml.pod @@ -252,7 +252,7 @@ tag name and some extra parameters <size>700</size> <!-- media.cfg will be stored on genisoimage->{builddir}/{nameid}/{arch} --> <mediacfg>media/media_info/media.cfg</mediacfg> - <hdlist>yes</hdlist> + <hdlist>no</hdlist> <synthesis>yes</synthesis> isohybrid option @@ -126,7 +126,7 @@ <size>700</size> <!-- media.cfg will be stored on genisoimage->{builddir}/{nameid}/{arch} --> <mediacfg>media/media_info/media.cfg</mediacfg> - <hdlist>yes</hdlist> + <hdlist>no</hdlist> <synthesis>yes</synthesis> <header desc="Iso header info"> <systemid>Mageia</systemid> @@ -126,7 +126,7 @@ <size>700</size> <!-- media.cfg will be stored on genisoimage->{builddir}/{nameid}/{arch} --> <mediacfg>media/media_info/media.cfg</mediacfg> - <hdlist>yes</hdlist> + <hdlist>no</hdlist> <synthesis>yes</synthesis> <header desc="Iso header info"> <systemid>Mageia</systemid> diff --git a/dvd_free-i586.xml b/dvd_free-i586.xml index 88c9555..cfe6269 100644 --- a/dvd_free-i586.xml +++ b/dvd_free-i586.xml @@ -136,7 +136,7 @@ <size>4000</size> <!-- media.cfg will be stored on genisoimage->{builddir}/{nameid}/{arch} --> <mediacfg>media/media_info/media.cfg</mediacfg> - <hdlist>yes</hdlist> + <hdlist>no</hdlist> <synthesis>yes</synthesis> <header desc="Iso header info"> <systemid>Mageia</systemid> diff --git a/dvd_free-x86_64.xml b/dvd_free-x86_64.xml index de6d2db..6de2614 100644 --- a/dvd_free-x86_64.xml +++ b/dvd_free-x86_64.xml @@ -139,7 +139,7 @@ <size>4000</size> <!-- media.cfg will be stored on genisoimage->{builddir}/{nameid}/{arch} --> <mediacfg>media/media_info/media.cfg</mediacfg> - <hdlist>yes</hdlist> + <hdlist>no</hdlist> <synthesis>yes</synthesis> <header desc="Iso header info"> <systemid>Mageia</systemid> diff --git a/dvd_free32.yaml b/dvd_free32.yaml index aff82ad..0e68302 100644 --- a/dvd_free32.yaml +++ b/dvd_free32.yaml @@ -140,7 +140,7 @@ iso: options: --fatfirst # dual arch not yet supported dualarch: "no" - hdlist: "yes" + hdlist: "no" type: basic product: Free @@ -294,7 +294,7 @@ iso: options: --fatfirst # dual arch not yet supported dualarch: "no" - hdlist: "yes" + hdlist: "no" type: basic product: Free |