Up to now, I also thought the radio buttons of the boot column would determine, where autopartitioning (but not custom partitioning) would put /boot on. With your hint to the F12 screenshot in bug 584811, I started to remember where the radio buttons come from. AFAIK, the zipl bootloader on s390x always installs its boot record onto the disk, that contains /boot (either separately or as part of the root-fs). In contrast to grub there is no free choice of putting the boot record even on another disk than /boot. Does that mean, the selection here will be ignored by the zipl backend of anaconda? That would be confusing at best. Or could anaconda choke when the user selects one disk with the radio buttons but puts /boot on another disk in the partitioning screen later on? Independent of that I like the changes which certainly make it clear. On 04/23/2010 05:31 PM, Chris Lumens wrote: > The purpose is to select which device gets the bootloader installed, not > which device contains /boot. > --- > iw/cleardisks_gui.py | 2 +- > ui/cleardisks.glade | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/iw/cleardisks_gui.py b/iw/cleardisks_gui.py > index 4b9a1d8..68e6c2f 100644 > --- a/iw/cleardisks_gui.py > +++ b/iw/cleardisks_gui.py > @@ -141,7 +141,7 @@ class ClearDisksWindow (InstallWindow): > self.rightDS = DeviceSelector(self.store, self.rightSortedModel, > self.rightTreeView, visible=self.rightVisible, > active=self.rightActive) > - self.rightDS.createSelectionCol(title=_("Boot"), radioButton=True) > + self.rightDS.createSelectionCol(title=_("Boot\nLoader"), radioButton=True) > self.rightDS.addColumn(_("Model"), 6) > self.rightDS.addColumn(_("Capacity"), 7) > > diff --git a/ui/cleardisks.glade b/ui/cleardisks.glade > index 956ecfe..f5033c6 100644 > --- a/ui/cleardisks.glade > +++ b/ui/cleardisks.glade > @@ -30,7 +30,7 @@ > <widget class="GtkLabel" id="label1"> > <property name="width_request">600</property> > <property name="visible">True</property> > - <property name="label" translatable="yes">Below are the storage devices you've selected to be a part of this installation. Please indicate using the arrows below which devices you'd like to use as data drives (these will not be formatted, only mounted) and which devices you'd like to use as system drives (these may be formatted).</property> > + <property name="label" translatable="yes">Below are the storage devices you've selected to be a part of this installation. Please indicate using the arrows below which devices you'd like to use as data drives (these will not be formatted, only mounted) and which devices you'd like to use as system drives (these may be formatted). Please also indicate which system drive will have the bootloader installed.</property> > <property name="use_underline">False</property> > <property name="use_markup">False</property> > <property name="justify">GTK_JUSTIFY_LEFT</property> Steffen Linux on System z Development IBM Deutschland Research & Development GmbH Vorsitzender des Aufsichtsrats: Martin Jetter Geschäftsführung: Dirk Wittkopp Sitz der Gesellschaft: Böblingen Registergericht: Amtsgericht Stuttgart, HRB 243294 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list