godarch / darch

A tool for building and booting stateless and immutable images, bare metal.
https://godarch.com/
MIT License
832 stars 32 forks source link

Fix by absolute path to core commands not found #58

Closed antpk closed 3 years ago

antpk commented 3 years ago

Fix for chroot: failed to run command ‘grub-install’: No such file or directory

Under Archlinux, the arch-chroot doesn't seem to have the /sbin/ in the path so grub-install, grub-mkconfig and useradd are not found during the image creation. Defining the absolute path fixes this.

pauldotknopf commented 3 years ago

Thanks for jumping in!