Skip to content
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

sfdisk on Ubuntu 16.04 #3

Closed
koppi opened this issue May 2, 2016 · 1 comment
Closed

sfdisk on Ubuntu 16.04 #3

koppi opened this issue May 2, 2016 · 1 comment

Comments

@koppi
Copy link

koppi commented May 2, 2016

Just in case anyone will give a try running the build scripts on Ubuntu 16.04:

sfdisk version 2.26.x or greater lacks the --in-order option (– it is the default as of 2.26.x). You can detect this like so: RobertCNelson/boot-scripts@02f9dc3 .

On Ubuntu 16.04: remove the option from the script. If you want to be sure that partition are in disk order (sorted by start sector) then use command --reorder

sudo sfdisk --force ${DISK} < ${PARTITION_CONFIG}
sudo sfdisk --reorder ${DISK}

Note that '--unit M' is also unsupported and --Linux is deprecated and without any effect.

@pbruenn
Copy link
Member

pbruenn commented Sep 9, 2016

Thanks for reporting. It took some time but finally commit 3f974cd should fix this issue.
Please reopen, if it doesn't.

@pbruenn pbruenn closed this as completed Sep 9, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants