Changes between Version 15 and Version 16 of install_debian


Ignore:
Timestamp:
Oct 3, 2007, 2:54:20 PM (17 years ago)
Author:
Jamie McClelland
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • install_debian

    v15 v16  
    100100}}}
    101101
    102 ==== Misc ====
     102==== Install and configure mandatory packages ====
    103103
    104104 * Login as root and install the following packages:
     
    106106{{{
    107107# aptitude install ssh ntpdate ntp-server less emacs21-nox cron-apt iproute
     108}}}
     109
     110 * Configure cron-apt:
     111{{{
     112echo 'MAILON="upgrade" >> /etc/cron-apt/config
    108113}}}
    109114