system: grub: Add missing URL in comment.
* gnu/system/grub.scm (grub-root-search): Add missing URL in comment.
This commit is contained in:
		
							parent
							
								
									ba062b3ec4
								
							
						
					
					
						commit
						ecc4324fef
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -255,7 +255,7 @@ code."
 | 
			
		|||
      ""
 | 
			
		||||
      (match device
 | 
			
		||||
        ;; Preferably refer to DEVICE by its UUID or label.  This is more
 | 
			
		||||
        ;; efficient and less ambiguous, see <>.
 | 
			
		||||
        ;; efficient and less ambiguous, see <http://bugs.gnu.org/22281>.
 | 
			
		||||
        ((? bytevector? uuid)
 | 
			
		||||
         (format #f "search --fs-uuid --set ~a"
 | 
			
		||||
                 (uuid->string device)))
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue