preseed --owner d-i apt-setup/security_host string apt-cacher.fas.sfu.ca:3142/security.ubuntu.com preseed --owner netcfg netcfg/dhcp_timeout string 60
# perform unattended package upgrades preseed --owner d-i pkgsel/update-policy select unattended-upgrades # attempt a retry if the apt-cacher mirror fails for some reason preseed --owner d-i apt-setup/mirror/error select Retry # attempt a retry dowloading packages if the apt-cacher mirror fails for some reason preseed --owner d-i retriever/net/error select Retry # Auto-accept licenses for Java and VMware preseed --owner sun-java6-bin shared/accepted-sun-dlj-v1-1 boolean true # enable useful repositories preseed --owner d-i apt-setup/universe boolean true preseed --owner d-i apt-setup/multiverse boolean true preseed --owner d-i apt-setup/non-free boolean true ## postfix preseeding # General type of configuration? Default:Internet Site # Choices: No configuration, Internet Site, Internet with smarthost, # Satellite system, Local only preseed --owner postfix postfix/main_mailer_type select Local only # Where should mail for root go, Default:if not set, will spool locally preseed --owner postfix postfix/root_address string [email protected] # SMTP relay host? (blank for none) Default:(none) preseed --owner postfix postfix/relayhost string smtp.somewhere.com # Force synchronous updates on mail queue? Default:false #preseed --owner postfix postfix/chattr boolean true # Local networks? Default:"127.0.0.0/8" # blank uses the postfix default (which is based on the connected subnets) #preseed --owner postfix postfix/mynetworks string # Use procmail for local delivery? Defaults to true if /usr/bin/procmail exists #preseed --owner postfix postfix/procmail boolean false # Mailbox size limit Default:0 (unlimited) #preseed --owner postfix postfix/mailbox_limit string 51200000 # Local address extension character? Default:+ #preseed --owner postfix postfix/recipient_delim string - # Internet protocols to use? Default is based on checking if # /proc/sys/net/ipv{4,6} exist # Choices: all, ipv6, ipv4 preseed --owner postfix postfix/protocols select ipv4 # If the system has free space you can choose to only partition that space. d-i --owner partman partman-auto/init_automatically_partition select biggest_free # The presently available methods are: "regular", "lvm" and "crypto" d-i --owner partman partman-auto/method string regular # You can choose one of the three predefined partitioning recipes: # - atomic: all files in one partition # - home: separate /home partition # - multi: separate /home, /usr, /var, and /tmp partitions d-i --owner partman partman-auto/choose_recipe select home # This makes partman automatically partition without confirmation, provided # that you told it what to do using one of the methods above. d-i --owner partman partman/confirm_write_new_label boolean true d-i --owner partman partman/choose_partition select finish d-i --owner partman partman/confirm boolean true Should this work? -- Ubuntu Kickstart/Kickseed does not work with dual boot hosts https://bugs.launchpad.net/bugs/420903 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
