Changes between Version 43 and Version 44 of install_debian
- Timestamp:
- May 29, 2010, 10:42:02 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
install_debian
v43 v44 90 90 }}} 91 91 92 Now cryptsetup 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: 93 95 94 96 {{{ … … 96 98 cryptsetup luksFormat /dev/md1 97 99 cryptsetup luksOpen /dev/md1 md1_crypt 100 101 pvcreate /dev/mapper/md1_crypt 102 vgcreate --name vg_nameofserver0 /dev/mapper/md1_crypt 103 lvcreate --name swap --size 1GB vg_nameofserver0 104 etc. 98 105 }}} 99 106