example for apt-proxy added to dfs-cbox.conf

hints for no-login added to init-scripts
version file added to cryptobox configuration template (for config partition)
This commit is contained in:
lars 2005-10-15 10:22:53 +00:00
parent fcd86832f1
commit 7eaa3c7b70
4 changed files with 37 additions and 3 deletions

View File

@ -0,0 +1,26 @@
#!/bin/sh
#
# give some hints for users, who are sitting in front of the cryptobox and are mistakenly
# waiting for a login prompt
#
case "$1" in
start )
echo
echo "Hints for usage:
echo " * you can not login here :)"
echo " * point a webbrowser on another computer to 'http://$(/usr/lib/cryptobox/cb-manage.sh get_current_ip)'"
echo " * configure your box via your webbrowser"
echo
;;
stop )
;;
restart )
$0 stop
$0 start
;;
* )
echo "Syntax: $0 { start | stop | restart }"
;;
esac

View File

@ -0,0 +1 @@
../init.d/cb-hints.sh

View File

@ -0,0 +1 @@
0.3

View File

@ -116,10 +116,16 @@ allpackages = util-linux
#diff
#patch
# Default mirror for "repo" sections
mirror = http://127.0.0.1/apt-cacher/ftp.de.debian.org/debian
# select a mirror for the repository (apt-cacher, apt-proxy, no caching) by
# uncommenting the line of your choice
# (1) apt-cacher (default)
mirror = http://127.0.0.1/apt-cacher/ftp.debian.org/debian
# (2) apt-proxy
#mirror = http://localhost:9999/debian
# (3) no caching proxy for apt
#mirror = http://ftp.debian.org/debian
#mirror = http://mirrors/debian
# Devices to probe for CD
devices = scd0 scd1 scd2 scd3 scd4 hda hdb hdc hdd hde hdf hdg