preseed/preseed.cfg
changeset 2 221db3973c99
parent 1 51b1db97f448
child 4 bf9d63195f9d
equal deleted inserted replaced
1:51b1db97f448 2:221db3973c99
    36 # DHCP hostname to use
    36 # DHCP hostname to use
    37 #d-i netcfg/dhcp_hostname string radish
    37 #d-i netcfg/dhcp_hostname string radish
    38 
    38 
    39 ## Static network configuration.
    39 ## Static network configuration.
    40 # XXX: this is for asdf.paivola.fi
    40 # XXX: this is for asdf.paivola.fi
    41 d-i netcfg/get_hostname                 string asdf
    41 d-i netcfg/get_hostname                 string {NET_HOSTNAME}
    42 d-i netcfg/get_domain                   string paivola.fi
    42 d-i netcfg/get_domain                   string paivola.fi
    43 d-i netcfg/get_ipaddress                string {NET_IPADDR}
    43 d-i netcfg/get_ipaddress                string {NET_IPADDR}
    44 d-i netcfg/get_netmask                  string 255.255.255.0
    44 d-i netcfg/get_netmask                  string 255.255.255.0
    45 d-i netcfg/get_gateway                  string 194.197.235.1
    45 d-i netcfg/get_gateway                  string 194.197.235.1
    46 d-i netcfg/get_nameservers              string 194.197.235.210 194.197.235.252
    46 d-i netcfg/get_nameservers              string 194.197.235.210 194.197.235.252
   306 ### Package selection
   306 ### Package selection
   307 ## Tasks
   307 ## Tasks
   308 # Keep 'standard' task
   308 # Keep 'standard' task
   309 # http://wiki.debian.org/tasksel#A.22standard.22_task
   309 # http://wiki.debian.org/tasksel#A.22standard.22_task
   310 # this includes exim and mutt
   310 # this includes exim and mutt
   311 tasksel tasksel/first           multiselect standard ssh-server
   311 tasksel tasksel/first           multiselect standard, ssh-server
   312 
   312 
   313 # Individual additional packages to install
   313 # Individual additional packages to install
   314 d-i pkgsel/include              string \
   314 d-i pkgsel/include              string \
   315     sudo screen
   315     sudo screen
   316 
   316