<feed xmlns='http://www.w3.org/2005/Atom'>
<title>guix/doc/guix.texi, branch version-0.13.0</title>
<subtitle>Transactional package manager, declarative GNU/Linux distribution, reproducible deployment tool, and more! https://guix.gnu.org</subtitle>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/'/>
<entry>
<title>doc: Fix qemu-system-x86_64 example.</title>
<updated>2017-05-31T21:21:20+00:00</updated>
<author>
<name>Danny Milosavljevic</name>
<email>dannym@scratchpost.org</email>
</author>
<published>2017-05-24T09:44:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=9563893a6e4d4667a1ce1787352918aaeadd735e'/>
<id>9563893a6e4d4667a1ce1787352918aaeadd735e</id>
<content type='text'>
Reported by Fox &lt;firefox@firemail.cc&gt;.
Fixes &lt;https://bugs.gnu.org/27052&gt;.

* doc/guix.texi (Running GuixSD in a VM): Fix qemu-system-x86_64 example.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reported by Fox &lt;firefox@firemail.cc&gt;.
Fixes &lt;https://bugs.gnu.org/27052&gt;.

* doc/guix.texi (Running GuixSD in a VM): Fix qemu-system-x86_64 example.
</pre>
</div>
</content>
</entry>
<entry>
<title>doc: Update for UEFI systems.</title>
<updated>2017-05-24T00:56:34+00:00</updated>
<author>
<name>Marius Bakke</name>
<email>mbakke@fastmail.com</email>
</author>
<published>2017-05-18T17:24:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=8e82009169ae4d4dc5046c687fa7c20797d84224'/>
<id>8e82009169ae4d4dc5046c687fa7c20797d84224</id>
<content type='text'>
* doc/guix.texi (USB Stick Installation): Mention UEFI.
(Preparing for Installation): Add notes about EFI System Partition, and
mounting partitions before init.
(Proceeding with the Installation): Mention the GRUB-EFI package.
(Using the Configuration System): Lightweight desktop is now a UEFI system.
(GRUB Configuration): Expand on package field. Add indexes.
* gnu/system/examples/lightweight-desktop.tmpl: Adjust to native EFI configuration.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* doc/guix.texi (USB Stick Installation): Mention UEFI.
(Preparing for Installation): Add notes about EFI System Partition, and
mounting partitions before init.
(Proceeding with the Installation): Mention the GRUB-EFI package.
(Using the Configuration System): Lightweight desktop is now a UEFI system.
(GRUB Configuration): Expand on package field. Add indexes.
* gnu/system/examples/lightweight-desktop.tmpl: Adjust to native EFI configuration.
</pre>
</div>
</content>
</entry>
<entry>
<title>doc: Replace fingerprint of OpenPGP signing key.</title>
<updated>2017-05-21T11:46:35+00:00</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2017-05-21T11:46:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=df671177f854da26bb171d9d5e9a6990024107a0'/>
<id>df671177f854da26bb171d9d5e9a6990024107a0</id>
<content type='text'>
* doc/guix.texi (OPENPGP-SIGNING-KEY-ID): Change to Ludo's key.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* doc/guix.texi (OPENPGP-SIGNING-KEY-ID): Change to Ludo's key.
</pre>
</div>
</content>
</entry>
<entry>
<title>install: Enable SSH in installation image.</title>
<updated>2017-05-20T08:16:37+00:00</updated>
<author>
<name>Marius Bakke</name>
<email>mbakke@fastmail.com</email>
</author>
<published>2017-04-17T20:49:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=f3f8938fe0c07d221ebccdf5a9a0029fda01f036'/>
<id>f3f8938fe0c07d221ebccdf5a9a0029fda01f036</id>
<content type='text'>
* gnu/system/install.scm (%installation-services): Add OPENSSH-SERVICE-TYPE.
* doc/guix.texi (Preparing for Installation)[Networking]: Document it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/system/install.scm (%installation-services): Add OPENSSH-SERVICE-TYPE.
* doc/guix.texi (Preparing for Installation)[Networking]: Document it.
</pre>
</div>
</content>
</entry>
<entry>
<title>maint: The 'release' target builds a VM image.</title>
<updated>2017-05-20T08:16:23+00:00</updated>
<author>
<name>Leo Famulari</name>
<email>leo@famulari.name</email>
</author>
<published>2017-05-14T00:44:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=a6c642ef63012508f755a1329aa66e4b09da72b5'/>
<id>a6c642ef63012508f755a1329aa66e4b09da72b5</id>
<content type='text'>
* gnu/system/examples/vm-image.tmpl: New file.
* Makefile.am (GUIXSD_VM_SYSTEMS, GUIXSD_VM_IMAGE_BASE,
GUIXSD_VM_IMAGE_SIZE): New variables.
(release): Add logic to build a VM image.
(EXAMPLES): Add 'gnu/system/examples/vm-image.tmpl'.
* doc/guix.texi (Running GuixSD in a VM, Installing GuixSD in a VM): Mention the
pre-built VM image.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/system/examples/vm-image.tmpl: New file.
* Makefile.am (GUIXSD_VM_SYSTEMS, GUIXSD_VM_IMAGE_BASE,
GUIXSD_VM_IMAGE_SIZE): New variables.
(release): Add logic to build a VM image.
(EXAMPLES): Add 'gnu/system/examples/vm-image.tmpl'.
* doc/guix.texi (Running GuixSD in a VM, Installing GuixSD in a VM): Mention the
pre-built VM image.
</pre>
</div>
</content>
</entry>
<entry>
<title>doc: Mention 'sync' after 'dd'.</title>
<updated>2017-05-15T21:55:10+00:00</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2017-05-15T20:38:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=0e2bfa3ae1eac7ebada32022fea777bdf4d426a7'/>
<id>0e2bfa3ae1eac7ebada32022fea777bdf4d426a7</id>
<content type='text'>
Suggested by librenoob on #guix.

* doc/guix.texi (USB Stick Installation): Add 'sync' invocation.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Suggested by librenoob on #guix.

* doc/guix.texi (USB Stick Installation): Add 'sync' invocation.
</pre>
</div>
</content>
</entry>
<entry>
<title>doc: Mention 'GUIX_PACKAGE_PATH' in "Defining Packages".</title>
<updated>2017-05-15T21:55:10+00:00</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2017-05-15T13:21:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=b7ebcfe35261f4caf977ea43e4531d4a2da8c306'/>
<id>b7ebcfe35261f4caf977ea43e4531d4a2da8c306</id>
<content type='text'>
* doc/guix.texi (Defining Packages): Mention 'GUIX_PACKAGE_PATH'.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* doc/guix.texi (Defining Packages): Mention 'GUIX_PACKAGE_PATH'.
</pre>
</div>
</content>
</entry>
<entry>
<title>doc: Document certificate environment variable needed for R.</title>
<updated>2017-05-15T19:22:05+00:00</updated>
<author>
<name>Ricardo Wurmus</name>
<email>rekado@elephly.net</email>
</author>
<published>2017-05-14T21:37:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=63657335554eba6c70828b105a19ba7236f6ba2a'/>
<id>63657335554eba6c70828b105a19ba7236f6ba2a</id>
<content type='text'>
* doc/guix.texi (X.509 Certificates): Document R as a special case.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* doc/guix.texi (X.509 Certificates): Document R as a special case.
</pre>
</div>
</content>
</entry>
<entry>
<title>services: Add 'thermald-service-type'.</title>
<updated>2017-05-14T23:56:32+00:00</updated>
<author>
<name>Christopher Allan Webber</name>
<email>cwebber@dustycloud.org</email>
</author>
<published>2017-05-14T00:37:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=d7fa39ccec34bc223d52a04dfc3e1f756e2dfa24'/>
<id>d7fa39ccec34bc223d52a04dfc3e1f756e2dfa24</id>
<content type='text'>
* gnu/services/pm.scm (&lt;thermald-configuration&gt;): New record type.
(thermald-shepherd-service, thermald-service-type): New variables.
* doc/guix.texi (Thermal Management): New section documenting thermald.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/services/pm.scm (&lt;thermald-configuration&gt;): New record type.
(thermald-shepherd-service, thermald-service-type): New variables.
* doc/guix.texi (Thermal Management): New section documenting thermald.
</pre>
</div>
</content>
</entry>
<entry>
<title>system: grub: Expose GRUB's interactive interface settings.</title>
<updated>2017-05-14T18:12:26+00:00</updated>
<author>
<name>Leo Famulari</name>
<email>leo@famulari.name</email>
</author>
<published>2017-05-11T07:12:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=e0b2e93005188ab4d6c7413a27832ba2fb7388e8'/>
<id>e0b2e93005188ab4d6c7413a27832ba2fb7388e8</id>
<content type='text'>
* gnu/system/grub.scm (&lt;grub-configuration&gt;): Add new fields
terminal-outputs, terminal-inputs, serial-unit, and serial-speed.
(grub-setup-io, setup-gfxterm): New procedures.
* doc/guix.texi (GRUB Configuration): Document the new fields.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/system/grub.scm (&lt;grub-configuration&gt;): Add new fields
terminal-outputs, terminal-inputs, serial-unit, and serial-speed.
(grub-setup-io, setup-gfxterm): New procedures.
* doc/guix.texi (GRUB Configuration): Document the new fields.
</pre>
</div>
</content>
</entry>
</feed>
