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?
To
:
vdr@linuxtv.org
Subject
:
[vdr] Re: how to start VDR on a multiboot machine?
From
:
Alfred Zastrow <
vdr@zastrow4u.de
>
Date: Sat, 22 Feb 2003 22:58:30 +0100
Content-transfer-encoding: 7bit
Content-type: text/plain; charset=us-ascii; format=flowed
In-reply-to: <
Pine.OSF.4.50.0302211713250.30450-100000@kosh.hut.fi
>
Organization: @home
References: <
Pine.OSF.4.50.0302211713250.30450-100000@kosh.hut.fi
>
Reply-to:
vdr@linuxtv.org
Sender:
vdr-bounce@linuxtv.org
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3b) Gecko/20030210
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.
References
:
[vdr] how to start VDR on a multiboot machine?
From:
Niko Tarnanen <ntarnane@cc.hut.fi>
Prev by Date:
[vdr] OT: Unfriendly behaviour (was: RE: Re: ERROR: /dev/lircd: Permission denied)
Next by Date:
[vdr] [Plugin request] RGB-VH out on DB15 for hometheater videoprojector
Previous by thread:
[vdr] Re: how to start VDR on a multiboot machine?
Next by thread:
[vdr] disabling output device
Index(es):
Date
Thread
Home
|
Main Index
|
Thread Index