guix/gnu/installer
Maxim Cournoyer 0dc019e19a
initrd: Use non-hyphenated kernel command-line parameter names.
This is to make it less surprising, given the common convention sets forth by
the kernel Linux command-line parameters.

* gnu/build/linux-boot.scm (boot-system): Rename '--load', '--repl', '--root'
and '--system' to 'gnu.load', 'gnu.repl', 'root' and 'gnu.system',
respectively.  Adjust doc.
(find-long-option): Adjust doc.
* gnu/installer/parted.scm (installer-root-partition-path): Adjust accordingly.
* gnu/system.scm (bootable-kernel-arguments): Add a VERSION argument and
update doc.  Use VERSION to conditionally return old style vs new style initrd
arguments.
(%boot-parameters-version): Increment to 1.
(operating-system-boot-parameters): Adjust doc.
(operating-system-boot-parameters-file): Likewise.
* gnu/system/linux-initrd.scm (raw-initrd, base-initrd): Likewise.
* doc/guix.texi: Adjust doc.
* gnu/build/activation.scm (boot-time-system): Adjust accordingly.
* gnu/build/hurd-boot.scm (boot-hurd-system): Likewise.
* gnu/packages/commencement.scm (%final-inputs-riscv64): Adjust comment.
2022-03-01 10:30:17 -05:00
..
aux-files
newt installer: Make dump archive creation optional and selective. 2022-02-02 16:46:44 +01:00
connman.scm installer: Continue even if Connman cannot phone home. 2022-02-26 15:56:55 +01:00
dump.scm installer: Make dump archive creation optional and selective. 2022-02-02 16:46:44 +01:00
final.scm installer: Use system-wide guix for system init. 2022-02-02 16:46:44 +01:00
hostname.scm
keymap.scm
locale.scm
newt.scm installer: Make dump archive creation optional and selective. 2022-02-02 16:46:44 +01:00
parted.scm initrd: Use non-hyphenated kernel command-line parameter names. 2022-03-01 10:30:17 -05:00
proxy.scm
record.scm installer: Make dump archive creation optional and selective. 2022-02-02 16:46:44 +01:00
services.scm installer: Offer 'gpm-service-type' for non-graphical systems. 2021-12-28 15:26:39 -05:00
steps.scm installer: Use named prompt to abort or break installer steps. 2022-02-02 16:46:44 +01:00
substitutes.scm
tests.scm installer: Recommend 'ntp-service-type' for non-graphical systems. 2021-12-28 15:26:39 -05:00
timezone.scm
user.scm installer: Turn passwords into opaque records. 2022-02-02 16:46:44 +01:00
utils.scm installer: Add installer-specific run command process. 2022-02-02 16:46:43 +01:00