diff options
| author | sergio <sergiotarxz@posteo.net> | 2026-09-05 23:11:56 +0000 |
|---|---|---|
| committer | sergio <sergiotarxz@posteo.net> | 2026-09-05 23:11:56 +0000 |
| commit | b3a6800c4b3e70c0ab5ffb1500c34b9f7420b678 (patch) | |
| tree | c995de7167ad73125458fb8b9d7f4c209ed0891b | |
| parent | ea594199551ac8e78e28d8cbe5d9fba0b6f288c8 (diff) | |
Adding new line of help missing --noprotect
| -rw-r--r-- | scripts/update-grub | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/update-grub b/scripts/update-grub index cc7eeb9..7143f8a 100644 --- a/scripts/update-grub +++ b/scripts/update-grub @@ -95,6 +95,7 @@ update-grub [--help|-h] [--norecovery] [--noroot] [--user foo --user bar] [--liv --live: Creates a grub that tries to boot a live system. (Not recommended for final users, voids your warranty) --new-pass: Changes your grub password, be sure to remember it. --target-device: Selects the harddisk to use to search for AlgaOS, update-grub will make its best guess if not sent. (Example: /dev/sda) +--noprotect: Disables password in grub dangerous options --chroot: Writes the grub to other root. (Not covered by warranty, used for livecd) "; } |
