Bug#580455: lastest Sid upgrade breakes yaboot.conf

2010-12-02 Thread Milan Kupcevic
tags 580455 patch thanks Attached patch will: - Correctly parse boot, bsd, macosx, and darwin options with escaped characters or when in quotes; convert symlinks into canonical unix block device names; - Create yaboot.conf using by-id persistent device name for boot, and UUID label for root

Bug#580455: lastest Sid upgrade breakes yaboot.conf and (maybe) ybin

2010-05-06 Thread Rick Thomas
Package: yaboot Version: 1.3.13a-1 Severity: important The latest kernel upgrade modifies yaboot.conf in bad ways. 1) It puts spaces around the = and quotes the argument, which confuses ybin. # diff /etc/yaboot.conf.old /etc/yaboot.conf 9c9,12 boot=/dev/hda2 ---