Skip to content

Commit

Permalink
DETECT_BLS_BOOT not properly default’ed (#181)
Browse files Browse the repository at this point in the history
Prevents:
```
==> cloudimg.image.qemu.cloudimg (shell-local): ../scripts/fuse-tar-root: line 40: [: : integer expression expected
```
  • Loading branch information
lwandrebeck authored Dec 11, 2023
1 parent dcaa7c8 commit 8332abc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/fuse-tar-root
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

ROOT_PARTITION=${ROOT_PARTITION:-1}
ROOT_MOUNT=${TMP_DIR}/root
DETECT_BLS_BOOT=${DETECT_BLS_BOOT:0}
DETECT_BLS_BOOT=${DETECT_BLS_BOOT:-0}
BOOT_MOUNT=${TMP_DIR}/boot

echo 'Mounting root partition...'
Expand Down

0 comments on commit 8332abc

Please sign in to comment.