<div dir="ltr"><div class="gmail_default" style="font-family:verdana,sans-serif">Hi,</div><div class="gmail_default" style="font-family:verdana,sans-serif">Perfect! Your indications put me in the right direction! I am able to deploy bullseye now. It's far for being perfect but it works! I will share my finding here soon.</div><div class="gmail_default" style="font-family:verdana,sans-serif">Thanks again!</div><div class="gmail_default" style="font-family:verdana,sans-serif">R.</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Le mar. 19 juil. 2022 à 01:31, Carsten Aulbert <<a href="mailto:carsten.aulbert@aei.mpg.de">carsten.aulbert@aei.mpg.de</a>> a écrit :<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi,<br>
<br>
On 18.07.22 17:19, Romain Pelissier wrote:<br>
> I have herited of an already FAI setup that deploy debian buster using <br>
> pxe and it works great!<br>
> Now, I try to use it to deploy bullseye but even if I have ready the <br>
> documentation I am still not sure how to proceed with the correct steps...<br>
> Should I modify the existing config or create a new one dedicated to <br>
> bullseye and point my server pxe boot to this one?<br>
> Even if I set /srv/fai/config/class/DEBIAN.var with release=bullseye <br>
> it's not working..<br>
> Let me know if you want me to share some config files.<br>
<br>
we kind of "cheated" to install different OS by just setting our own <br>
custom variable, e.g. "OS_DEBIAN_BULLSEYE_AMD64" via a class script, <br>
e.g. class/50-host-classes.<br>
<br>
We then only have to provide a few extra files, namely<br>
<br>
./basefiles/OS_DEBIAN_BULLSEYE_AMD64.tar.xz<br>
<br>
(this tarball will be extracted from the NFSroot to /target, created via <br>
/usr/share/doc/fai-doc/examples/simple/basefiles/mk-basefile)<br>
<br>
./files/etc/apt/sources.list/OS_DEBIAN_BULLSEYE_AMD64<br>
<br>
base list of sources to install from<br>
<br>
./hooks/instsoft.OS_DEBIAN_BULLSEYE_AMD64<br>
<br>
this hook simply performs a few things for us, namely fcopy, e.g.<br>
<br>
#!/bin/bash<br>
fcopy -Bi /etc/apt/sources.list<br>
$ROOTCMD apt-get update<br>
<br>
<br>
Does this help to get you started?<br>
<br>
Cheers<br>
<br>
Carsten<br>
-- <br>
Dr. Carsten Aulbert, Max Planck Institute for Gravitational Physics,<br>
Callinstraße 38, 30167 Hannover, Germany, Phone +49 511 762 17185<br>
<br>
</blockquote></div>