1
# This first command is run as early as possible, just after
3
#d-i preseed/early_command string mount -n -o bind /sys /root/sys; mount -n -o bind /proc /root/proc; mount -n -o bind /dev /root/dev; chroot /root dhclient eth0; chroot /root wget -q -O - http://11.0.0.1/early_command.sh | chroot /root sh; chroot /root ifconfig eth0 down; umount /root/sys; umount /root/proc; umount /root/dev
5
d-i preseed/early_command string mkdir /root/magoroot; nfsmount -o nolock 11.0.0.1:/srv/magoroot /root/magoroot; chroot /root wget -q -O - http://11.0.0.1/early_command.sh | chroot /root sh