-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
coreos-installer iso customize【--dest-ignition】must be accompanied by the 【--dest-device】 #1469
Comments
In addition, I would like to inquire about how to use the ISO image generated by |
The reason this is not enforced is that you can also provide the destination device through other means, e.g. via kargs or via installer configs. That said, I think we could provide a message when doing this that we expect the destination device to be provided through other means.
Correct. |
Thanks ! I did overlook that there are other ways to provide the destination device. As you mentioned, we can indeed provide some help information or judgment conditions to prompt users to provide destination devices.
Thanks for the answer! Turns out that's really the case, it really confused me, and I was looking at the specific differences between the two commands. |
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.
The text was updated successfully, but these errors were encountered: