Deploying Debian GNU/Linux with ICE-Linux

7
# mkdir cdrom ; mkdir DVD{1,2,3}
3. Mount the first DVD:
# mount -o loop debian-40r3-i386-DVD-1.iso cdrom
4. Copy the contents of the DVD into the DVD1 directory:
#
cp -ar cdrom/* DVD1
5. Unmount the first DVD:
#
umount cdrom
6. Mount the second DVD:
# mount -o loop debian-40r3-i386-DVD-2.iso cdrom
7. Copy the contents of the DVD into the DVD2 directory:
#
cp -ar cdrom/* DVD2
8. Unmount the second DVD:
#
umount cdrom
9. Mount the third DVD:
# mount -o loop debian-40r3-i386-DVD-3.iso cdrom
10. Copy the contents of the DVD into the DVD2 directory:
#
cp -ar cdrom/* DVD3
11. Unmount the third DVD:
# umount cdrom
Step 4: Download the Debian Installer
The netboot version of the Debian installer is not on the ISO media. You must download it and copy it
to the /opt/repository/boot/Debian4-i386Boot directory.
A plain text mode version of the installer or a graphical installer version is available from the
following site:
http://http.us.debian.org/debian/dists/etch/main/installer-
i386/current/images/netboot
To obtain the graphical version, run the following commands:
# cd /opt/repository/boot/Debian4-i386Boot