done
ln -sTf busybox $INITRD/bin/sh
######################################################################
-# Make some additional patches in the initrd to support the
-# installation process.
+# Make some additional patches in the initrd to revise it to support
+# this particular installation process.
echo ${DISTNAME} > $INITRD/etc/default-release
mkdir $INITRD/etc/console-setup
mkdir -p $INITRD/cdrom
-# Add a udev rule to recognize /dev/loop0 as possible media device
-heredoc $INITRD/lib/udev/rules.d/70-loop0-is-media.rules <<EOF
-KERNEL=="loop0", ENV{ID_CDROM}="1"
-EOF
-
######################################################################
# Install "initrd-init" as the initrd /init to run at boot time. This
# script is what the kernel executes at boot time. There is also an