doc: Bootloader Configuration: Fix an obsolete example.
Reported by rawmat on #guix. * doc/guix.texi (Bootloader Configuration): Replace 'grub-configuration' with 'bootloader-configuration'.
This commit is contained in:
		
							parent
							
								
									ac4fefb298
								
							
						
					
					
						commit
						6c7a39c45e
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -26599,7 +26599,7 @@ like
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@lisp
 | 
					@lisp
 | 
				
			||||||
(bootloader
 | 
					(bootloader
 | 
				
			||||||
 (grub-configuration
 | 
					 (bootloader-configuration
 | 
				
			||||||
 ;; @dots{}
 | 
					 ;; @dots{}
 | 
				
			||||||
 (theme (grub-theme
 | 
					 (theme (grub-theme
 | 
				
			||||||
         (inherit %default-theme)
 | 
					         (inherit %default-theme)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue