Bug 22705

Summary: Лишние кавычки в UUID=
Product: Sisyphus Reporter: Alexei V. Mezin <alexei.mezin>
Component: bootloader-utilsAssignee: placeholder <placeholder>
Status: CLOSED FIXED QA Contact: qa-sisyphus
Severity: normal    
Priority: P3 CC: at, boyarsh, evg, glebfm, ldv, placeholder, sem, slazav, vitty, vt
Version: unstable   
Hardware: all   
OS: Linux   
See Also: https://bugzilla.altlinux.org/show_bug.cgi?id=41999

Description Alexei V. Mezin 2010-01-09 13:41:17 MSK
bootloader-utils-0.4.5-alt1

При установке 2.6.32-un-def получил ругань lilo

Unrecognized token "f5cb7a25-5667-4549-9def-52c60ee7d608""" at or above line 47 in file '/etc/lilo.conf' 

И действительно, в конфиг прописалось следующее:

image="/boot/vmlinuz-2.6.32-un-def-alt1"
        initrd="/boot/initrd-2.6.32-un-def-alt1.img"
        label="2632-un-def-1"
        root="UUID="f5cb7a25-5667-4549-9def-52c60ee7d608""
        read-only
        optional 

Лишние кавычки образовались.
Comment 1 Repository Robot 2010-01-09 15:40:38 MSK
bootloader-utils-0.4.6-alt1 -> sisyphus:

* Sat Jan 09 2010 Vladislav Zavjalov <slazav@altlinux> 0.4.6-alt1

- lilo:
  - protect quotes in lilo.conf values (closes: #22705);
  - remove spaces from labels
- bootloader_utils.pm: cleanup code of getroot()