Skip to content

Commit

Permalink
ignore non-zero exist codes of modprobe loop
Browse files Browse the repository at this point in the history
to work around an issue by github actions
  • Loading branch information
adrelanos committed Nov 18, 2023
1 parent d133e98 commit e957fa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grml-debootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -1452,7 +1452,7 @@ prepare_vm() {
fi

# make sure loop module is present and a usable loop device exists
modprobe loop
modprobe loop || true
if ! losetup -f >/dev/null 2>&1; then
eerror "Error finding usable loop device"
bailout 1
Expand Down

0 comments on commit e957fa8

Please sign in to comment.