Skip to content

Commit

Permalink
Use "boot flag" instead of "bootflag" also in docs + exceptions
Browse files Browse the repository at this point in the history
Closes: #31
  • Loading branch information
mika committed Jun 3, 2020
1 parent 17293ed commit aed7d83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion grml2usb
Expand Up @@ -518,7 +518,7 @@ def check_boot_flag(device):
else:
logging.debug("boot flag is NOT enabled on %s" % device)
raise VerifyException(
"Device %s does not have the bootflag set. "
"Device %s does not have the boot flag set. "
"Please enable it to be able to boot." % device
)
except ImportError:
Expand Down
2 changes: 1 addition & 1 deletion grml2usb.8.txt
Expand Up @@ -132,7 +132,7 @@ multiple entries for removing different bootoptions at once.

*\--skip-bootflag*::

Do not check for presence of bootflag on target device.
Do not check for presence of boot flag on target device.

*\--skip-grub-config*::

Expand Down

0 comments on commit aed7d83

Please sign in to comment.