]> git.mxchange.org Git - secure-linux-project.git/blob - encrypt/setup-raid.sh
Initial import from 0.5a version.
[secure-linux-project.git] / encrypt / setup-raid.sh
1 #!/bin/sh
2 ##############################################
3 # Script for Secure Linux Project            #
4 # Copyright(c) 2005, 2006 by Roland Haeder   #
5 ##############################################
6 # Purpose: Setups software RAID. UNFINISHED! #
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 exit 255
17
18 mdadm --create /dev/md0 --level=5 --raid-devices=3 /dev/hd["bcd"]1