Project

General

Profile

action #126848

Updated by leli about 1 year ago

#### Motivation 
 The test steps are as following: 
 1. Boot with ALP iso (ex: https://download.opensuse.org/repositories/SUSE:/ALP:/Products:/Installer:/0.8/images/iso/d-installer-live.x86_64-ALP.iso), choose product (ex: ALP bedrock) 
 2. click on up-right to enter options 
 3. Click diagnostic tools and open terminal 
 4. In the cockpit console, run following cmds: 
 Ex: 
 ```/usr/bin/dinstaller config set software.product=ALP-Micro 
 sleep 10 
 /usr/bin/dinstaller config set user.userName=joe user.password=doe 
 /usr/bin/dinstaller install``` 
 5. Wait all packages downloaded, start installation 

 #### Acceptance criteria 
 **AC1**: Automate the auto-installation on ALP

Back