preseed/preseed.cfg
changeset 14 4154c64c5d69
parent 13 46fdb138420e
child 15 e3893b949972
equal deleted inserted replaced
13:46fdb138420e 14:4154c64c5d69
   317 # this includes exim and mutt
   317 # this includes exim and mutt
   318 tasksel tasksel/first           multiselect standard, ssh-server
   318 tasksel tasksel/first           multiselect standard, ssh-server
   319 
   319 
   320 # Individual additional packages to install
   320 # Individual additional packages to install
   321 d-i pkgsel/include              string \
   321 d-i pkgsel/include              string \
   322     sudo screen vim
   322     {PACKAGE_INCLUDES[*]}
       
   323 
   323 
   324 
   324 # Whether to upgrade packages after debootstrap.
   325 # Whether to upgrade packages after debootstrap.
   325 # Allowed values: none, safe-upgrade, full-upgrade
   326 # Allowed values: none, safe-upgrade, full-upgrade
   326 d-i pkgsel/upgrade              select safe-upgrade
   327 d-i pkgsel/upgrade              select safe-upgrade
   327 
   328 
   397 
   398 
   398 # This command is run just before the install finishes, but when there is
   399 # This command is run just before the install finishes, but when there is
   399 # still a usable /target directory. You can chroot to /target and use it
   400 # still a usable /target directory. You can chroot to /target and use it
   400 # directly, or use the apt-install and in-target commands to easily install
   401 # directly, or use the apt-install and in-target commands to easily install
   401 # packages and run commands in the target system.
   402 # packages and run commands in the target system.
   402 #d-i preseed/late_command string apt-install zsh; in-target chsh -s /bin/zsh
   403 d-i preseed/late_command                string  \
       
   404     {PRESEED_LATE_COMMAND}
   403 
   405 
   404 
   406 
   405 
   407 
   406 
   408 
   407 ### Extra preseed files
   409 ### Extra preseed files
   408 d-i preseed/include                     string passwords.cfg host.cfg
   410 d-i preseed/include                     string  \
       
   411     {PRESEED_INCLUDE}