system: image: Correct genimage configuration file indentation.
* gnu/system/image.scm (system-disk-image): Fix genimage configuration file indentation.
This commit is contained in:
		
							parent
							
								
									9c1adb2400
								
							
						
					
					
						commit
						7d4ecda63c
					
				
					 1 changed files with 4 additions and 4 deletions
				
			
		| 
						 | 
					@ -261,10 +261,10 @@ used in the image."
 | 
				
			||||||
            (image (partition-image partition))
 | 
					            (image (partition-image partition))
 | 
				
			||||||
            (offset (partition-offset partition)))
 | 
					            (offset (partition-offset partition)))
 | 
				
			||||||
        #~(format #f "~/partition ~a {
 | 
					        #~(format #f "~/partition ~a {
 | 
				
			||||||
                                      ~/~/partition-type = ~a
 | 
					~/~/partition-type = ~a
 | 
				
			||||||
                                      ~/~/image = \"~a\"
 | 
					~/~/image = \"~a\"
 | 
				
			||||||
                                      ~/~/offset = \"~a\"
 | 
					~/~/offset = \"~a\"
 | 
				
			||||||
                                      ~/}"
 | 
					~/}"
 | 
				
			||||||
                  #$label
 | 
					                  #$label
 | 
				
			||||||
                  #$dos-type
 | 
					                  #$dos-type
 | 
				
			||||||
                  #$image
 | 
					                  #$image
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue