Actions
action #178255
closedinst.* boot option cannot work in recent SLE16 build
Start date:
2025-03-04
Due date:
% Done:
0%
Estimated time:
Difficulty:
Description
Observation¶
Current openQA codes uses inst.*
, but it is not supported by recent SLE16 build like 49.1 53.2 53.3
and slack discussion: https://suse.slack.com/archives/C082VE1U2F5/p1741020780699299
Please allow me use switch to enable inst.*
or not.
linux root=live:http://10.200.129.6/assets/iso/SLES-Online-16.0-x86_64-Build49.1.install.iso live.password=nots3cr3t inst.auto=http://10.200.129.3:20943/02foe5Dge63kAfJL/files/autoyast_hanaperf/agama-config.jsonnet inst.finish=stop inst.register_url=http://all-49.1.scc-proxy.suse.asia/ console=ttyS0,115200 linuxrc.log=/dev/ttyS0 linuxrc.core=/dev/ttyS0 linuxrc.debug=4,trace BrokenModules=megaraid_sas intel_idle.max_cstate=1 mitigations=off
Mar 03 08:24:46 hana04t.qa2.suse.asia systemd[1]: Started Agama automatic profile runner.
Mar 03 08:24:46 hana04t.qa2.suse.asia agama-auto[6558]: + export YAST_SKIP_XML_VALIDATION=1
Mar 03 08:24:46 hana04t.qa2.suse.asia agama-auto[6558]: + YAST_SKIP_XML_VALIDATION=1
Mar 03 08:24:46 hana04t.qa2.suse.asia agama-auto[6558]: + '[' -z '' ']'
Mar 03 08:24:46 hana04t.qa2.suse.asia agama-auto[6559]: ++ awk -F agama.auto= '{sub(/ .*$/, "", $2); print $2}'
Mar 03 08:24:46 hana04t.qa2.suse.asia agama-auto[6558]: + url=
Mar 03 08:24:46 hana04t.qa2.suse.asia agama-auto[6558]: + '[' -z '' ']'
Mar 03 08:24:46 hana04t.qa2.suse.asia agama-auto[6558]: + echo 'no autoinstallation profile'
Mar 03 08:24:46 hana04t.qa2.suse.asia agama-auto[6558]: no autoinstallation profile
Mar 03 08:24:46 hana04t.qa2.suse.asia agama-auto[6558]: + exit 0
Mar 03 08:24:46 hana04t.qa2.suse.asia systemd[1]: agama-auto.service: Deactivated successfully.
Updated by dawei_pang 29 days ago
- Status changed from New to Resolved
https://github.com/os-autoinst/os-autoinst-distri-opensuse/pull/21326 is merged, mark this ticket as done.
Actions