Skip to content

Commit 4998f52

Browse files
committed
style(rootfs): shfmt cleanup in rootfs-create.sh
Two minor formatting fixes shfmt suggested on the file as it stands in the original PR commit (df7aaf9) — extra spaces in case fall-through arm and a stray blank line. No semantic change. Kept as a separate commit so the race-fix series stays scoped to qemu-static.sh. Assisted-by: Claude:claude-opus-4.7 Signed-off-by: Igor Velkov <325961+iav@users.noreply.github.com>
1 parent 52faab6 commit 4998f52

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

lib/functions/rootfs/rootfs-create.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ function create_new_rootfs_cache_via_debootstrap() {
6161
local debootstrap_apt_mirror="http://localhost:3142/${APT_MIRROR}"
6262
acng_check_status_or_restart
6363
;;
64-
no) ;& # do nothing, fallthrough
64+
no) ;& # do nothing, fallthrough
6565
"")
6666
: # still do nothing
6767
;; # stop falling
@@ -139,7 +139,6 @@ function create_new_rootfs_cache_via_debootstrap() {
139139

140140
skip_target_check="yes" local_apt_deb_cache_prepare "for mmdebstrap" # just for size reference in logs
141141

142-
143142
[[ ! -f "${SDCARD}/bin/bash" ]] && exit_with_error "mmdebstrap did not produce /bin/bash"
144143

145144
# mmdebstrap done, libc/ld-linux are in ${SDCARD}. Disable qemu-arm in binfmt_misc

0 commit comments

Comments
 (0)