getumbrel / umbrel-os

umbrelOS for Raspberry Pi 4 (only). Covert your Raspberry Pi into a home server in one click. For other hardware, checkout https://github.com/getumbrel/umbrel
https://umbrel.com
BSD 3-Clause "New" or "Revised" License
581 stars 57 forks source link

Missing qemu-debootstrap not mentioned in dependencies #284

Open jviki opened 7 months ago

jviki commented 7 months ago

I have installed all dependencies (on ArchLinux) however:

[20:33] $ sudo ./build.sh 
[20:34:00] Begin ./umbrel-os
[20:34:00] Begin ./umbrel-os/stage0
[20:34:00] Begin ./umbrel-os/stage0/prerun.sh
/bin/bash: line 1: qemu-debootstrap: command not found
[20:34:00] End ./umbrel-os/stage0/prerun.sh
[20:34:00] Begin ./umbrel-os/stage0/00-configure-apt
[20:34:00] Begin ./umbrel-os/stage0/00-configure-apt/00-run.sh
install: cannot create regular file './umbrel-os/work/2023-12-03-umbrel-os/stage0/rootfs/etc/apt/': No such file or directory

Wouldn't be better to provide some prepared docker or vagrant environment instead of this crappy bash scriptism?