<feed xmlns='http://www.w3.org/2005/Atom'>
<title>drakiso/lib/MGA/DrakISO/LiveBuild.pm, branch 1.22</title>
<subtitle>Mageia Tools for Live CD/DVD Generation</subtitle>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/build-system/drakiso/'/>
<entry>
<title>Use 'release' instead of 'version' in settings.</title>
<updated>2018-12-15T23:11:21+00:00</updated>
<author>
<name>Martin Whitaker</name>
<email>mageia@martin-whitaker.me.uk</email>
</author>
<published>2018-12-15T21:34:01+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/build-system/drakiso/commit/?id=7a576632911be26f2432f664151613a92b35db93'/>
<id>7a576632911be26f2432f664151613a92b35db93</id>
<content type='text'>
This avoids confusion with the 'version' field found in the product.id
and urpmi.cfg files, which is just the base version number.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This avoids confusion with the 'version' field found in the product.id
and urpmi.cfg files, which is just the base version number.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update copyright dates.</title>
<updated>2018-01-14T22:41:03+00:00</updated>
<author>
<name>Martin Whitaker</name>
<email>mageia@martin-whitaker.me.uk</email>
</author>
<published>2018-01-13T17:16:51+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/build-system/drakiso/commit/?id=d1a2765a504a8e86ee4b99bcc03a4c05f026bdbb'/>
<id>d1a2765a504a8e86ee4b99bcc03a4c05f026bdbb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Miscellaneous code cleanup.</title>
<updated>2018-01-10T00:38:35+00:00</updated>
<author>
<name>Martin Whitaker</name>
<email>mageia@martin-whitaker.me.uk</email>
</author>
<published>2018-01-09T23:34:24+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/build-system/drakiso/commit/?id=57060f5254e48a9eead04426803d4f102f2b0a4b'/>
<id>57060f5254e48a9eead04426803d4f102f2b0a4b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>draklive: allow installer GUI to be used and run as normal user.</title>
<updated>2018-01-09T23:17:35+00:00</updated>
<author>
<name>Martin Whitaker</name>
<email>mageia@martin-whitaker.me.uk</email>
</author>
<published>2018-01-09T23:17:35+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/build-system/drakiso/commit/?id=63555aa270059488b013e6c802cca64a8d6eebdc'/>
<id>63555aa270059488b013e6c802cca64a8d6eebdc</id>
<content type='text'>
Read all configuration from the main config file and automatically
generate the auto_inst.cfg.pl file. Run the installer GUI in a nested
X server if any items are not specified in the config file. Use sudo
to run any steps that need root privileges, to avoid running the X
server as root.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Read all configuration from the main config file and automatically
generate the auto_inst.cfg.pl file. Run the installer GUI in a nested
X server if any items are not specified in the config file. Use sudo
to run any steps that need root privileges, to avoid running the X
server as root.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update FSF address in copyright notices.</title>
<updated>2017-12-23T15:51:45+00:00</updated>
<author>
<name>Martin Whitaker</name>
<email>mageia@martin-whitaker.me.uk</email>
</author>
<published>2017-12-23T15:51:45+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/build-system/drakiso/commit/?id=f1282484312c10962b998a4da633f249ee303d55'/>
<id>f1282484312c10962b998a4da633f249ee303d55</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Numerous changes to support building classic installer ISOs:</title>
<updated>2017-12-22T00:28:31+00:00</updated>
<author>
<name>Martin Whitaker</name>
<email>mageia@martin-whitaker.me.uk</email>
</author>
<published>2017-12-22T00:27:49+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/build-system/drakiso/commit/?id=fcdc9d5967cbf861db391a777bb129afc2e2560b'/>
<id>fcdc9d5967cbf861db391a777bb129afc2e2560b</id>
<content type='text'>
 - rename {media}{source} to {media}{label} and require the user to supply it
   o  automatically add the LABEL= prefix, rather than removing it
 - rename {settings}{name} to {settings}{distro}
 - move get_system_root() to ISOBuild - CI builds use it as the urpmi-root
 - add new requirements in Config::check_config()
 - rename build_live_iso() to build_iso() and support CI builds
   o make output to file non-optional - we always want a file
   o add the DATE.txt file to the ISO image
 - modify prepare_iso_bootloader to support CI boot menus
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 - rename {media}{source} to {media}{label} and require the user to supply it
   o  automatically add the LABEL= prefix, rather than removing it
 - rename {settings}{name} to {settings}{distro}
 - move get_system_root() to ISOBuild - CI builds use it as the urpmi-root
 - add new requirements in Config::check_config()
 - rename build_live_iso() to build_iso() and support CI builds
   o make output to file non-optional - we always want a file
   o add the DATE.txt file to the ISO image
 - modify prepare_iso_bootloader to support CI boot menus
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace $live by $build throughout,</title>
<updated>2017-12-19T16:01:31+00:00</updated>
<author>
<name>Martin Whitaker</name>
<email>mageia@martin-whitaker.me.uk</email>
</author>
<published>2017-12-19T16:01:31+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/build-system/drakiso/commit/?id=505bfb9a7ade6a916d7869605a4f7a292de22776'/>
<id>505bfb9a7ade6a916d7869605a4f7a292de22776</id>
<content type='text'>
Ready for adding support for classic installer builds.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Ready for adding support for classic installer builds.
</pre>
</div>
</content>
</entry>
<entry>
<title>Split Live class into ISOBuild base class and LiveBuild subclass.</title>
<updated>2017-12-19T15:56:01+00:00</updated>
<author>
<name>Martin Whitaker</name>
<email>mageia@martin-whitaker.me.uk</email>
</author>
<published>2017-12-19T15:56:01+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/build-system/drakiso/commit/?id=059b5c2a18e61cc7e4348e955025f9d77466647d'/>
<id>059b5c2a18e61cc7e4348e955025f9d77466647d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
