Changes between Version 12 and Version 13 of install_debian/server


Ignore:
Timestamp:
Dec 11, 2014, 10:50:54 PM (9 years ago)
Author:
Jamie McClelland
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • install_debian/server

    v12 v13  
    183183  * /etc/crypttab
    184184        * /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 
    193 
     185
     186 * Generate /etc/mdadm/mdadm.conf file. Generate with:
     187
     188{{{
     189/usr/share/mdadm/mkconf > mdadm.conf
     190}}}
     191
     192 * Run:
     193{{{
     194update-grub
     195update-initramfs -u
     196}}}
     197
     198 * Set root passwd:
     199{{{
     200passwd
     201}}}
     202
     203 * Enable tty login on console by editing /etc/inittab and uncoming the T0 line
    194204
    195205