We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Category
Describe the bug
Debian ships a 2004 old version of “column” utility from BSD ports, instead of picking the “util-linux” one.
See:
Reproduction
bootiso --help
bootiso v4.0.1 - create a bootable USB drive from an image file. Usage: bootiso [modifier...] <imagefile> bootiso action [modifier...] <imagefile> bootiso action Invoked with no action flag, bootiso will default to install action in automatic mode: inspect <imagefile>boot capabilities and find the best way to make a bootable USB drive. ACTIONS column: invalid option -- '-' usage: column [-txne] [-c columns] [-s sep] [file ...] GENERIC MODIFIERS column: invalid option -- '-' usage: column [-txne] [-c columns] [-s sep] [file ...] Advanced modifiers are described in bootiso man page. INSTALL MODE MODIFIERS column: invalid option -- '-' usage: column [-txne] [-c columns] [-s sep] [file ...]
-->
Exit status
0
Suggestion fix (optional)
Check for "column" support of advanced tags before printing.
The text was updated successfully, but these errors were encountered:
0c710a7
jsamr
No branches or pull requests
Category
Describe the bug
Debian ships a 2004 old version of “column” utility from BSD ports, instead of picking the “util-linux” one.
See:
Reproduction
bootiso --help
on Debian-->
Exit status
0
Suggestion fix (optional)
Check for "column" support of advanced tags before printing.
The text was updated successfully, but these errors were encountered: