You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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.
The text was updated successfully, but these errors were encountered: