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

mkisofs not found #51

Closed nkfilis closed 5 months ago

nkfilis commented 1 year ago

It seems, depending on the debian version used for the rescue image, you need to install a different package. In the case of a OVH/Kimsufi KS-GAME-1, I needed to remove the "mkisofs:mkisofs" from the DEPS variable and installed xorriso and genisoimage packages by hand. It looks like the OVH rescue-pro uses Debian Jessie, but I'm not very familiar with those things.

bretton commented 1 year ago

should be an easy fix: depending on distro, populate DEPS with different sets of tools, no eta

bretton commented 1 year ago

It looks like this is the most information page for info on OVH rescue and patched kernel builds https://last-public-ovh-kernel.snap.mirrors.ovh.net/

latest build https://last-public-ovh-kernel.snap.mirrors.ovh.net/builds/5.15.59/2413965/

and Debian Buster / Debian 10 seems to be the latest at https://last-public-ovh-kernel.snap.mirrors.ovh.net/debian/dists/ and is EOL for updates as of Aug 2022.

grembo commented 1 year ago

@bretton I would suggest to allow specifying multiple potential packages per dependency, then we can just try them all. I can add soonish.

bretton commented 5 months ago

This can be closed due to PR-78