guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#26339: [PATCH] doc: Adapt to multiple bootloader support.


From: Tomáš Čech
Subject: bug#26339: [PATCH] doc: Adapt to multiple bootloader support.
Date: Sat, 20 May 2017 23:12:02 +0200
User-agent: Mutt/1.6.2 (2016-07-01)

On Tue, May 16, 2017 at 03:03:06PM +0200, Mathieu Othacehe wrote:
...
@example
-(menu-entry
+(boot-parameters
  (label "The Other Distro")
-  (linux "/boot/old/vmlinux-2.6.32")
-  (linux-arguments '("root=/dev/sda2"))
+  (root-device "my-root")
+  (boot-name 'grub)

Is anywhere documented what does this line means?

+  (store-device "my-root")
+  (store-mount-point "/")
+  (kernel "/boot/old/vmlinux-2.6.32")
+  (kernel-arguments '("root=/dev/sda2"))
  (initrd "/boot/old/initrd"))
@end example

TIA,

S_W

Attachment: signature.asc
Description: Digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]