Copied some necessary files from the existing dfsbuild static live-cd tree.

This commit is contained in:
frisco 2008-06-09 00:23:17 +00:00
parent ec818dbbc3
commit dbc620b26f
43 changed files with 2523 additions and 0 deletions

View file

@ -0,0 +1,3 @@
# the cryptobox live-cd should not use any device mapper block devices as they
# are created by cryptsetup -> make it non-writeable for the cryptobox user
KERNEL=="dm-*", MODE="0600", OWNER="root", GROUP="root"