Are there howtos of how to create a /etc/rc.d/initd/xxx.sh out of a doinst.sh, or can one just copy the doinst.sh to /etc/rc.d/initd/xxx.sh?fanthom wrote: Slackware packages has 'doinst.sh' script which does all required actions. Porteus modules must have /etc/rc.d/initd/xxx.sh scripts which does the same.
as i know the life - users wont be following this rule. that's why i have done my best to get modules with crappy quality to work with porteus.
Since it might be that I will also create modules for Porteus and I want the quality as best as I can...

//edit
now the auto-logout struck me as well... when I made the login to be saved with lastpass I activated "stay logged in forever"... but it seems phpBB is picky at times....
So I hope I can recall all I just added...
I could start Porteus from the NTFS/Windows7 partition using NeoGrub and that code in the menu.lst:
Code: Select all
title Porteus 64 bit 1.0 beta Copy2Ram, Always Fresh, Text Mode
rootnoverify (hd0,1)
kernel (hd0,1)/boot/vmlinuz ramdisk_size=6666 max_loop=256 root=/dev/ram0 rw copy2ram lang=de_DE lxde autoexec=telinit~3
initrd (hd0,1)/boot/initrd.xz
boot
But the NVidia driver and X won't play fair:
Code: Select all
root@porteus:~# activate /tmp/010-nVidia-260.19.36-porteus-v1.0_beta-x86_64.xzm
/bin/bash: warning: setlocale: LC_ALL: cannot change locale (de_DE.ISO-8859-1)
module file is stored inside the union, moving to /mnt/live/memory/modules first...
Updating shared library links: /sbin/ldconfig &
/usr/bin/activate: line 131: syntax error near unexpected token `fi'
/usr/bin/activate: line 131: ` fi'
Code: Select all
FATAL: Module nvidia not found.
(EE) NVIDIA: Failed to load the NVIDIA kernel module. Please check your
(EE) NVIDIA: system's kernel log for additional error messages.
(EE) Failed to load module "nvidia" (module-specific error, 0)
(EE) No drivers available.
//update
Next time I boot without the LXDE cheatcode, maybe it is some weird error between LXDE and my Nvidia card, or LXDE and the Nvidia driver, who knows...