@gabtech Glad that worked for you. Did you use the external w_init or modified the internal to initrd.gz one?
I've seen that... I'll have to double-check because I haven't tried it for a while. I think it used to be libglade missing (also not in official Arch Linux repos anymore). I suspect the filemnt program calls a GTK2+ notification splash of some sort or other so filemnt should be modified or more likely the splash program to make it work.
However, I'm not sure until I check, if that is the reason and I'm in WDL_FossaPup64 at this exact moment (forgot to change my menu.lst this morning after the experiments last night...) and don't thus have that filemnt addon module till I reboot in WDL_Arch64.
EDIT: yes, it is the included in sfs gtkdialog-splash program needing now obsolete libglade libs:
Code: Select all
[root@bootstrap papa]# gtkdialog-splash 'hi'
/tmp/yaf-splash: error while loading shared libraries: libglade-2.0.so.0: cannot open shared object file: No such file or directory
Similarly, pupdialog needs libglade libs. I've never looked at either gtkdialog-splash or pupdialog code to see how they are implemented.
I'll modify the 10gtkdialogGTK3_filemnt64.sfs to not use that for the splash messages (or I'll modify the gtkdialog-splash is maybe easiest), and re-upload once I do that. I didn't notice the missing splash before because my system had a copy of libglade libs on it (libglade is still available from Arch AUR).
Good to hear you are testing a new WDL_Void - but when you say build_firstrib_rootfs-latest.sh build script, do you mean the very latest build_firstrib_rootfs-400rc1.sh version, which I sent you I think whilst preparing that and the rest for github site?
wiak