Bug 115327 - wrong device.map generated from control-file
Summary: wrong device.map generated from control-file
Status: RESOLVED FIXED
Alias: None
Product: SUSE LINUX 10.0
Classification: openSUSE
Component: AutoYaST (show other bugs)
Version: Beta 4
Hardware: i686 SUSE Other
: P5 - None : Normal
Target Milestone: ---
Assignee: Jiri Srain
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-05 16:42 UTC by Efthimios Toulas
Modified: 2005-09-07 11:11 UTC (History)
1 user (show)

See Also:
Found By: Component Test
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Efthimios Toulas 2005-09-05 16:42:07 UTC
My autoyast installation stops at the point of installing grub with the message:
/boot/grub/device.map:1: error: No open parenthesis found
/boot/grub/device.map:2: error: No open parenthesis found

I can view and edit the device.map inside yast and it looks like this:
/dev/fd0   (fd0)
/dev/sda   (hd0)

After changing it to the following the problem disappears and the installation
goes on.
(fd0)   /dev/fd0
(hd0)   /dev/sda

The concerned part in the control-file looks like:
...
<bootloader>
   <activate config:type="boolean">false</activate>
      <device_map config:type="list">
        <device_map_entry>
          <firmware>(fd0)</firmware>
          <linux>/dev/fd0</linux>
        </device_map_entry>
        <device_map_entry>
          <firmware>(hd0)</firmware>
          <linux>/dev/sda</linux>
        </device_map_entry>
      </device_map>
   ...
</bootloader>
...

I didn't test it with beta4plus yet.
Comment 1 Jiri Srain 2005-09-07 11:11:37 UTC
I just committed fix to CVS and will submit to STABLE in a momoent.