[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#26339: [PATCH v2 10/12] scripts: system: Adapt "init" to new bootloa
From: |
Danny Milosavljevic |
Subject: |
bug#26339: [PATCH v2 10/12] scripts: system: Adapt "init" to new bootloader API. |
Date: |
Sun, 23 Apr 2017 10:39:29 +0200 |
> + install-proc bootloader?
"installer" instead of "install-proc" ?
> + bootcfg bootcfg-location
bootloader-configuration ?
bootloader-configuration-file-name ?
Or is that too verbose ? Hmm...
> (mbegin %store-monad
> - ;; Copy the closure of GRUB.CFG, which includes OS-DIR, GRUB's
> - ;; background image and so on.
> - (maybe-copy grub.cfg)
> + ;; Copy the closure of BOOTCFG, which includes OS-DIR,
> + ;; eventual background image and so on.
> + (maybe-copy
> + (derivation->output-path bootcfg))
Does derivation->output-path change anything?
>+ #:bootloader? bootloader?
What about the bootloader? :)
"install-bootloader?" ?
>+ #:install-proc
#:bootloader-installer ?
Otherwise LGTM!
- bug#26339: [PATCH v2 05/12] system: Add bootloader type., (continued)
- bug#26339: [PATCH v2 05/12] system: Add bootloader type., Mathieu Othacehe, 2017/04/17
- bug#26339: [PATCH v2 04/12] bootloader: Add install procedures and use them., Mathieu Othacehe, 2017/04/17
- bug#26339: [PATCH v2 02/12] system: Add extlinux support., Mathieu Othacehe, 2017/04/17
- bug#26339: [PATCH v2 07/12] bootloader: Add device and type to bootloader-configuration record., Mathieu Othacehe, 2017/04/17
- bug#26339: [PATCH v2 06/12] bootloader: Stop using grub module., Mathieu Othacehe, 2017/04/17
- bug#26339: [PATCH v2 09/12] scripts: system: Adapt "reconfigure" to new bootloader API., Mathieu Othacehe, 2017/04/17
- bug#26339: [PATCH v2 08/12] scripts: system: Remove unused variables., Mathieu Othacehe, 2017/04/17
- bug#26339: [PATCH v2 11/12] scripts: system: Adapt "switch-generation" to new bootloader API., Mathieu Othacehe, 2017/04/17
- bug#26339: [PATCH v2 12/12] scripts: system: Display bootloader device and type in "list-generations"., Mathieu Othacehe, 2017/04/17
- bug#26339: [PATCH v2 10/12] scripts: system: Adapt "init" to new bootloader API., Mathieu Othacehe, 2017/04/17
- bug#26339: [PATCH v2 10/12] scripts: system: Adapt "init" to new bootloader API., Mathieu Othacehe, 2017/04/23