Changes between Version 44 and Version 45 of install_debian
- Timestamp:
- May 31, 2010, 2:24:19 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
install_debian
v44 v45 83 83 }}} 84 84 85 Next... RAID... 85 You should be able to return to the graphical installer to do the rest. 86 87 For the record - here's how you can do it by hand: 88 89 RAID: 86 90 87 91 {{{ … … 90 94 }}} 91 95 92 Now cryptsetup. You should be able to return to the graphical installer to do the rest. 93 94 For the record.... here's how you could do it manually: 96 Now cryptsetup: 95 97 96 98 {{{ … … 105 107 }}} 106 108 107 * Remove any existing partitions. 108 * Add one partition (on each disk if there are two disks) that is: 109 {{{ 110 250 MB 111 Physical volume for RAID array (or ext3 if one disk system) 112 }}} 113 * Add a second parition (on each disk if there are two disks) that: 114 * Takes up remaining space 115 * Physical volume for RAID array (or Physical volume for LVM if one disk system) 109 Choose manual partition in the Debian Installer. Then: 110 116 111 * Choose "Congifure software RAID" (skip step if one disk system) 117 112 * Choose "Create MD Device" … … 119 114 * Number of active devices: 2 120 115 * Number of spare devices: 0 121 * Now select the firstpartition on each device.122 * Click Continue. Repeat for second partition on each device.116 * Now select the second partition on each device. 117 * Click Continue. Repeat for third partition on each device. 123 118 * When you are done, click Finish. Now you are back at the partition menu. 124 * Scroll down to the raid devices (or apply straight to your partitions if it's a one disk system). Modify the 250MB RAID device: Filesystem: ext3, mount on /boot119 * Scroll down to the raid devices (or apply straight to your partitions if it's a one disk system). Modify the 512 MB RAID device: Filesystem: ext3, mount on /boot 125 120 * Encrypt the larger, remaining device. Give password to Jamie. 126 121 * Choose "Congifure LVM" (selecting the device encrypted in the previous step)