shrinkwrap
shrinkwrap copied to clipboard
Adding support to change loop device number
Some users will find their loop0 device busy, specially if snap is installed and in use. Common in Ubuntu.
This change will take the 2nd argument to change the loop number, default will be 0 if no argument specified.
I just opened an issue for this. I'm running snap in Ubuntu 20.04.
losetup: QuadBoot.img: failed to set up loop device: Device or resource busy
great! i just ran into this and worked around it by editing the script to use /dev/loop10
. same deal, ubuntu 20.04 using snaps for some things.