Age | Commit message (Expand) | Author |
2013-09-11 | gnu: Move helper code to (gnu system …) modules....* gnu/packages/grub.scm (<menu-entry>, grub-configuration-file): Move
to...
* gnu/system/grub.scm: ... here. New file.
* gnu/packages/linux.scm (<pam-service>, <pam-entry>,
pam-service->configuration, pam-service->directory,
%pam-other-services, unix-pam-service): Move to...
* gnu/system/linux.scm: ... here. New file.
* gnu/system/vm.scm (passwd-file): Move to...
* gnu/system/shadow.scm: ... here. New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add
gnu/system/{grub,linux,shadow}.scm.
| Ludovic Courtès |
2013-09-11 | gnu: vm: Remove potluck hacks....* gnu/system/vm.scm (example1): Remove.
(example2): Rename to...
(system-qemu-image): ... this. Add 'store' parameter, and remove call
to 'open-connection'.
| Ludovic Courtès |
2013-09-11 | gnu: vm: Setup PAM....* gnu/system/vm.scm (example2): Use 'pam-services->directory'. Change
POPULATE to create /etc/pam.d, /etc/login.defs, and /var/run. Change
BOOT to spawn syslogd; boot to Bash. Add inputs.
| Ludovic Courtès |
2013-09-11 | gnu: vm: Create shadow files with the right format....* gnu/system/vm.scm (passwd-file): When SHADOW? is true, use the right
shadow(5) format. Always add a trailing newline.
| Ludovic Courtès |
2013-09-09 | gnu: vm: Copy /etc/shadow to the guest....* gnu/system/vm.scm (example2): Add SHADOW to #:inputs-to-copy.
| Ludovic Courtès |
2013-09-08 | gnu: vm: Create valid /etc/shadow and /etc/passwd....* gnu/system/vm.scm (/etc/passwd): Rename to...
(passwd-file): ... this. Add 'shadow?' keyword parameter. Change
format of ACCOUNTS, and fix CONTENTS.
(example2): Adjust accordingly. Create both /etc/shadow and
/etc/passwd, the latter being used by getpwnam(3) & co. when nscd is
not running.
| Ludovic Courtès |
2013-09-08 | gnu: vm: Clear timestamps on the imported files, like in the store....* gnu/system/vm.scm (qemu-image): Clear timestamps on the copied files.
| Ludovic Courtès |
2013-09-07 | gnu: grub: Add support for building configuration files....* gnu/packages/grub.scm (<menu-entry>): New record type.
(grub-configuration-file): New procedure.
* gnu/system/vm.scm (qemu-image): Remove parameters 'linux',
'linux-arguments', and 'initrd'. Add 'grub-configuration' parameter.
Honor them, and remove grub.cfg generation code accordingly.
(example2): Use `grub-configuration-file', and adjust accordingly.
| Ludovic Courtès |
2013-09-05 | gnu: vm: Add /etc/shadow in the QEMU image....* gnu/system/vm.scm (qemu-image): Add 'populate' keyword parameter and
honor it; make it an input.
(/etc/shadow): New procedure.
(example2): Call it; build 'populate' script, and pass it to
'qemu-image'.
| Ludovic Courtès |
2013-09-05 | gnu: vm: Remove unused 'qemu-image' argument....* gnu/system/vm.scm (qemu-image): Remove 'boot-expression' parameter,
superseded by 'linux-arguments'.
| Ludovic Courtès |
2013-09-05 | gnu: vm: First stab at building a populated QEMU image....* gnu/packages/linux-initrd.scm (gnu-system-initrd): New variable.
* gnu/system/vm.scm (qemu-image): Add #:linux-arguments parameter.
[input->name+derivation]: Add case for 'store-path?' items.
Remove LOADER from `inputs'.
| Ludovic Courtès |
2013-09-05 | gnu: vm: 'qemu-image' populates /dev on the target root file system....* gnu/system/vm.scm (qemu-image): Use (guix build linux-initrd). Remove
'mknod' calls; use 'make-essential-device-nodes' to populate /dev on
the target image.
* gnu/packages/linux-initrd.scm (qemu-initrd): When /root/dev exists,
don't call 'make-essential-device-nodes'.
| Ludovic Courtès |
2013-08-31 | gnu: vm: `qemu-image' can copy store closures into the target image....* gnu/system/vm.scm (qemu-image): Add #:inputs-to-copy and
#:boot-expression parameters. Honor them. Append INPUTS-TO-COPY to
the #:inputs argument for `expression->derivation-in-linux-vm'.
(example2): Add #:boot-expression and #:inputs-to-copy arguments.
| Ludovic Courtès |
2013-08-31 | gnu: `expression->derivation-in-linux-vm' accepts files as inputs....* gnu/system/vm.scm (expression->derivation-in-linux-vm): Accept items
in INPUTS that refer to a file instead of a package.
| Ludovic Courtès |
2013-08-31 | gnu: `expression->derivation-in-linux-vm' export references graphs....* gnu/system/vm.scm (expression->derivation-in-linux-vm): Add
#:reference-graphs parameter. Honor it. Delete duplicates in
#:modules argument.
| Ludovic Courtès |
2013-08-28 | vm: Use more keyword parameters for `expression->derivation-in-linux-vm'....* gnu/system/vm.scm (expression->derivation-in-linux-vm): Turn `system'
and `inputs' into keyword parameters.
(qemu-image, example1): Adjust accordingly.
| Ludovic Courtès |
2013-08-23 | gnu: Have `qemu-image' explicitly reboot when done....* gnu/system/vm.scm (qemu-image): Call `reboot' when we're done. Change
`menuentry' title.
| Ludovic Courtès |
2013-08-16 | gnu: Remove QEMU-KVM, which is no longer needed....* gnu/packages/qemu.scm (qemu-kvm): Remove.
(qemu): Incorporate parts of QEMU-KVM that used to be inherited.
(qemu-kvm/smb-shares): Rename to...
(qemu/smb-shares): ... this.
* gnu/system/vm.scm (expression->derivation-in-linux-vm): Adjust
accordingly.
| Ludovic Courtès |
2013-02-16 | Add (gnu system vm)....* gnu/system/vm.scm: New file.
* Makefile.am (MODULES): Add it.
| Ludovic Courtès |