Albrecht Frank wrote: [snip] > I spent some time in testing the installation with debootstrap.... > But the problem isn't solved yet. > It looks like debootstrap ends with an exception after it has > successfully finished its job. Make-fai-nfsroot traps this exception > and breaks the creation of nfsroot.
I got also bitten by this. > I don't have a solution for this problem. Perhaps knows another one > more. > Help will be appreciated My workaround is to add "set +e" at the end of /etc/fai.conf, which is sourced by make-fai-nfsroot. Seems to work. Thiemo
