Hello,
It took me a while, but I've finally figured out the pungi problems where almost no libraries got copied into the installation initrd. I'll prepare a patch and will send it to David
So far I run into several problems with those images:
- all parameters given in the parm file are ignored and I had to enter the whole network configuration again - insmod doesn't load any modules, which means that the linuxrc can't load required modules. I currently have to drop to a shell and load them manually with modprobe - dbus-daemon doesn't start automatically, but the loader relies on it - the loader doesn't get started automatically and hangs at the first screen when started manually. - wpa_supplicant gets started ?!
Karsten