Skip to content

Instantly share code, notes, and snippets.

@hytdsh
Last active December 21, 2017 14:35
Show Gist options
  • Save hytdsh/11b2d3824526e8d23436489cc23b8556 to your computer and use it in GitHub Desktop.
Save hytdsh/11b2d3824526e8d23436489cc23b8556 to your computer and use it in GitHub Desktop.
default autoinstall
# 10.0.2.4: Virtualbox NAT (not NAT Network) TFTP service as default
label autoinstall
# kernel debian-installer/amd64/linux
# append load initrd=debian-installer/amd64/initrd.gz auto=true priority=critical url=tftp://10.0.2.4/debian-preseed.cfg
# kernel ubuntu-installer/amd64/linux
# append load initrd=ubuntu-installer/amd64/initrd.gz auto=true priority=critical url=tftp://10.0.2.4/ubuntu-preseed.cfg
@hytdsh
Copy link
Author

hytdsh commented Dec 6, 2017

each option means
auto: auto-install/enable
priority: debconf/priority (intend to suppress unwanted interactions for questions outside preseed.cfg)

@hytdsh
Copy link
Author

hytdsh commented Dec 6, 2017

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment