Changes between Version 19 and Version 20 of install_debian/server


Ignore:
Timestamp:
Jul 11, 2018, 3:19:37 PM (6 years ago)
Author:
Jamie McClelland
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • install_debian/server

    v19 v20  
    179179}}}
    180180
    181  * Install a lot of necessary packages for booting:
    182 {{{
    183 apt install mdadm lvm2 cryptsetup grub-pc linux-image-amd64 bridge-utils
    184 }}}
    185181
    186182 * Add and populate/modify the following files (use an existing system to compare format etc.)
     
    188184  * /etc/fstab
    189185  * /etc/crypttab
    190         * /etc/default/grub
    191         * /etc/hosts
     186  * /etc/default/grub
     187  * /etc/hosts
     188  * /etc/hostname
     189
     190
     191
     192 * Install a lot of necessary packages for booting:
     193{{{
     194apt install mdadm lvm2 cryptsetup grub-pc linux-image-amd64 bridge-utils
     195}}}
    192196
    193197 * Generate /etc/mdadm/mdadm.conf file. Generate with:
     
    197201}}}
    198202
    199  * Run:
    200 {{{
    201 update-grub
    202 update-initramfs -u
    203 }}}
    204 
    205203 * Set root passwd:
    206204{{{
     
    208206}}}
    209207
    210  * Enable tty login on console by editing /etc/inittab and uncoming the T0 line and changing 9600 to 115200
    211 
    212  * Create hostname by editing /etc/hostname
    213 
    214  *
    215208
    216209== Additional Steps ==