protect the grub interface by an invalid password hash
update version in dfs-cbox.conf add dfs-cbox.conf to release-policy
This commit is contained in:
parent
c9f78a5edd
commit
0c0943f9d8
1 changed files with 3 additions and 2 deletions
|
@ -11,7 +11,7 @@
|
||||||
name = CryptoBox
|
name = CryptoBox
|
||||||
|
|
||||||
# Version of generated disc
|
# Version of generated disc
|
||||||
version = 0.0.1
|
version = 0.2.1
|
||||||
|
|
||||||
# Person that built it
|
# Person that built it
|
||||||
builder = sense.lab
|
builder = sense.lab
|
||||||
|
@ -185,7 +185,8 @@ packages = %(allpackages)s
|
||||||
bootloader = grub-no-emul
|
bootloader = grub-no-emul
|
||||||
|
|
||||||
# Extra lines for grub config
|
# Extra lines for grub config
|
||||||
grubconfig = timeout 3
|
grubconfig = timeout 0
|
||||||
|
password -md5 this_invalid_hash_protects_grub_config
|
||||||
|
|
||||||
#####################################################################
|
#####################################################################
|
||||||
# Repository configuration
|
# Repository configuration
|
||||||
|
|
Loading…
Reference in a new issue