ncmprhnsbl wrote:i typically run toram from usb with no savefile,+apps+config bundles in modulesfolder
OK so you dont use savefile, that explains it. Where does your bundles made with makesb
end up?
somewhere under /mnt/live/memory/data ?
So you move them right,
otherwise they would be gone after reboot?
I have a similar problem since I boot directly from iso
with savefile so I wrote a wrapper for makesb.
ncmprhnsbl wrote:also tested using from=***.iso with no extras
Could 'fresh' kernel parameter be made to exclude /alpha/modules folder as well?
or another param be made that does this?
I have altered initramfs to accept a datadir parameter to point to a separate "alphaos" dir
were system looks for savefile and modules/ dir. I use it when "from" parameter points to an ISO.
You could easily implement a personal parameter yourself.
In initrfs.img first in usr/lib/livekitlib---->union_append_bundles() you could add somehting like
Code: Select all
if grep -q nomodules /proc/cmdline; then
return
fiwere nomodules would be your boot param.
There is builtin boot param "noload" that hinders named modules to be loaded.
Check slax for this boot param.
Me myself I just renames dir or bundle so they are not loaded.
Perhaps you have remaser ISO? then I would alter initramfs.img
