If there are multiple disk devices in the system there is a risk that the mount_local_partition method mounts the wrong partitions on /mnt/gentoo . The 'for mountpoint in sorted_list:' will mount all partitions but the string device can contain the wrong device because it gets set in the previous for device in parts: and will always contain the last device encountered. Which isnt necessarly the correct one. The patch will be more descriptive .. :) I tested this patch on snapshot installer-work-20050616 and also tested the gtkfe with it. rgds. Reproducible: Always Steps to Reproduce: 1. 2. 3.
Created attachment 61357 [details, diff] patch against GLIArchitectureTemplate.py patch against GLIArchitectureTemplate.py
fix in cvs. thanks.
Moving to Release Media/Installer.