Create a gist now

Instantly share code, notes, and snippets.

What would you like to do?
d-i preseed/late_command string \
in-target cat /etc/hostname > /etc/integrity.serial; \
in-target wget http://opscode.com/chef/install.sh -O /root/install.sh; \
in-target /bin/bash /root/install.sh
d-i preseed/late_command string \
in-target hostname > /etc/integrity.serial; \
in-target wget http://opscode.com/chef/install.sh -O /root/install.sh; \
in-target /bin/bash /root/install.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment