Sfdisk prints out a warning about extended partition not
starting at a cylinder boundary. Since this is irrelevant
for linux, the -L option should suppress this warning.
Signed-off-by: Petr Uzel <petr.uzel@suse.cz>
"from %lld to %lld\n"
"(For listing purposes only. "
"Do not change its contents.)"), ep->start, start);
- } else {
+ } else if (!Linux) {
warnx(_("Warning: extended partition does not start at a "
"cylinder boundary.\n"
"DOS and Linux will interpret the contents differently."));