* bug#46344: Honour and generate conventional kernel command-line arguments
@ 2021-02-06 12:48 Tobias Geerinckx-Rice via Bug reports for GNU Guix
2021-02-06 20:59 ` Ludovic Courtès
0 siblings, 1 reply; 2+ messages in thread
From: Tobias Geerinckx-Rice via Bug reports for GNU Guix @ 2021-02-06 12:48 UTC (permalink / raw)
To: 46344
[-- Attachment #1: Type: text/plain, Size: 467 bytes --]
[Low priority, but I keep forgetting about it.]
Guix,
What the subject says. The Linux command line isn't bash.
Use, e.g., ‘root=’ instead of the Guix-specific and unintuitive
‘--root=’. It's surrounded by normal ‘nomodeset’ & ‘quiet’
arguments anyway.
For things like ‘--repl’ we might substitute ‘rd.repl’, or
‘rd.rescue’ which has the advantage of being used by systemd
[users] as well.
Kind regards,
T G-R
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* bug#46344: Honour and generate conventional kernel command-line arguments
2021-02-06 12:48 bug#46344: Honour and generate conventional kernel command-line arguments Tobias Geerinckx-Rice via Bug reports for GNU Guix
@ 2021-02-06 20:59 ` Ludovic Courtès
0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2021-02-06 20:59 UTC (permalink / raw)
To: Tobias Geerinckx-Rice; +Cc: 46344
Hi,
Tobias Geerinckx-Rice <me@tobias.gr> skribis:
> Use, e.g., ‘root=’ instead of the Guix-specific and unintuitive
> ‘--root=’. It's surrounded by normal ‘nomodeset’ & ‘quiet’
> arguments anyway.
>
> For things like ‘--repl’ we might substitute ‘rd.repl’, or ‘rd.rescue’
> which has the advantage of being used by systemd [users] as well.
(Why “rd.”? I’d use “gnu.” to make sure we don’t inadvertently use
something that has a different meaning elsewhere.)
I agree with the proposed change, I’ve been meaning to do something
about it for a long time, too. :-)
For ‘--root’ is a bit tricky because it’s an implicit option, not
explicitly listed in /run/current-system/parameters and similar places.
So we’d probably have to (1) make it explicit, and (2) use ‘--root’ when
generating a GRUB entry for a system generation that lacks the explicit
“root=XYZ” string in its ‘kernel-arguments’.
Ludo’.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-02-06 21:00 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-02-06 12:48 bug#46344: Honour and generate conventional kernel command-line arguments Tobias Geerinckx-Rice via Bug reports for GNU Guix
2021-02-06 20:59 ` Ludovic Courtès
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).