"local" installation of "cryptobox-server" package
This commit is contained in:
parent
426acb9e6e
commit
3ccc72f535
11 changed files with 3834 additions and 8 deletions
37
README.devel
37
README.devel
|
@ -30,7 +30,23 @@ config/chroot_local-includes/usr/lib/cryptobox-cd/etc.d/network/interfaces
|
|||
will now be used at boot time if they exist.
|
||||
|
||||
|
||||
TODO:
|
||||
Source Code Info
|
||||
----------------
|
||||
The $LH_SOURCE feature of "live-helper" is not currently working with
|
||||
CryptoNAS. Instead, for source code, do:
|
||||
"svn checkout https://svn.systemausfall.org/svn/cryptobox"
|
||||
|
||||
The other source code used for CryptoNAS Live is located in the "Etch"
|
||||
Debian release. A list of mirror sites (created using
|
||||
"wget --no-host-directories --cut-dirs=1 --convert-links --page-requisites
|
||||
http://www.debian.org/mirror/list") is included in the
|
||||
CryptoNAS subversion repository in the "deb-live/Debian-Mirrors" folder.
|
||||
A current list of mirrors is also located at
|
||||
"http://www.debian.org/mirror/list".
|
||||
|
||||
|
||||
TODO
|
||||
----
|
||||
check against validation scripts
|
||||
check that "secure" build works
|
||||
set up a firewall in the "secure" build
|
||||
|
@ -54,8 +70,25 @@ get COW working
|
|||
|
||||
|
||||
Short term goals:
|
||||
-----
|
||||
----------------
|
||||
add explanatory text to etc-scoreboard file
|
||||
do any more files need copyright notices?
|
||||
set up reasonable defaults in cnas-default-settings (use gedit with multiple separate windows)
|
||||
/etc/network/interfaces
|
||||
|
||||
|
||||
Known Issues:
|
||||
------------
|
||||
Debian Live boot media shown in list of available disks
|
||||
Mounted encrypted volumes shown twice in list of available disks (may have been fixed already)
|
||||
*syslinux splash screen needs customization
|
||||
*"secure"/minimal setup needs to be built and tested
|
||||
*needs to be built using a *.deb based on SVN "head" to make sure that glaring English-language
|
||||
issues were fixed since live-cd 3.1
|
||||
*When NOT using a user-supplied /etc/network/interfaces (haven't tried it *with* user-supplied
|
||||
"interfaces") and the user chooses a new IP address via the web interface, the old DHCP-assigned
|
||||
address is still accessible
|
||||
*Reading an encrypted live-cd image doesn't work using Etch as the build system
|
||||
*LH_APT_SECURE must be set to "enabled" in Etch or else cdebootstrap fails
|
||||
|
||||
LH_SOURCE="enabled" doesn't work yet
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue