Closed eduncan911 closed 5 years ago
Removed hardcoded /dev/loop0 as it is busy on several machines and moved to a more dynamic discovery of the next free loopback device.
/dev/loop0
Fixed debootstrap returning error that could not execute arm binaries because qemu-arm hasn't been enabled:
debootstrap
qemu-arm
I: Running command: chroot rootfs /debootstrap/debootstrap --second-stage chroot: failed to run command '/debootstrap/debootstrap': Exec format error
Added .gitignore to ignore compilation and artifacts.
LGTM, thanks!
Removed hardcoded
/dev/loop0
as it is busy on several machines and moved to a more dynamic discovery of the next free loopback device.Fixed
debootstrap
returning error that could not execute arm binaries becauseqemu-arm
hasn't been enabled:Added .gitignore to ignore compilation and artifacts.