When testing modules in Porteus fresh I made a module changes.xzm which are just the desktop settings, start menu, volume settings, and the like.
I want to make this module loaded when using Porteus fresh.
I modified porteus.cfg as follows:
Code: Select all
LABEL fresh
MENU LABEL Always Fresh
KERNEL vmlinuz
APPEND initrd=initrd.xz load₌changes-160207.xzm nomagic base_only norootcopy timezone=Europe/Bratislava volume=75% kmap=cz,us login=root
Code: Select all
LABEL fresh
MENU LABEL Always Fresh
KERNEL vmlinuz
APPEND initrd=initrd.xz extramod=/mnt/sdb1/porteus/changes/changes-160207.xzm nomagic base_only norootcopy timezone=Europe/Bratislava volume=75% kmap=cz,us login=root
Where I am doing wrong?
