Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] Re: how to start VDR on a multiboot machine?



Niko Tarnanen wrote:

Is this possible? What other options do I have?
Lilo sets the variable "$BOOT_IMAGE" with the selected image.
You can modify your boot-scripts like this:


#!/bin/sh

if [ $BOOT_IMAGE = "dvb" ]
then
.... # starting dvb

elif [ $BOOT_IMAGE = "no_dvb" ]
then
.... # starting something else

elif [ $BOOT_IMAGE = "x" ]
then
.... # X

fi


You'll also need different entry's in "/etc/lilo.conf" for this, but all can use the same kernel.



Alfred


BTW: I'm not familar with the Debian booting stuff, I use my own constructions.



--
Info:
To unsubscribe send a mail to listar@linuxtv.org with "unsubscribe vdr" as subject.



Home | Main Index | Thread Index