[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: LiMux GRUB-Patches
From: |
Max Harmathy |
Subject: |
Re: LiMux GRUB-Patches |
Date: |
Tue, 20 Feb 2018 16:23:37 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 |
Hi Adrian!
Thank you for the reply!
Am 13.02.2018 um 11:02 schrieb John Paul Adrian Glaubitz:
> Did you actually try setting a password without patch GRUB2? We
> just added the following to /etc/grub.d/40_custom:
>
> #!/bin/sh
> exec tail -n +3 $0
> # This file provides an easy way to add custom menu entries. Simply
> type the
> # menu entries you want to add after this comment. Be careful not to
> change
> # the 'exec tail' line above.
>
> #Password Protection
> set superusers="root"
> password_pbkdf2 root grub.pbkdf2.sha512.10000.<password hash>
This works like a charm!
Another upstream package we can use as is.
Thank you!
Probably we would have been able to go without patching in the first place.
Max