Skip to content

Support automounting of alpine iso file

Carlo Landmeter requested to merge github/fork/CasperVector/master into master

Created by: CasperVector

... so that if isoloop=/path/to/alpine.iso is provided in the kernel command line (of course, for this to actually work, isofs and perhaps ntfs need to be appended to the modules=... option), the initramfs will, upon failure mounting the boot media, attempt to search all /dev/sd*[0-9] partitions for the alpine iso file at the specified path.

Merge request reports