You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
skip_target_check="yes" local_apt_deb_cache_prepare "after debootstrap first stage"# just for size reference in logs; skip the target check: debootstrap uses it for second stage.
116
+
skip_target_check="yes" local_apt_deb_cache_prepare "for mmdebstrap"# just for size reference in logs
118
117
119
118
deploy_qemu_binary_to_chroot "${SDCARD}""rootfs"# undeployed near the end of this function
120
119
121
-
[[ !-f"${SDCARD}/bin/bash" ]] && exit_with_error "Debootstrap first stage did not produce /bin/bash"
120
+
[[ !-f"${SDCARD}/bin/bash" ]] && exit_with_error "mmdebstrap did not produce /bin/bash"
122
121
123
-
# Done with debootstrap. Clean-up it's litterbox.
124
-
display_alert "Cleaning up after debootstrap""debootstrap cleanup""info"
122
+
# Done with mmdebstrap. Clean-up its litterbox.
123
+
display_alert "Cleaning up after mmdebstrap""mmdebstrap cleanup""info"
0 commit comments