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

Re: Upgrade script for libata transition



On Tue, 2010-02-16 at 22:29 +0000, Jurij Smakov wrote:
[...]
> Trying to install it again succeeds, I guess because it skips some 
> already-asked debconf question, as it does not try to modify 
> /etc/silo.conf the second time. The new silo.conf looks like this:
> 
> # root = /dev/sdb2
> root = UUID=c6cd1add-df06-4bea-a511-76a0802d74b0
[...]
> which, quite predictably, is not understood by silo:
> 
> jurij@debian:~/linux$ sudo silo -f
> Config file error: Syntax error near line 2 in file /etc/silo.conf
> Error parsing silo config file /etc/silo.conf
> 
> I glanced through the SILO code and have not find any evidence that 
> it supports device identification by UUID. Do you have any reason to 
> believe that it should work, because I fail to see one.

LILO/SILO/etc. don't interpret the root - this string is passed to the
kernel and then to the initramfs.  However, because it has an '=' in it,
I think it needs to be quoted.  Can you test that this works with
double-quotes around the UUID= string?

Ben.

-- 
Ben Hutchings
Make three consecutive correct guesses and you will be considered an expert.

Attachment: signature.asc
Description: This is a digitally signed message part


Reply to: