Changes between Version 11 and Version 12 of install_debian/server
- Timestamp:
- Dec 11, 2014, 10:40:33 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
install_debian/server
v11 v12 172 172 chroot /mnt 173 173 }}} 174 175 * Add and populate the following files (use an existing system to compare format etc.) 174 175 * Install a lot of necessary packages for booting: 176 {{{ 177 apt-get install mdadm lvm2 cryptsetup grub-pc linux-image-amd64 178 }}} 179 180 * Add and populate/modify the following files (use an existing system to compare format etc.) 176 181 * /etc/network/interfaces 177 * /etc/fstab 178 * /etc/crypttab 179 * /etc/mdadm/mdadm.conf 180 181 * Install a lot of necessary packages for booting: 182 {{{ 183 apt-get install mdadm lvm2 cryptsetup grub-pc linux-image-amd64 184 }}} 182 * /etc/fstab 183 * /etc/crypttab 184 * /etc/default/grub 185 * /etc/mdadm/mdadm.conf 186 187 This last one - the final two lines defining the mdadm raid should be generated with: 188 189 {{{ 190 mdadm --examine --scan >> /etc/mdadm/mdadm.conf 191 }}} 192 185 193 186 194