[leaf-devel] Safe test boot/backup

2002-12-30 Thread audiotech-prudy
I've just modified four init scripts to add the test boot/backup option. If you find that useful you can consider adding it to the distribution packages. Please investigate that issue: http://www.audiotech.pl/~audiotech-prudy/lrp/lrpboot.html Thanks, Przemyslaw

Re: [leaf-devel] Starting background process before /sbin/init

2002-12-30 Thread audiotech-prudy
Self-answer: The problem is in the default output redirection, process can be started as: sleep 5 >/dev/null 2>&1 & now /initrd is not used an can be unmounted. --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://th

[leaf-devel] Starting background process before /sbin/init

2002-12-29 Thread prudy
Hi all, I am looking for simple way of starting a background process before the /sbin/init is started from linuxrc but after packages are loaded. For example something like this from initrc: sleep 5 & The problem is that then the /initrd directory cannot be unmounted until the sleep process is