Daemons now start up correctly on their own.
Volumes can now be mounted, unmounted, and accessed using CIFS, including encrypted volumes. Streamlined build customization capability, including addition of "scoreboard" file. Added live-helper scripts to the repository.
This commit is contained in:
parent
443dd1f163
commit
13e8c341a1
13 changed files with 584 additions and 40 deletions
56
README.devel
56
README.devel
|
@ -1,16 +1,52 @@
|
|||
This is an EXPERIMENTAL version of CryptoNAS for Debian Live!
|
||||
|
||||
## To get an NAS "good enough to play with", run the following commands once
|
||||
#you get to the root prompt (use "sudo -s" to get to the root prompt).
|
||||
Read http://devel.cryptobox.org/wiki/DebianLiveBuild before
|
||||
you do anything else.
|
||||
|
||||
#It is recommended that you run "./rm-tmps.sh" after making configuration
|
||||
#changes using an editor but before starting a new build.
|
||||
|
||||
|
||||
/usr/lib/cryptobox-cd/configure-cryptobox.sh normal
|
||||
It is recommended that you run "./rm-tmps.sh" after making configuration
|
||||
changes using an editor but before starting a new build.
|
||||
|
||||
## optionally call it again with argument "secure" (again, EXPERIMENTAL)
|
||||
For the convenience of other developers, the debian-patched
|
||||
live-helper scripts being used are located in
|
||||
the "tools" folder. The version of live-helper distributed
|
||||
with Ubuntu "Gutsy Gibbon" does NOT work for CryptoNAS.
|
||||
|
||||
/sbin/telinit 3
|
||||
/etc/init.d/cryptobox-server restart
|
||||
/etc/init.d/samba restart
|
||||
You should add the following line to apt-cacher's source list
|
||||
(for example, /etc/apt/sources.list) and run "aptitude update":
|
||||
deb http://systemausfall.org/toolforge/debian unstable main
|
||||
|
||||
The only files and folders relevant to this version are:
|
||||
tools/
|
||||
rm-tmps.sh
|
||||
config/
|
||||
README.devel.
|
||||
I'm keeping the folders from the legacy CryptoNAS build system around
|
||||
until I'm sure we don't need them. Don't be confused by their continued
|
||||
presence in the "deb-live" SVN branch.
|
||||
|
||||
TODO:
|
||||
get "shutdown/reboot from web interface" working
|
||||
get (configuration partition) formatting to work
|
||||
check against validation scripts
|
||||
check that "secure" build works
|
||||
set up a firewall in the "secure" build
|
||||
|
||||
/etc/modules (make sure desired modules load at startup)
|
||||
|
||||
complete "cryptonas" name change
|
||||
possibly move /usr/lib/cryptobox-cd to /usr/share/cryptonas-cd
|
||||
get apt-secure working
|
||||
enable apache2 DAV
|
||||
integrate with cryptobox-server 4.0
|
||||
for release version, try to isolate which parts of debian "standard" packages
|
||||
are really needed to avoid errors and which are extraneous
|
||||
|
||||
|
||||
Short term goals (next couple of commits):
|
||||
-----
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue