|
From: | Mathieu Othacehe |
Subject: | bug#26544: [PATCH] system: Move "--load" and other guix-specific parameters from the grub module to the generic system module. |
Date: | Mon, 17 Apr 2017 19:26:39 +0200 |
User-agent: | mu4e 0.9.18; emacs 25.2.1 |
Hi Danny, I'll review it more carefully tomorrow, but here are first comments : > + (mlet* %store-monad ( ;(initrd (operating-system-initrd-file os)) Commented lines. > + (root -> (operating-system-root-file-system os)) > + ;(store -> (operating-system-store-file-system os)) > + ;(label -> (kernel->boot-label > + ; (operating-system-kernel os))) > + (params (operating-system-boot-parameters os system > (file-system-device root)))) This line is way over 80 chars. Thanks, Mathieu
[Prev in Thread] | Current Thread | [Next in Thread] |