Project

General

Profile

action #43655

Updated by SLindoMansilla over 5 years ago

## Motivation 

 
 #40670 showed that typing in the bootloader screen can impede the robustness. Using a "info-file" might be more robust. 

 ## Further information 

 Syntax of info file: 

 - Each parameter goes in one line. 
 - Key and value are separated by colon plus white space ': '. 

 #### Sample: 

 ``` 
 ssh: 1 
 sshpassword: nots3cr3t 
 ``` 

 #### Usage from bootloader 

 ``` 
 info=http://$WORKER_IP/files/info 
 ``` 

 #### References 

 - https://en.opensuse.org/SDB:Linuxrc#Parameter_Reference) 
 - https://www.suse.com/documentation/sles11/book_autoyast/data/sect1_appendix_book_autoyast.html

Back