Changes between Version 14 and Version 15 of install_debian/server
- Timestamp:
- Dec 11, 2014, 10:55:08 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
install_debian/server
v14 v15 175 175 * Install a lot of necessary packages for booting: 176 176 {{{ 177 apt-get install mdadm lvm2 cryptsetup grub-pc linux-image-amd64 177 apt-get install mdadm lvm2 cryptsetup grub-pc linux-image-amd64 bridge-utils 178 178 }}} 179 179 … … 183 183 * /etc/crypttab 184 184 * /etc/default/grub 185 * /etc/hosts 185 186 186 187 * Generate /etc/mdadm/mdadm.conf file. Generate with: … … 203 204 * Enable tty login on console by editing /etc/inittab and uncoming the T0 line and changing 9600 to 115200 204 205 206 * Create hostname by editing /etc/hostname 207 208 * 205 209 206 210 == Additional Steps == 211 207 212 * Create a DNS host from control panel. 208 213 * '''Get ssh access''' - Install bridge-utils and configure `/etc/network/interfaces` to look like this (make changes as needed to IP Address information.