diff options
Diffstat (limited to 'gnu/packages/grub.scm')
-rw-r--r-- | gnu/packages/grub.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/grub.scm b/gnu/packages/grub.scm index 9bb4af6683..fabbbc439d 100644 --- a/gnu/packages/grub.scm +++ b/gnu/packages/grub.scm @@ -101,8 +101,8 @@ (description "GRUB is a multiboot bootloader. It is used for initially loading the kernel of an operating system and then transferring control to it. The kernel -then goes on to load the rest of the operating system. As a multiboot boot -loader, GRUB handles the presence of multiple operating systems installed on -the same computer; upon booting the computer, the user is presented with a +then goes on to load the rest of the operating system. As a multiboot +bootloader, GRUB handles the presence of multiple operating systems installed +on the same computer; upon booting the computer, the user is presented with a menu to select one of the installed operating systems.") (license gpl3+))) |