I have FAI 3.3.2 on Lenny installing Lenny clients from a CD I generated, very<br>nice!<br><br>I also want to make a CD from Lenny that installs Etch clients and I figure<br>that goes something like this -<br><br>In /etc/fai/apt/sources, change the sources to etch<br>
In /etc/fai/make-fai-nfsroot.conf, change FAI_DEBOOTSTRAP to etch<br><br>fai-setup -v<br><br>Setup config space, make class &quot;ETCH&quot;<br>cp -a /usr/share/doc/fai-doc/examples/simple/* /srv/fai/config<br>mkdir /srv/fai/config/basefiles<br>
cp /srv/fai/nfsroot/live/filesystem.dir/var/tmp/base.tgz /srv/fai/config/basefiles/ETCH.tar.gz<br><br>Edit /srv/fai/config/class/50-host-classes, add ETCH to demohost<br><br>Create a partial Etch mirror<br>fai-mirror -cETCH /fai-etch-partial-mirror<br>
<br>fai-cd -m /fai-etch-partial-mirror my-cd.iso <br><br>Now after I boot this Lenny CD the fai menu appears, I choose to install<br>&quot;demohost&quot;, it will lay down an Etch system right?<br><br>But sadly it has trouble (mounting the root fs I think) and drops into a shell -<br>
(initramfs)<br>...and the running kernel is 2.6.18-6-486 (Etch)<br>live.log says -<br>&quot;Mounting aufs on /root failed, no such device&quot;<br><br>Now after reading more I think I need to get aufs into my installer (Lenny),<br>
and maybe my initrd or Etch filesystem too?  Not sure.  I can install these<br>on Lenny -<br>aufs-modules-2.6-486<br>and<br>aufs-modules-2.6.26-2-486<br><br>But then if I run fai-setup again debootstrap etch says -<br>Couldn&#39;t find any package whose name or description matched &quot;aufs-modules-2.6-486&quot;<br>
<br>What to do...  Help?<br><br><br>