usbarmory / usbarmory-debian-base_image

USB armory Debian base image
Other
77 stars 30 forks source link

Use Dynamic losetup, Fix "Exec format error", Add .gitignore #20

Closed eduncan911 closed 5 years ago

eduncan911 commented 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.

Fixed debootstrap returning error that could not execute arm binaries because qemu-arm hasn't been enabled:

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.

andrejro commented 5 years ago

LGTM, thanks!