Preseeding configuration values on GLAN Tank

Intel's IOP platform is no longer supported in Debian.

If you need to change the default network settings, you have to change the preseeding file included in the image. As user root, create a temporary directory, go into it and unpack the initrd:

mkdir x
cd x
zcat ../initrd | cpio -if -

Then edit the file preseed.cfg. After you're done, you have to make a new initrd and copy it to the hard drive:

find | cpio --quiet -o -H newc > ../i
cd ..
gzip -9 i
sudo cp i.gz /mnt/initrd