Re: [PATCH 7/8] vm: Fix full-boot? option.

2017-03-06 Thread Ludovic Courtès
David Craven skribis: > * gnu/system/vm.scm (virtualized-operating-system): Add full-boot? > option. Don't add a %store-mapping when full-boot? is passed. This leads > the grub-configuration-file procedure to look for the kernel and initrd in > / instead of /gnu/store.

[PATCH 7/8] vm: Fix full-boot? option.

2017-02-14 Thread David Craven
* gnu/system/vm.scm (virtualized-operating-system): Add full-boot? option. Don't add a %store-mapping when full-boot? is passed. This leads the grub-configuration-file procedure to look for the kernel and initrd in / instead of /gnu/store. --- gnu/system/vm.scm | 31