Later we will configure puppet to talk to our new server in the %post section. One useful thing to put in the post section is to change the virtual console to vt3, so that you can see the output of any commands you may have put in this section.
%post chvt 3 echo "executing post install" sleep 20 chvt 1We'll now look at our complete example.