init python rewrite
This commit is contained in:
parent
d0029c26c7
commit
e0ec6cb9a4
126 changed files with 15064 additions and 0 deletions
11
pythonrewrite/conf-examples/distributions/README
Normal file
11
pythonrewrite/conf-examples/distributions/README
Normal file
|
@ -0,0 +1,11 @@
|
|||
You need to copy one of these files to /etc/cryptobox/distribution.conf.
|
||||
Choose the one, that fits to your particular operating system - if you are
|
||||
not sure which operation system you are using, then you should run
|
||||
uname -o
|
||||
to get to know yourself :)
|
||||
|
||||
If the file for your specific operating system is not available, then you
|
||||
may consider to send a copy of the one you wrote for yourself to
|
||||
devel@systemausfall.org.
|
||||
Thanks!
|
||||
|
12
pythonrewrite/conf-examples/distributions/gnu_linux
Normal file
12
pythonrewrite/conf-examples/distributions/gnu_linux
Normal file
|
@ -0,0 +1,12 @@
|
|||
# program locations for debian
|
||||
SFDISK=/sbin/sfdisk
|
||||
MKFS_DATA=/sbin/mkfs.ext3
|
||||
MKFS_CONFIG=/sbin/mkfs.ext2
|
||||
CRYPTSETUP=/sbin/cryptsetup
|
||||
IFCONFIG=/sbin/ifconfig
|
||||
PMOUNT=/bin/pmount
|
||||
PUMOUNT=/bin/pumount
|
||||
BLKID=/sbin/blkid
|
||||
POWEROFF=/sbin/poweroff
|
||||
REBOOT=/sbin/reboot
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue