From b4b0ef81ea942fa22e11542605c7344d9841c443 Mon Sep 17 00:00:00 2001 From: Ralph Ronnquist Date: Sat, 21 Sep 2024 09:14:13 +1000 Subject: [PATCH] Drop the failed attempt of registering /dev/loop0 as media. --- build-installer.sh | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/build-installer.sh b/build-installer.sh index 3bfc983..a3549e0 100755 --- a/build-installer.sh +++ b/build-installer.sh @@ -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 <