⚲
Project
General
Profile
Sign in
Home
Projects
Help
Search
:
qe-yam
All Projects
QA (public)
»
openQA Project (public)
»
openQA Tests (public)
»
qe-yam
Overview
Activity
Roadmap
Issues
Gantt
Calendar
Documents
Wiki
Download (427 Bytes)
action #116455
ยป sample_combustion_ignition.txt
JERiveraMoya
, 2022-09-13 10:35
/mnt/ignition/ignition/:[0]# cat config.ign
{
"ignition": { "version": "3.0.0" },
"passwd": {
"users": [
{
"name": "root",
"passwordHash": "xyz"
}
]
}
}
/mnt/ignition/combustion/:[0]# cat script
#!/bin/bash
# combustion: network
# Redirect output to the console
exec > >(exec tee -a /dev/console) 2>&1
set -eux
systemctl enable sshd.service
echo Combustion was here > /usr/share/combustion-welcome
curl conncheck.opensuse.org
(1-1/1)
Loading...