Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion config/devuan/devuan-install.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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 <filesystem (likely exfat)>\n\tmkdir /cdrom\n\tmount /usb/ISOs/devuan.iso /cdrom -t iso9660"
echo -e "\n\n'Esc' closes this message"
sleep --interruptible 9999

Expand Down