Initial import from 0.5a version.
[secure-linux-project.git] / encrypt / finish.sh
1 #!/bin/sh
2 ##############################################
3 # Script for Secure Linux Project            #
4 # Copyright(c) 2005, 2006 by Roland Haeder   #
5 ##############################################
6 # Purpose: Finish installation               #
7 ##############################################
8 # This software is licensed under the GNU    #
9 # General Public License Version 2 or either #
10 # and comes with ABSOLUTELY NO WARRANTY      #
11 # neither implied nor explicit.              #
12 ##############################################
13
14 . ./.settings.sh || exit 3
15
16 # Need to do "cd $BASEDIR/source" and "cp --parents -a etc/init.d/swap.sh
17 # $BASEDIR/root" here.
18
19 # We can also do distribution-dependent things here for installing it on
20 # $BASEDIR/root. E.g. for Debian: dpkg --get-selections > list.tmp and
21 # debootstrap $SUIT $BASEDIR/root
22
23 echo "$0: Please customize .local.sh now and check-out ASSET."