-
Notifications
You must be signed in to change notification settings - Fork 97
Description
Bug
coreos-installer iso customize【--dest-ignition】must be accompanied by the 【--dest-device】
Host Operating System Version
NestOS 【a variant of CoreOS devrloping in openEuler】
coreos-installer Version
0.16.0
Expected Behavior
use " coreos-installer iso customize my-iso --dest-ignition 【ign file path】-o test.iso
"
I can successfully boot test,iso
Actual Behavior
can't boot test.iso
coreos-installer service failed. need 【DEVICE】 information ,such as /dev/sda
Solve Steps
use “coreos-installer iso customize my-iso --dest-ignition 【ign file path】--dest-device /dev/sda -o test.iso
"
Boot test.iso successfully!
Other Information
I prefer to categorize this issue under the direction of user convenience. In fact, I don't consider it a bug, much like when we directly boot, we need to execute coreos-installer install /dev/sda --ignition-file [ign file path].
However, I still feel that providing some hints to users or forcing users to use both commands simultaneously when using customize may be beneficial. Please have the maintainer review this issue, and if it needs to be modified, I'm willing to give it a try.