system: make-u-boot-package: Install configuration file.
* gnu/packages/bootloaders.scm (make-u-boot-package): Install configuration file.
This commit is contained in:
		
							parent
							
								
									b2b2ba40c3
								
							
						
					
					
						commit
						a32f9b59ab
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
					@ -408,6 +408,7 @@ also initializes the boards (RAM etc).")
 | 
				
			||||||
                                    (find-files "." ".*\\.(bin|efi|img|spl)$")
 | 
					                                    (find-files "." ".*\\.(bin|efi|img|spl)$")
 | 
				
			||||||
                                    (find-files "." "^MLO$"))))
 | 
					                                    (find-files "." "^MLO$"))))
 | 
				
			||||||
                 (mkdir-p libexec)
 | 
					                 (mkdir-p libexec)
 | 
				
			||||||
 | 
					                 (install-file ".config" libexec)
 | 
				
			||||||
                 (for-each
 | 
					                 (for-each
 | 
				
			||||||
                  (lambda (file)
 | 
					                  (lambda (file)
 | 
				
			||||||
                    (let ((target-file (string-append libexec "/" file)))
 | 
					                    (let ((target-file (string-append libexec "/" file)))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue