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:
lars 2005-10-19 06:51:27 +00:00
parent 6bae466c61
commit f6c590ebc9
2 changed files with 4 additions and 2 deletions

View file

@ -11,7 +11,7 @@
name = CryptoBox name = CryptoBox
# Version of generated disc # Version of generated disc
version = 0.0.1 version = 0.3
# 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

View file

@ -2,6 +2,7 @@
- README - README
- cbox-tree.d/usr/share/cryptobox/templates/footer.cs - cbox-tree.d/usr/share/cryptobox/templates/footer.cs
- cover/cover_[en|de].[swx|pdf] - cover/cover_[en|de].[swx|pdf]
- etc/defaults.d/dfs-cbox.conf (version setting)
2) build image 2) build image
- 'scripts/cbox-build.sh release' - 'scripts/cbox-build.sh release'