Skip to content

Commit

Permalink
Automate auto-installation of SUSE ALP Micro
Browse files Browse the repository at this point in the history
  • Loading branch information
hjluo committed Apr 26, 2023
1 parent 24548cb commit e85abc0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions data/yam/agama/auto/alp-micro.sh
@@ -0,0 +1,8 @@
set -ex

/usr/bin/agama config set software.product=ALP-Micro
/usr/bin/agama config set user.userName=joe user.password=doe
/usr/bin/agama config set root.password=nots3cr3t
/usr/bin/sleep 30
/usr/bin/agama install
/sbin/reboot

0 comments on commit e85abc0

Please sign in to comment.