
I will need some time to check, ulpad and remove files form the site, but...
I see this one different. At the moment porteus-boot searches inside /live and its subfolders (no matter what is the name) for any squashfs file and it is loaded on boot with this boot code:fredx181 wrote:Some good news and some bad.
Start with the bad (which will turn out good):
One of the cheatcodes for porteus-boot doesn't work. It's the "load=..." parameter.
From the Porteus cheatcodes documentation:
http://www.porteus.org/tutorials/26-gen ... -them.htmlNow, it's probably not very important but I couldn't resist to fix it.load=module
load=module[1];module[n]
... Load optional modules from /optional/ directory on the booting
media. Additional modules can be listed, separated
by semicolons, without spaces.
Exampe: 'load=gimp;inkscape' would search for and load any
modules in the /porteus/optional folder that contain the strings
'gimp' or 'inkscape'.
So I edited the initrd*.xz (but only linuxrc inside) from all **kernel**.zip from the site.
Here the new ones are:
https://googledrive.com/host/0ByBgCDlZZ ... Debiandog/
Code: Select all
title DebianDog-Porteus
root (hd0,0)
kernel (hd0,0)/live/vmlinuz1 noauto from=/
initrd (hd0,0)/live/initrd1.xz
I'm not sure what is your fix in linuxrc yet, but it is not tested proper for official change and if it will stop searching and auto-loading squashfs from /live and its subfolders I'm not sure I like to loose this porteus-boot behaviour.
Or maybe you mean if load= parameter is added only the listed after load= modules will be loaded and other modules in /root/optional will not be loaded?
Toni