-
Notifications
You must be signed in to change notification settings - Fork 70
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
Warn if partition number 0 specified with label from default OS image #243
Labels
Comments
sohankunkerkar
added a commit
to sohankunkerkar/butane
that referenced
this issue
Sep 13, 2021
Fixes coreos#243 This change warns if partition number for the root label is not specified or wrongly mentioned.
sohankunkerkar
added a commit
to sohankunkerkar/butane
that referenced
this issue
Sep 13, 2021
Fixes coreos#243 This change warns if the partition number for the root label is not specified or wrongly mentioned.
sohankunkerkar
added a commit
to sohankunkerkar/butane
that referenced
this issue
Sep 13, 2021
Fixes coreos#243 This change warns if the partition number for the root label is not specified or wrongly mentioned.
sohankunkerkar
added a commit
to sohankunkerkar/butane
that referenced
this issue
Sep 13, 2021
Fixes coreos#243 This change warns if the partition number for the root label is not specified or wrongly mentioned.
sohankunkerkar
added a commit
to sohankunkerkar/butane
that referenced
this issue
Sep 13, 2021
Fixes coreos#243 This change warns if the partition number for the root label is not specified or wrongly mentioned.
sohankunkerkar
added a commit
to sohankunkerkar/butane
that referenced
this issue
Sep 13, 2021
Fixes coreos#243 This change warns if the partition number for the root label is not specified or wrongly mentioned.
sohankunkerkar
added a commit
to sohankunkerkar/butane
that referenced
this issue
Sep 15, 2021
Fixes coreos#243 This change warns if the partition number for the root label is not specified or wrongly mentioned.
sohankunkerkar
added a commit
to sohankunkerkar/butane
that referenced
this issue
Sep 15, 2021
Fixes coreos#243 This change warns if the partition number for the root label is not specified or wrongly mentioned.
sohankunkerkar
added a commit
to sohankunkerkar/butane
that referenced
this issue
Sep 15, 2021
Fixes coreos#243 This change warns if the partition number for the root label is not specified or wrongly mentioned.
sohankunkerkar
added a commit
to sohankunkerkar/butane
that referenced
this issue
Sep 16, 2021
Fixes coreos#243 This change warns if the partition number for the root label is not specified or wrongly mentioned.
sohankunkerkar
added a commit
to sohankunkerkar/butane
that referenced
this issue
Sep 16, 2021
Fixes coreos#243 This change warns if the partition number for the root label is not specified or wrongly mentioned.
sohankunkerkar
added a commit
to sohankunkerkar/butane
that referenced
this issue
Nov 10, 2021
Fixes coreos#243 This change warns if the partition number for the root label is not specified or wrongly mentioned.
sohankunkerkar
added a commit
to sohankunkerkar/butane
that referenced
this issue
Nov 11, 2021
Fixes coreos#243 This change warns if the partition number for the root label is not specified or wrongly mentioned.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If the user specifies this:
they probably meant
number: 4
. The above will create an additional partition labeledroot
, rather than resizing the existing one. See coreos/ignition#1219 for details.Add FCOS validation to check for default partlabels (
root
,boot
,EFI-SYSTEM
,BIOS-BOOT
, etc.) and warn if the partition number is 0. This is a reasonable warning even if we're not partitioning the boot disk, since udev can only create one partition symlink per partlabel for the whole system, and the user can easily choose another label.The text was updated successfully, but these errors were encountered: