depenguin-me / depenguin-run

Installer script for mfsBSD image to install FreeBSD 14.0 with zfs-on-root using qemu
MIT License
16 stars 7 forks source link

ovmf package missing on Debian 10 #67

Closed nkfilis closed 11 months ago

nkfilis commented 11 months ago

The current OVH rescue system is based on Debian 10 and it needs the ovmf package to be installed in order for qemu to run properly

bretton commented 11 months ago

If you up for testing in meantime - regular file will be updated, this removed later

wget https://depenguin.me/ovh-run.sh \
&& chmod +x ovh-run.sh \
&& ./ovh-run.sh authorized_keys ... 
bretton commented 11 months ago

I've merged on assumption it works. It works with Hetzner test. Feel free to re-open if problems.