Skip to content

Commit

Permalink
Debug loop setup
Browse files Browse the repository at this point in the history
Signed-off-by: Ethan Dye <[email protected]>
  • Loading branch information
ecdye committed Jun 24, 2024
1 parent e7f4934 commit 47bad2a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/image.bash
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ imageFile() {
local loopPrefix

if [[ $1 == "mount" ]]; then
loopPrefix="$(kpartx -asv "$2" | grep -oE "loop([0-9]+)" | head -n 1)"
#loopPrefix="$(kpartx -asv "$2" | grep -oE "loop([0-9]+)" | head -n 1)"
kpartx -asv "$2"

mkdir -p tests/{fs,kernel}
if [[ "$2" == "alpine-rpi-3.20.1-armhf.img" ]]; then
Expand Down

0 comments on commit 47bad2a

Please sign in to comment.