misc/TODO
changeset 3 6f0d48ce9dfe
parent 2 221db3973c99
child 5 c736f0a1df4e
equal deleted inserted replaced
2:221db3973c99 3:6f0d48ce9dfe
     1 ### Debian-installer
     1 # VM config
     2 
     2 ## Email
     3 ## Debian Installer; boot params
       
     4 ## Modules: http://www.debian.org/releases/squeeze/amd64/ch06s02.html.en
       
     5 ## Boot params: http://www.debian.org/releases/squeeze/amd64/ch05s03.html.en
       
     6 
       
     7 
       
     8 # Serial console for installer
       
     9 # console=ttyS0
       
    10 
       
    11 # No DHCP probe, ask manual setup info
       
    12 # netcfg/disable_dhcp=true
       
    13 
       
    14 # Preseed .cfg source
       
    15 # preseed/url, preseed/file=...
       
    16 
       
    17 # debug/test preseed
       
    18 # preseed/interactive=true
       
    19 
       
    20 # Do network/preseed before asking questions
       
    21 # auto-install/enable=???
       
    22 
       
    23 # Keep VT's after serial console install
       
    24 # finish-install/keep-consoles=true
       
    25 
       
    26 # Forget recommends
       
    27 # base-installer/install-recommends=false
       
    28 
       
    29 # Resuce mode \o/ (chroot to target?)
       
    30 # rescue/enable=true
       
    31 
       
    32 ## Config settings
       
    33 # debian-installer/language & debian-installer/country | debian-installer/locale
       
    34 # locale=...
       
    35 
       
    36 # Load installer modules
       
    37 # anna/choose_modules
       
    38 
       
    39 # tasksel:tasksel/first
       
    40 
       
    41 ### Email
       
    42 
     3 
    43 No local mail delivery at all, per default install. Mail sent via smtp.paivola.fi to admin users.
     4 No local mail delivery at all, per default install. Mail sent via smtp.paivola.fi to admin users.
    44 
     5 
    45 http://www.debian.org/releases/squeeze/amd64/ch08s05.html.en
     6 http://www.debian.org/releases/squeeze/amd64/ch08s05.html.en
    46 
     7 
    47 No mutt, please no Exim with local mail delivery. Delivery to system user accounts @paivola.fi via smtp.paivola.fi is ok.
     8 No mutt, please no Exim with local mail delivery. Delivery to system user accounts @paivola.fi via smtp.paivola.fi is ok.
    48 
     9 
    49 ### Console
    10 ## Console
    50 
    11 
    51 ttyS0 -> virsh console
    12 inittab ttyS0 -> virsh console
       
    13