Drop the failed attempt of registering /dev/loop0 as media.
authorRalph Ronnquist <rrq@rrq.au>
Fri, 20 Sep 2024 23:14:13 +0000 (09:14 +1000)
committerRalph Ronnquist <rrq@rrq.au>
Fri, 20 Sep 2024 23:14:13 +0000 (09:14 +1000)
build-installer.sh

index 3bfc983ec06c0cd8e4992f1218ad74167e691ba0..a3549e00b90ac772df56dfc0f55566643ed73866 100755 (executable)
@@ -133,17 +133,12 @@ for P in ${UDEBS[@]} ; do
 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