From 1e3d6197d400f7d057dd2fbbb2a5146d2e44cac7 Mon Sep 17 00:00:00 2001 From: Nicholas <30300649+NicholasFlamy@users.noreply.github.com> Date: Fri, 17 Jul 2026 11:47:09 -0400 Subject: [PATCH] Update devuan mount commands to work properly The previous commands didn't work with the mount provided by busybox in the Devuan/Debian Installer. This config would likely work for Debian as well. --- config/devuan/devuan-install.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/devuan/devuan-install.cfg b/config/devuan/devuan-install.cfg index 52e214b..c9e765a 100755 --- a/config/devuan/devuan-install.cfg +++ b/config/devuan/devuan-install.cfg @@ -21,7 +21,7 @@ for isofile in ($dev,*)$iso_dir/$iso_pattern1 ($dev,*)$iso_dir/$iso_pattern2 ($d echo -e "\n\nWarning!!!\n\n" echo -e "You will need to mount the disc with the ISO image manually, as well as the ISO image itself into the /cdrom directory." echo -e "\nIn devuan installer main menu: after the information that the incorrect installation image was detected select: 'Execute a shell' and mount ISO, for example:" - echo -e "\n\tmkdir /usb\n\tmount /dev/sda3 /usb\n\tmount /usb/ISOs/devuan.iso /cdrom" + echo -e "\n\tmkdir /usb\n\tmount /dev/sda2 /usb -t \n\tmkdir /cdrom\n\tmount /usb/ISOs/devuan.iso /cdrom -t iso9660" echo -e "\n\n'Esc' closes this message" sleep --interruptible 9999