Bug 22705 - Лишние кавычки в UUID=
Summary: Лишние кавычки в UUID=
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: bootloader-utils (show other bugs)
Version: unstable
Hardware: all Linux
: P3 normal
Assignee: placeholder@altlinux.org
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-09 13:41 MSK by Alexei V. Mezin
Modified: 2022-02-20 00:12 MSK (History)
10 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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()