clone 249311 -1 reassign -1 lilo-installer retitle -1 Doesn't handle root on LVM thanks
> lilo-installer's postinst contains the following: > > prefix=$(echo "$bootfs_devfs" | sed 's/\(\/dev\/[a-z]\+\).*/\1/') > disc_offered_devfs=$(find $prefix -name disc | head -n 1) > disc_offered=$(mapdevfs "$disc_offered_devfs") > > I created root on /dev/vg00/root. So: > > prefix=/dev/vg > > other assigments will fail. Thanks. Maybe you can come up with a patch. -- Martin Michlmayr [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

