From: Ralph Ronnquist Date: Fri, 20 Sep 2024 23:14:13 +0000 (+1000) Subject: Drop the failed attempt of registering /dev/loop0 as media. X-Git-Url: https://git.rrq.au/?a=commitdiff_plain;h=b4b0ef81ea942fa22e11542605c7344d9841c443;p=rrq%2Fbespoke-installer.git Drop the failed attempt of registering /dev/loop0 as media. --- 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 <