henrydenhengst

preseed settings from your current install create the config

Sep 15th, 2016
258
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.17 KB | None | 0 0
  1. #!/bin/bash
  2. # preseed settings from your current install create the config file
  3. debconf-get-selections --installer > preseed.cfg
  4. debconf-get-selections >> preseed.cfg
Advertisement
Add Comment
Please, Sign In to add comment