summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Cantrell <dcantrell@redhat.com>2009-11-12 16:00:27 -1000
committerDavid Cantrell <dcantrell@redhat.com>2009-11-12 16:00:27 -1000
commit8e99f5ef3389236968823e8214a8422e5034a03c (patch)
treeec356d365d3c1a455e7858b7e59e42727f7b1608
parent0ec82b3cd4654bcc22bc7c0179bd3ef760f52127 (diff)
downloadanaconda-8e99f5ef3389236968823e8214a8422e5034a03c.tar.gz
anaconda-8e99f5ef3389236968823e8214a8422e5034a03c.tar.xz
anaconda-8e99f5ef3389236968823e8214a8422e5034a03c.zip
New version.
-rw-r--r--anaconda.spec.in106
-rw-r--r--configure.ac2
-rw-r--r--po/anaconda.pot441
3 files changed, 329 insertions, 220 deletions
diff --git a/anaconda.spec.in b/anaconda.spec.in
index 3841b4251..4f7952082 100644
--- a/anaconda.spec.in
+++ b/anaconda.spec.in
@@ -218,6 +218,112 @@ update-desktop-database &> /dev/null || :
%endif
%changelog
+* Thu Nov 12 2009 David Cantrell <dcantrell@redhat.com> - 13.8-1
+- Ignore merge commit messages when generating the rpm changelog. (dcantrell)
+- Remove last references to hal. (dcantrell)
+- Log calls to DiskLabel's commit and commitToDisk methods. (dlehman)
+- Fix DiskLabel.status so it returns True, not self.partedDisk, when active.
+ (dlehman)
+- Write /etc/dasd.conf to target system on s390 (#533833). (dcantrell)
+- Latest dracut has new syntax for rd_DASD. (dcantrell)
+- Handle case of not enough space in VG more gracefully. (#533797) (dlehman)
+- Make sure partitioning-related drive lists are sorted properly. (#534065)
+ (dlehman)
+- Remove the early kickstart processing pass (#532453). (clumens)
+- Move all the important stuff out of the KickstartCommand.parse methods.
+ (clumens)
+- These changes require a later version of pykickstart. (clumens)
+- commandMap and dataMap are now updates to the existing dict. (clumens)
+- Set a reference to the kickstart handler on BaseData objects. (clumens)
+- Move exception setup to right after instdata is populated. (clumens)
+- Leave one free logical block before each logical partition. (dlehman)
+- Use Chunk's geometry attr to access the parted Geometry. (dlehman)
+- Fix sorting of requests by mountpoint. It was backwards. (dlehman)
+- Align logical partitions' start sector up one logical block for metadata.
+ (dlehman)
+- Use parted.Device's sectorSize attr instead of physicalSectorSize.
+ (dlehman)
+- Select partition layout based on potential for growth. (dlehman)
+- Reimplement partition growing. (dlehman)
+- Create and use a function to obtain a parted alignment for a disk.
+ (dlehman)
+- Create and use a new function to create and add new partitions to disk.
+ (dlehman)
+- Make and use a new function to remove non-existent partitions. (dlehman)
+- Disable parted's cylinder alignment code. (dlehman)
+- Use new functions for conversion between size and sector count. (dlehman)
+- Consider whether a partition is growable when choosing free space.
+ (dlehman)
+- Allocate fixed-size requests before growable requests. (dlehman)
+- For the catch-all case, put the message into the UI, not the exn
+ (#536854). (clumens)
+- Add a missing binary to KEEPFILES (#533237) (msivak)
+- Set boot flag for /boot on mdraid 1 array too (#533533). (rvykydal)
+- Report no media present for cpqarray controllers with no disks attached
+ (hdegoede)
+- Honor existing RUNKS conf file variable on s390 (#513951). (dcantrell)
+- Add "Hipersockets" to qeth NETTYPE description (#511962). (dcantrell)
+- Set custom_icon to error for advanced storage dialog errors (hdegoede)
+- When creating a new md array check we have enough members (#533027)
+ (hdegoede)
+- Convert string.find calls into something modern (jkeating)
+- rescue: Don't copy install.ing to /tmp when not enough RAM (#531304,
+ #529392) (jvonau)
+- isys: remove stray debug printf (#533597) (hdegoede)
+- Don't activate / de-activate dmraid sets on setup / teardown (hdegoede)
+- Remove previous mdadm bug 523334 workaorund (hdegoede)
+- Don't stop mdraid containers or their arrays (#532971) (hdegoede)
+- Include the command line to put anaconda into debugger mode in history.
+ (pjones)
+- Allow remote(ish) debugging. (pjones)
+- Make sure /var/log/lastlog is there so we don't have ugly logs. (pjones)
+- Correct modopts initialization in loader (take 2) (#531932). (dcantrell)
+- Get rid of dead code, and fix gettimespecofday's math. (pjones)
+- Don't exec without forking first when calling udevadm. (pjones)
+- If init or loader exit unexpectedly, traceback. (pjones)
+- Fix the vim magic in this file to work. (pjones)
+- Add handling for sshpw command. (pjones)
+- Improve createLuserConf behavior and chroot behavior in users.* (pjones)
+- Improve logging of ssh-keygen. (pjones)
+- Remove tabs in "anaconda" (pjones)
+- pidof is a symlink to killall5, so we need that as well. (pjones)
+- Correctly initialize modopts in loader (#531932). (dcantrell)
+- Increase the size of /boot a little bit (#530555). (clumens)
+- Modify autopart requests to include a separate /home (#150670). (clumens)
+- Take the spec's requiredSpace into account when creating LVs. (clumens)
+- Add the PartSpec.__str__ method for debugging. (clumens)
+- Trim the inital / off the mountpoint before making an LV name from it.
+ (clumens)
+- Remove "anaconda" from attributes to skip (#532612, #532737). (clumens)
+- Fix status for and consolidate handling of '-' in vg/lv names. (#527302)
+ (dlehman)
+- Rename "setupShellEnvironment" to "setupSshd". That's all it does.
+ (pjones)
+- Put "killall -USR2 anaconda" in a pre-populated history. (pjones)
+- Only try to split proxy commands out if there's actually one specified.
+ (pjones)
+- Consolidate the parsing of nfs: locations for ks= and stage2= (#529197)
+ (stijn)
+- Copy cio_ignore kernel parameter to zipl.conf on s390 (#475675).
+ (dcantrell)
+- Do not modify /etc/hosts from setup package (#530343). (dcantrell)
+- In execWithCallback(), support disabling stdout echo (#528386) (dcantrell)
+- Select drives in partition dialog, preserving settings. (#529931) (dlehman)
+- Clear pot and po updates after a 'make release' or 'make archive'.
+ (dcantrell)
+- Use the new anaconda image in fedora-logos (#529267). (jkeating)
+- Call udev_trigger with a "change" action and don't filter out dm devices.
+ (dlehman)
+- Remove unused attr_nomatch keyword argument from baseudev.udev_trigger.
+ (dlehman)
+- Fix logging of isys mount/umount into program.log. (rvykydal)
+- Fix "resize failed: 1" errors for ext2/ext3/ext4 (#517491). (dcantrell)
+- Log why we're exiting the installer in storage.DASD.startup() (dcantrell)
+- Improve detailedMessageWindow() in text.py. (dcantrell)
+- Use 'zerombr' kickstart command for DASDs needing dasdfmt (#528386).
+ (dcantrell)
+- Add 'zerombr' to list of early kickstart commands we look for. (dcantrell)
+
* Thu Oct 29 2009 Chris Lumens <clumens@redhat.com> - 13.7-1
- TypeError: '_ped.DiskType' object is not callable (#531730) (hdegoede)
- Fix upgrade of GRUB with md raid boot for versions F11 and earlier.
diff --git a/configure.ac b/configure.ac
index 3ed26e186..25af0c24e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -20,7 +20,7 @@
m4_define(python_required_version, 2.5)
AC_PREREQ([2.63])
-AC_INIT([anaconda], [13.7], [anaconda-devel-list@redhat.com])
+AC_INIT([anaconda], [13.8], [anaconda-devel-list@redhat.com])
AM_INIT_AUTOMAKE([foreign no-dist-gzip dist-bzip2])
AC_CONFIG_SRCDIR([loader/loader.c])
diff --git a/po/anaconda.pot b/po/anaconda.pot
index d11921202..b784282b3 100644
--- a/po/anaconda.pot
+++ b/po/anaconda.pot
@@ -6,9 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: anaconda 13.6\n"
+"Project-Id-Version: anaconda 13.7\n"
"Report-Msgid-Bugs-To: anaconda-devel-list@redhat.com\n"
-"POT-Creation-Date: 2009-10-29 12:50-0400\n"
+"POT-Creation-Date: 2009-11-12 15:59-1000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -23,7 +23,7 @@ msgstr ""
#: anaconda:378 rescue.py:324 rescue.py:350 rescue.py:363 rescue.py:439
#: rescue.py:451 text.py:542 loader/cdinstall.c:228 loader/cdinstall.c:232
#: loader/cdinstall.c:248 loader/cdinstall.c:251 loader/cdinstall.c:445
-#: loader/cdinstall.c:452 loader/cdinstall.c:517 loader/dirbrowser.c:145
+#: loader/cdinstall.c:452 loader/cdinstall.c:517 loader/dirbrowser.c:128
#: loader/driverdisk.c:98 loader/driverdisk.c:243 loader/driverdisk.c:274
#: loader/driverdisk.c:305 loader/driverdisk.c:340 loader/driverdisk.c:359
#: loader/driverdisk.c:371 loader/driverdisk.c:379 loader/driverdisk.c:539
@@ -33,15 +33,15 @@ msgstr ""
#: loader/hdinstall.c:498 loader/kbd.c:119 loader/kickstart.c:132
#: loader/kickstart.c:142 loader/kickstart.c:185 loader/kickstart.c:284
#: loader/kickstart.c:316 loader/kickstart.c:497 loader/lang.c:115
-#: loader/lang.c:379 loader/loader.c:407 loader/loader.c:443
-#: loader/loader.c:486 loader/loader.c:507 loader/loader.c:524
-#: loader/loader.c:561 loader/loader.c:1199 loader/loader.c:1383
+#: loader/lang.c:379 loader/loader.c:416 loader/loader.c:452
+#: loader/loader.c:495 loader/loader.c:516 loader/loader.c:533
+#: loader/loader.c:570 loader/loader.c:1189 loader/loader.c:1373
#: loader/mediacheck.c:46 loader/mediacheck.c:85 loader/mediacheck.c:92
#: loader/mediacheck.c:101 loader/method.c:279 loader/method.c:353
-#: loader/modules.c:339 loader/modules.c:351 loader/net.c:582 loader/net.c:953
+#: loader/modules.c:364 loader/modules.c:376 loader/net.c:582 loader/net.c:953
#: loader/net.c:1587 loader/net.c:1608 loader/net.c:1880 loader/net.c:1902
-#: loader/net.c:1914 loader/nfsinstall.c:91 loader/nfsinstall.c:284
-#: loader/nfsinstall.c:303 loader/nfsinstall.c:371 loader/telnetd.c:92
+#: loader/net.c:1914 loader/nfsinstall.c:91 loader/nfsinstall.c:300
+#: loader/nfsinstall.c:319 loader/nfsinstall.c:387 loader/telnetd.c:92
#: loader/urlinstall.c:149 loader/urlinstall.c:171 loader/urlinstall.c:242
#: loader/urlinstall.c:400 loader/urlinstall.c:409 loader/urlinstall.c:416
#: loader/urls.c:248 loader/urls.c:328 loader/urls.c:334
@@ -55,30 +55,30 @@ msgid ""
"mode."
msgstr ""
-#: anaconda:475
+#: anaconda:502
msgid "Starting graphical installation."
msgstr ""
-#: anaconda:810
+#: anaconda:843
msgid "Would you like to use VNC?"
msgstr ""
-#: anaconda:811
+#: anaconda:844
msgid ""
"Text mode provides a limited set of installation options. It does not allow "
"you to specify your own partitioning layout or package selections. Would "
"you like to use VNC mode instead?"
msgstr ""
-#: anaconda:837
+#: anaconda:870
msgid "Install class forcing text mode installation"
msgstr ""
-#: anaconda:856
+#: anaconda:889
msgid "Graphical installation is not available. Starting text mode."
msgstr ""
-#: anaconda:864
+#: anaconda:897
msgid "DISPLAY variable not set. Starting text mode."
msgstr ""
@@ -116,22 +116,23 @@ msgstr ""
#: partIntfHelpers.py:237 text.py:350 text.py:354 yuminstall.py:400
#: yuminstall.py:764 yuminstall.py:878 yuminstall.py:1150 yuminstall.py:1214
#: yuminstall.py:1373 yuminstall.py:1391 iw/autopart_type.py:99
-#: iw/autopart_type.py:200 iw/autopart_type.py:327 iw/autopart_type.py:330
-#: iw/autopart_type.py:397 iw/autopart_type.py:405 iw/autopart_type.py:434
-#: iw/osbootwidget.py:210 iw/osbootwidget.py:219 iw/raid_dialog_gui.py:724
-#: iw/raid_dialog_gui.py:763 iw/task_gui.py:63 iw/task_gui.py:164
+#: iw/autopart_type.py:200 iw/autopart_type.py:321 iw/autopart_type.py:329
+#: iw/autopart_type.py:333 iw/autopart_type.py:401 iw/autopart_type.py:409
+#: iw/autopart_type.py:439 iw/osbootwidget.py:210 iw/osbootwidget.py:219
+#: iw/raid_dialog_gui.py:212 iw/raid_dialog_gui.py:729
+#: iw/raid_dialog_gui.py:768 iw/task_gui.py:63 iw/task_gui.py:164
#: iw/task_gui.py:307 iw/task_gui.py:442 loader/cdinstall.c:228
#: loader/cdinstall.c:517 loader/driverdisk.c:98 loader/driverdisk.c:305
#: loader/driverdisk.c:340 loader/driverdisk.c:371 loader/driverdisk.c:379
#: loader/driverdisk.c:443 loader/hdinstall.c:134 loader/hdinstall.c:340
#: loader/hdinstall.c:442 loader/hdinstall.c:485 loader/hdinstall.c:498
-#: loader/kickstart.c:284 loader/lang.c:115 loader/loader.c:407
-#: loader/loader.c:524 loader/loader.c:1199 loader/mediacheck.c:46
+#: loader/kickstart.c:284 loader/lang.c:115 loader/loader.c:416
+#: loader/loader.c:533 loader/loader.c:1189 loader/mediacheck.c:46
#: loader/mediacheck.c:85 loader/mediacheck.c:92 loader/method.c:279
-#: loader/method.c:353 loader/nfsinstall.c:284 loader/nfsinstall.c:303
+#: loader/method.c:353 loader/nfsinstall.c:300 loader/nfsinstall.c:319
#: loader/telnetd.c:92 loader/urlinstall.c:149 loader/urlinstall.c:171
#: loader/urlinstall.c:242 loader/urls.c:328 loader/urls.c:334
-#: storage/__init__.py:201 storage/__init__.py:1650 storage/__init__.py:1737
+#: storage/__init__.py:202 storage/__init__.py:1664 storage/__init__.py:1751
#: textw/netconfig_text.py:282 textw/partition_text.py:186
#: textw/partition_text.py:192 textw/partition_text.py:198
#: textw/partition_text.py:231 textw/partition_text.py:241
@@ -157,17 +158,17 @@ msgid ""
msgstr ""
#: bootloader.py:60 gui.py:1097 gui.py:1134 gui.py:1262 gui.py:1341
-#: image.py:91 kickstart.py:152 livecd.py:197 livecd.py:403 packages.py:166
+#: image.py:91 kickstart.py:153 livecd.py:197 livecd.py:403 packages.py:166
#: upgrade.py:58 upgrade.py:206 yuminstall.py:241 yuminstall.py:674
#: yuminstall.py:882 yuminstall.py:962 yuminstall.py:968 yuminstall.py:1121
#: yuminstall.py:1146 yuminstall.py:1204 yuminstall.py:1368 yuminstall.py:1398
-#: storage/__init__.py:97 storage/__init__.py:205 storage/__init__.py:1828
+#: storage/__init__.py:98 storage/__init__.py:206 storage/__init__.py:1842
msgid "_Exit installer"
msgstr ""
-#: bootloader.py:60 image.py:92 image.py:251 kickstart.py:1358
-#: kickstart.py:1397 upgrade.py:58 yuminstall.py:1209 iw/partition_gui.py:1693
-#: storage/__init__.py:1829
+#: bootloader.py:60 image.py:92 image.py:251 kickstart.py:1252
+#: kickstart.py:1291 upgrade.py:58 yuminstall.py:1209 iw/partition_gui.py:1693
+#: storage/__init__.py:1843
msgid "_Continue"
msgstr ""
@@ -199,7 +200,8 @@ msgstr ""
msgid "In progress"
msgstr ""
-#: cmdline.py:86 gui.py:1129 kickstart.py:1238 text.py:387
+#: cmdline.py:86 gui.py:1129 kickstart.py:1125 kickstart.py:1133
+#: kickstart.py:1162 kickstart.py:1170 text.py:387
#, python-format
msgid ""
"The following error was found while parsing the kickstart configuration "
@@ -299,9 +301,9 @@ msgid ""
msgstr ""
#: gui.py:784 gui.py:1341 partIntfHelpers.py:157 partIntfHelpers.py:341
-#: text.py:99 text.py:100 iw/account_gui.py:130 loader/dirbrowser.c:145
-#: loader/driverdisk.c:244 loader/kickstart.c:316 loader/loader.c:443
-#: loader/loader.c:561 textw/constants_text.py:48
+#: text.py:99 text.py:100 iw/account_gui.py:130 loader/dirbrowser.c:128
+#: loader/driverdisk.c:244 loader/kickstart.c:316 loader/loader.c:452
+#: loader/loader.c:570 textw/constants_text.py:48
msgid "Cancel"
msgstr ""
@@ -330,7 +332,7 @@ msgid ""
msgstr ""
#: gui.py:1257 image.py:164 image.py:194 packages.py:363 packages.py:368
-#: storage/__init__.py:1649
+#: storage/__init__.py:1663
msgid "_Exit"
msgstr ""
@@ -343,7 +345,7 @@ msgstr ""
msgid "The installer will now exit."
msgstr ""
-#: gui.py:1264 storage/partitioning.py:268
+#: gui.py:1264 storage/partitioning.py:273
msgid "The system will now reboot."
msgstr ""
@@ -444,87 +446,87 @@ msgstr ""
msgid "Install on System"
msgstr ""
-#: iutil.py:843
+#: iutil.py:847
#, python-format
msgid ""
"Error: On open, cannot set reIPL method to %(reipl_type)s (%(filename)s: %(e)"
"s)"
msgstr ""
-#: iutil.py:854
+#: iutil.py:858
#, python-format
msgid ""
"Error: On write, cannot set reIPL method to %(reipl_type)s (%(filename)s: %"
"(e)s)"
msgstr ""
-#: iutil.py:863
+#: iutil.py:867
#, python-format
msgid ""
"Error: On close, cannot set reIPL method to %(reipl_type)s (%(filename)s: %"
"(e)s)"
msgstr ""
-#: iutil.py:882
+#: iutil.py:886
#, python-format
msgid "Error: Could not set %(device)s as reIPL device (%(e)s)"
msgstr ""
-#: iutil.py:892
+#: iutil.py:896
#, python-format
msgid "Error: Could not reset loadparm (%s)"
msgstr ""
-#: iutil.py:901
+#: iutil.py:905
#, python-format
msgid "Warning: Could not reset parm (%s)"
msgstr ""
-#: iutil.py:911
+#: iutil.py:915
#, python-format
msgid ""
"After shutdown, please perform a manual IPL from DASD device %s to continue "
"installation"
msgstr ""
-#: iutil.py:933
+#: iutil.py:937
#, python-format
msgid "Error: reading FCP property %(syspath_property)s for reIPL (%(e)s)"
msgstr ""
-#: iutil.py:948
+#: iutil.py:952
#, python-format
msgid "Error: writing FCP property %(reipl_property)s for reIPL (%(e)s)"
msgstr ""
-#: iutil.py:963
+#: iutil.py:967
#, python-format
msgid ""
"Error: writing default FCP property %(reipl_property)s for reIPL (%(e)s)"
msgstr ""
-#: iutil.py:975
+#: iutil.py:979
#, python-format
msgid ""
"After shutdown, please perform a manual IPL from FCP %(device)s with WWPN %"
"(wwpn)s and LUN %(lun)s to continue installation"
msgstr ""
-#: iutil.py:992
+#: iutil.py:996
msgid ""
"After shutdown, please perform a manual IPL from the device now containing /"
"boot to continue installation"
msgstr ""
-#: iutil.py:1000
+#: iutil.py:1004
msgid "Error determining mount point type"
msgstr ""
-#: iutil.py:1004
+#: iutil.py:1008
msgid "The mount point /boot or / is on a disk that we are not familiar with"
msgstr ""
-#: kickstart.py:97
+#: kickstart.py:98
#, python-format
msgid ""
"There was an error running the kickstart script at line %(lineno)s. You may "
@@ -532,77 +534,77 @@ msgid ""
"be aborted. Press the OK button to exit the installer."
msgstr ""
-#: kickstart.py:113 kickstart.py:115
+#: kickstart.py:114 kickstart.py:116
msgid "Scriptlet Failure"
msgstr ""
-#: kickstart.py:146 rescue.py:240 yuminstall.py:669 yuminstall.py:1116
+#: kickstart.py:147 rescue.py:240 yuminstall.py:669 yuminstall.py:1116
msgid "No Network Available"
msgstr ""
-#: kickstart.py:147
+#: kickstart.py:148
msgid ""
"Encryption key escrow requires networking, but there was an error enabling "
"the network on your system."
msgstr ""
-#: kickstart.py:1224
+#: kickstart.py:1144
#, python-format
msgid "Error processing %%ksappend lines: %s"
msgstr ""
-#: kickstart.py:1227
+#: kickstart.py:1147
#, python-format
msgid "Unknown error processing %%ksappend lines: %s"
msgstr ""
-#: kickstart.py:1299 livecd.py:221
+#: kickstart.py:1193 livecd.py:221
msgid "Post-Installation"
msgstr ""
-#: kickstart.py:1300
+#: kickstart.py:1194
msgid "Running post-installation scripts"
msgstr ""
-#: kickstart.py:1316
+#: kickstart.py:1210
msgid "Pre-Installation"
msgstr ""
-#: kickstart.py:1317
+#: kickstart.py:1211
msgid "Running pre-installation scripts"
msgstr ""
-#: kickstart.py:1349
+#: kickstart.py:1243
msgid "Missing Package"
msgstr ""
-#: kickstart.py:1350
+#: kickstart.py:1244
#, python-format
msgid ""
"You have specified that the package '%s' should be installed. This package "
"does not exist. Would you like to continue or abort this installation?"
msgstr ""
-#: kickstart.py:1356 kickstart.py:1395
+#: kickstart.py:1250 kickstart.py:1289
msgid "_Abort"
msgstr ""
-#: kickstart.py:1357 kickstart.py:1396
+#: kickstart.py:1251 kickstart.py:1290
msgid "_Ignore All"
msgstr ""
-#: kickstart.py:1387
+#: kickstart.py:1281
msgid "Missing Group"
msgstr ""
-#: kickstart.py:1388
+#: kickstart.py:1282
#, python-format
msgid ""
"You have specified that the group '%s' should be installed. This group does "
"not exist. Would you like to continue or abort this installation?"
msgstr ""
-#: kickstart.py:1493
+#: kickstart.py:1387
#, python-format
msgid ""
"The kickstart configuration file is missing required information that "
@@ -1121,7 +1123,7 @@ msgid ""
msgstr ""
#: rescue.py:287 iw/partition_gui.py:781 loader/cdinstall.c:206
-#: loader/cdinstall.c:214 loader/driverdisk.c:444 storage/__init__.py:142
+#: loader/cdinstall.c:214 loader/driverdisk.c:444 storage/__init__.py:143
#: storage/devicetree.py:85
msgid "Continue"
msgstr ""
@@ -1131,7 +1133,7 @@ msgid "Read-Only"
msgstr ""
#: rescue.py:287 rescue.py:289 loader/cdinstall.c:248 loader/cdinstall.c:251
-#: loader/method.c:326 storage/__init__.py:1649 textw/upgrade_text.py:133
+#: loader/method.c:326 storage/__init__.py:1663 textw/upgrade_text.py:133
msgid "Skip"
msgstr ""
@@ -1899,31 +1901,27 @@ msgstr ""
msgid "You must provide an initiator name."
msgstr ""
-#: iw/autopart_type.py:320
-msgid "Error with Data"
-msgstr ""
-
-#: iw/autopart_type.py:478 iw/autopart_type.py:479
+#: iw/autopart_type.py:484 iw/autopart_type.py:485
msgid "Rescanning disks"
msgstr ""
-#: iw/autopart_type.py:533 textw/partition_text.py:63
+#: iw/autopart_type.py:539 textw/partition_text.py:63
msgid "Use entire drive"
msgstr ""
-#: iw/autopart_type.py:534 textw/partition_text.py:64
+#: iw/autopart_type.py:540 textw/partition_text.py:64
msgid "Replace existing Linux system"
msgstr ""
-#: iw/autopart_type.py:535
+#: iw/autopart_type.py:541
msgid "Shrink current system"
msgstr ""
-#: iw/autopart_type.py:536 textw/partition_text.py:65
+#: iw/autopart_type.py:542 textw/partition_text.py:65
msgid "Use free space"
msgstr ""
-#: iw/autopart_type.py:537
+#: iw/autopart_type.py:543
msgid "Create custom layout"
msgstr ""
@@ -2149,7 +2147,7 @@ msgstr ""
msgid "Edit Logical Volume: %s"
msgstr ""
-#: iw/lvm_dialog_gui.py:433 iw/raid_dialog_gui.py:397
+#: iw/lvm_dialog_gui.py:433 iw/raid_dialog_gui.py:402
msgid "_File System Type:"
msgstr ""
@@ -2167,21 +2165,21 @@ msgid "(Max size is %s MB)"
msgstr ""
#: iw/lvm_dialog_gui.py:460 iw/partition_dialog_gui.py:484
-#: iw/partition_ui_helpers_gui.py:329 iw/raid_dialog_gui.py:369
+#: iw/partition_ui_helpers_gui.py:329 iw/raid_dialog_gui.py:374
msgid "_Encrypt"
msgstr ""
-#: iw/lvm_dialog_gui.py:469 iw/raid_dialog_gui.py:407
+#: iw/lvm_dialog_gui.py:469 iw/raid_dialog_gui.py:412
msgid "Original File System Type:"
msgstr ""
#: iw/lvm_dialog_gui.py:473 iw/partition_gui.py:1021 iw/partition_gui.py:1162
-#: iw/raid_dialog_gui.py:412
+#: iw/raid_dialog_gui.py:417
msgid "Unknown"
msgstr ""
#: iw/lvm_dialog_gui.py:477 iw/partition_dialog_gui.py:422
-#: iw/raid_dialog_gui.py:418
+#: iw/raid_dialog_gui.py:423
msgid "Original File System Label:"
msgstr ""
@@ -2194,7 +2192,7 @@ msgid "Size (MB):"
msgstr ""
#: iw/lvm_dialog_gui.py:513 iw/partition_dialog_gui.py:377
-#: iw/raid_dialog_gui.py:388
+#: iw/raid_dialog_gui.py:393
msgid "_Mount Point:"
msgstr ""
@@ -2578,7 +2576,7 @@ msgstr ""
msgid "Type"
msgstr ""
-#: iw/partition_gui.py:612 storage/__init__.py:1649
+#: iw/partition_gui.py:612 storage/__init__.py:1663
msgid "Format"
msgstr ""
@@ -2733,8 +2731,8 @@ msgstr ""
msgid "The drive clone editor could not be created for some reason."
msgstr ""
-#: iw/partition_gui.py:1679 storage/partitioning.py:190
-#: storage/partitioning.py:231
+#: iw/partition_gui.py:1679 storage/partitioning.py:195
+#: storage/partitioning.py:236
msgid "Error Partitioning"
msgstr ""
@@ -2800,7 +2798,7 @@ msgstr ""
msgid "Installing Packages"
msgstr ""
-#: iw/raid_dialog_gui.py:336
+#: iw/raid_dialog_gui.py:341
msgid ""
"At least two unused software RAID partitions are needed to create a RAID "
"device.\n"
@@ -2809,51 +2807,51 @@ msgid ""
"select the \"RAID\" option again."
msgstr ""
-#: iw/raid_dialog_gui.py:350
+#: iw/raid_dialog_gui.py:355
msgid "Make RAID Device"
msgstr ""
-#: iw/raid_dialog_gui.py:353
+#: iw/raid_dialog_gui.py:358
#, python-format
msgid "Edit RAID Device: %s"
msgstr ""
-#: iw/raid_dialog_gui.py:355
+#: iw/raid_dialog_gui.py:360
msgid "Edit RAID Device"
msgstr ""
-#: iw/raid_dialog_gui.py:426
+#: iw/raid_dialog_gui.py:431
msgid "RAID _Device:"
msgstr ""
-#: iw/raid_dialog_gui.py:444
+#: iw/raid_dialog_gui.py:449
msgid "RAID _Level:"
msgstr ""
-#: iw/raid_dialog_gui.py:486
+#: iw/raid_dialog_gui.py:491
msgid "_RAID Members:"
msgstr ""
-#: iw/raid_dialog_gui.py:503
+#: iw/raid_dialog_gui.py:508
msgid "Number of _spares:"
msgstr ""
-#: iw/raid_dialog_gui.py:513
+#: iw/raid_dialog_gui.py:518
msgid "_Format partition?"
msgstr ""
-#: iw/raid_dialog_gui.py:587
+#: iw/raid_dialog_gui.py:592
msgid ""
"The source drive has no partitions to be cloned. You must first define "
"partitions of type 'software RAID' on this drive before it can be cloned."
msgstr ""
-#: iw/raid_dialog_gui.py:591 iw/raid_dialog_gui.py:597
-#: iw/raid_dialog_gui.py:611 iw/raid_dialog_gui.py:624
+#: iw/raid_dialog_gui.py:596 iw/raid_dialog_gui.py:602
+#: iw/raid_dialog_gui.py:616 iw/raid_dialog_gui.py:629
msgid "Source Drive Error"
msgstr ""
-#: iw/raid_dialog_gui.py:598
+#: iw/raid_dialog_gui.py:603
msgid ""
"The source drive you selected has partitions which are not of type 'software "
"RAID'.\n"
@@ -2861,7 +2859,7 @@ msgid ""
"You must remove these partitions before this drive can be cloned. "
msgstr ""
-#: iw/raid_dialog_gui.py:612
+#: iw/raid_dialog_gui.py:617
#, python-format
msgid ""
"The source drive you selected has partitions which are not constrained to "
@@ -2871,7 +2869,7 @@ msgid ""
"drive can be cloned. "
msgstr ""
-#: iw/raid_dialog_gui.py:625
+#: iw/raid_dialog_gui.py:630
msgid ""
"The source drive you selected has software RAID partition(s) which are "
"members of an active software RAID device.\n"
@@ -2879,21 +2877,21 @@ msgid ""
"You must remove these partitions before this drive can be cloned."
msgstr ""
-#: iw/raid_dialog_gui.py:639 iw/raid_dialog_gui.py:645
-#: iw/raid_dialog_gui.py:661
+#: iw/raid_dialog_gui.py:644 iw/raid_dialog_gui.py:650
+#: iw/raid_dialog_gui.py:666
msgid "Target Drive Error"
msgstr ""
-#: iw/raid_dialog_gui.py:640
+#: iw/raid_dialog_gui.py:645
msgid "Please select the target drives for the clone operation."
msgstr ""
-#: iw/raid_dialog_gui.py:646
+#: iw/raid_dialog_gui.py:651
#, python-format
msgid "The source drive %s cannot be selected as a target drive as well."
msgstr ""
-#: iw/raid_dialog_gui.py:662
+#: iw/raid_dialog_gui.py:667
#, python-format
msgid ""
"The target drive %(path)s has a partition which cannot be removed for the "
@@ -2904,41 +2902,41 @@ msgid ""
"You must remove this partition before this drive can be a target."
msgstr ""
-#: iw/raid_dialog_gui.py:725
+#: iw/raid_dialog_gui.py:730
msgid "Please select a source drive."
msgstr ""
-#: iw/raid_dialog_gui.py:745
+#: iw/raid_dialog_gui.py:750
#, python-format
msgid ""
"The drive %s will now be cloned to the following drives:\n"
"\n"
msgstr ""
-#: iw/raid_dialog_gui.py:750
+#: iw/raid_dialog_gui.py:755
msgid ""
"\n"
"\n"
"WARNING! ALL DATA ON THE TARGET DRIVES WILL BE DESTROYED."
msgstr ""
-#: iw/raid_dialog_gui.py:753
+#: iw/raid_dialog_gui.py:758
msgid "Final Warning"
msgstr ""
-#: iw/raid_dialog_gui.py:755
+#: iw/raid_dialog_gui.py:760
msgid "Clone Drives"
msgstr ""
-#: iw/raid_dialog_gui.py:764
+#: iw/raid_dialog_gui.py:769
msgid "There was an error clearing the target drives. Cloning failed."
msgstr ""
-#: iw/raid_dialog_gui.py:787
+#: iw/raid_dialog_gui.py:792
msgid "Clone Drive Tool"
msgstr ""
-#: iw/raid_dialog_gui.py:796
+#: iw/raid_dialog_gui.py:801
msgid ""
"This tool clones the layout from a partitioned source onto other similar "
"sized drives. The source must have partitions which are restricted to that "
@@ -2946,15 +2944,15 @@ msgid ""
"the target drive(s) will be destroyed.\n"
msgstr ""
-#: iw/raid_dialog_gui.py:807
+#: iw/raid_dialog_gui.py:812
msgid "Source Drive:"
msgstr ""
-#: iw/raid_dialog_gui.py:815
+#: iw/raid_dialog_gui.py:820
msgid "Target Drive(s):"
msgstr ""
-#: iw/raid_dialog_gui.py:823
+#: iw/raid_dialog_gui.py:828
msgid "Drives"
msgstr ""
@@ -3310,10 +3308,10 @@ msgstr ""
#: loader/cdinstall.c:452 loader/driverdisk.c:244 loader/driverdisk.c:275
#: loader/driverdisk.c:359 loader/driverselect.c:81 loader/driverselect.c:179
#: loader/driverselect.c:205 loader/hdinstall.c:222 loader/hdinstall.c:279
-#: loader/kbd.c:119 loader/loader.c:487 loader/loader.c:507
-#: loader/loader.c:1383 loader/loader.c:1416 loader/net.c:582 loader/net.c:953
+#: loader/kbd.c:119 loader/loader.c:496 loader/loader.c:516
+#: loader/loader.c:1373 loader/loader.c:1406 loader/net.c:582 loader/net.c:953
#: loader/net.c:1880 loader/net.c:1902 loader/nfsinstall.c:91
-#: loader/urls.c:248 storage/__init__.py:142 storage/devicetree.py:85
+#: loader/urls.c:248 storage/__init__.py:143 storage/devicetree.py:85
#: textw/constants_text.py:52
msgid "Back"
msgstr ""
@@ -3418,8 +3416,8 @@ msgstr ""
#: loader/driverdisk.c:539 loader/driverdisk.c:576 loader/hdinstall.c:372
#: loader/kickstart.c:132 loader/kickstart.c:142 loader/kickstart.c:185
-#: loader/kickstart.c:497 loader/modules.c:339 loader/modules.c:351
-#: loader/net.c:1587 loader/net.c:1608 loader/nfsinstall.c:371
+#: loader/kickstart.c:497 loader/modules.c:364 loader/modules.c:376
+#: loader/net.c:1587 loader/net.c:1608 loader/nfsinstall.c:387
#: loader/urlinstall.c:400 loader/urlinstall.c:409 loader/urlinstall.c:416
msgid "Kickstart Error"
msgstr ""
@@ -3565,7 +3563,7 @@ msgstr ""
msgid "Bad argument to shutdown kickstart method command %s: %s"
msgstr ""
-#: loader/lang.c:63 loader/loader.c:219
+#: loader/lang.c:63 loader/loader.c:228
#, c-format
msgid "Welcome to %s for %s"
msgstr ""
@@ -3575,7 +3573,7 @@ msgstr ""
msgid "Welcome to %s for %s - Rescue Mode"
msgstr ""
-#: loader/lang.c:65 loader/loader.c:230
+#: loader/lang.c:65 loader/loader.c:239
msgid ""
" <Tab>/<Alt-Tab> between elements | <Space> selects | <F12> next screen "
msgstr ""
@@ -3596,123 +3594,123 @@ msgstr ""
msgid "NFS directory"
msgstr ""
-#: loader/loader.c:438 loader/loader.c:482
+#: loader/loader.c:447 loader/loader.c:491
msgid "Update Disk Source"
msgstr ""
-#: loader/loader.c:439
+#: loader/loader.c:448
msgid ""
"You have multiple devices which could serve as sources for an update disk. "
"Which would you like to use?"
msgstr ""
-#: loader/loader.c:483
+#: loader/loader.c:492
msgid ""
"There are multiple partitions on this device which could contain the update "
"disk image. Which would you like to use?"
msgstr ""
-#: loader/loader.c:501
+#: loader/loader.c:510
#, c-format
msgid "Insert your updates disk into %s and press \"OK\" to continue."
msgstr ""
-#: loader/loader.c:507
+#: loader/loader.c:516
msgid "Updates Disk"
msgstr ""
-#: loader/loader.c:525
+#: loader/loader.c:534
msgid "Failed to mount updates disk"
msgstr ""
-#: loader/loader.c:530
+#: loader/loader.c:539
msgid "Updates"
msgstr ""
-#: loader/loader.c:530
+#: loader/loader.c:539
msgid "Reading anaconda updates"
msgstr ""
-#: loader/loader.c:566
+#: loader/loader.c:575
msgid ""
"Unable to download the updates image. Please modify the updates location "
"below or press Cancel to proceed without updates.."
msgstr ""
-#: loader/loader.c:575
+#: loader/loader.c:584
msgid "Error downloading updates image"
msgstr ""
-#: loader/loader.c:1192
+#: loader/loader.c:1182
#, c-format
msgid "You do not have enough RAM to install %s on this machine."
msgstr ""
-#: loader/loader.c:1249
+#: loader/loader.c:1239
msgid "Media Detected"
msgstr ""
-#: loader/loader.c:1250
+#: loader/loader.c:1240
msgid "Found local installation media"
msgstr ""
-#: loader/loader.c:1375
+#: loader/loader.c:1365
msgid "Rescue Method"
msgstr ""
-#: loader/loader.c:1376
+#: loader/loader.c:1366
msgid "Installation Method"
msgstr ""
-#: loader/loader.c:1378
+#: loader/loader.c:1368
msgid "What type of media contains the rescue image?"
msgstr ""
-#: loader/loader.c:1380
+#: loader/loader.c:1370
msgid "What type of media contains the installation image?"
msgstr ""
-#: loader/loader.c:1415
+#: loader/loader.c:1405
msgid "No driver found"
msgstr ""
-#: loader/loader.c:1415
+#: loader/loader.c:1405
msgid "Select driver"
msgstr ""
-#: loader/loader.c:1416
+#: loader/loader.c:1406
msgid "Use a driver disk"
msgstr ""
-#: loader/loader.c:1417
+#: loader/loader.c:1407
msgid ""
"Unable to find any devices of the type needed for this installation type. "
"Would you like to manually select your driver or use a driver disk?"
msgstr ""
-#: loader/loader.c:1647
+#: loader/loader.c:1637
msgid "The following devices have been found on your system."
msgstr ""
-#: loader/loader.c:1649
+#: loader/loader.c:1639
msgid ""
"No device drivers have been loaded for your system. Would you like to load "
"any now?"
msgstr ""
-#: loader/loader.c:1653
+#: loader/loader.c:1643
msgid "Devices"
msgstr ""
-#: loader/loader.c:1654
+#: loader/loader.c:1644
msgid "Done"
msgstr ""
-#: loader/loader.c:1655
+#: loader/loader.c:1645
msgid "Add Device"
msgstr ""
-#: loader/loader.c:1867
+#: loader/loader.c:1875
#, c-format
msgid "loader has already been run. Starting shell.\n"
msgstr ""
@@ -3778,12 +3776,12 @@ msgstr ""
msgid "Checksum Test"
msgstr ""
-#: loader/modules.c:340
+#: loader/modules.c:365
#, c-format
msgid "Bad argument to device kickstart method command %s: %s"
msgstr ""
-#: loader/modules.c:352
+#: loader/modules.c:377
msgid "A module name must be specified for the kickstart device command."
msgstr ""
@@ -3964,16 +3962,16 @@ msgstr ""
msgid "NFS Setup"
msgstr ""
-#: loader/nfsinstall.c:285
+#: loader/nfsinstall.c:301
msgid "That directory could not be mounted from the server."
msgstr ""
-#: loader/nfsinstall.c:296
+#: loader/nfsinstall.c:312
#, c-format
msgid "That directory does not seem to contain a %s installation image."
msgstr ""
-#: loader/nfsinstall.c:372
+#: loader/nfsinstall.c:388
#, c-format
msgid "Bad argument to NFS kickstart method command %s: %s"
msgstr ""
@@ -4064,195 +4062,195 @@ msgstr ""
msgid "Loading %s driver"
msgstr ""
-#: storage/__init__.py:93
+#: storage/__init__.py:94
msgid "Unknown Device"
msgstr ""
-#: storage/__init__.py:94
+#: storage/__init__.py:95
#, python-format
msgid ""
"The installation source given by device %s could not be found. Please check "
"your parameters and try again."
msgstr ""
-#: storage/__init__.py:105
+#: storage/__init__.py:106
msgid "Installation cannot continue."
msgstr ""
-#: storage/__init__.py:106
+#: storage/__init__.py:107
msgid ""
"The storage configuration you have chosen has already been activated. You "
"can no longer return to the disk editing screen. Would you like to continue "
"with the installation process?"
msgstr ""
-#: storage/__init__.py:134
+#: storage/__init__.py:135
msgid "Encrypt device?"
msgstr ""
-#: storage/__init__.py:135
+#: storage/__init__.py:136
msgid ""
"You specified block device encryption should be enabled, but you have not "
"supplied a passphrase. If you do not go back and provide a passphrase, block "
"device encryption will be disabled."
msgstr ""
-#: storage/__init__.py:158
+#: storage/__init__.py:159
msgid "Writing storage configuration to disk"
msgstr ""
-#: storage/__init__.py:159
+#: storage/__init__.py:160
msgid ""
"The partitioning options you have selected will now be written to disk. Any "
"data on deleted or reformatted partitions will be lost."
msgstr ""
-#: storage/__init__.py:164
+#: storage/__init__.py:165
msgid "Go _back"
msgstr ""
-#: storage/__init__.py:165
+#: storage/__init__.py:166
msgid "_Write changes to disk"
msgstr ""
-#: storage/__init__.py:185
+#: storage/__init__.py:186
msgid "Running..."
msgstr ""
-#: storage/__init__.py:186
+#: storage/__init__.py:187
msgid "Storing encryption keys"
msgstr ""
-#: storage/__init__.py:202
+#: storage/__init__.py:203
#, python-format
msgid "Error storing an encryption key: %s\n"
msgstr ""
-#: storage/__init__.py:320
+#: storage/__init__.py:328
msgid "Finding Devices"
msgstr ""
-#: storage/__init__.py:321
+#: storage/__init__.py:329
msgid "Finding storage devices"
msgstr ""
-#: storage/__init__.py:563
+#: storage/__init__.py:572
msgid "This partition is holding the data for the hard drive install."
msgstr ""
-#: storage/__init__.py:568
+#: storage/__init__.py:577
msgid "You cannot delete a partition of a LDL formatted DASD."
msgstr ""
-#: storage/__init__.py:574
+#: storage/__init__.py:583
#, python-format
msgid "This device is part of the RAID device %s."
msgstr ""
-#: storage/__init__.py:577
+#: storage/__init__.py:586
msgid "This device is part of a RAID device."
msgstr ""
-#: storage/__init__.py:582
+#: storage/__init__.py:591
#, python-format
msgid "This device is part of the LVM volume group '%s'."
msgstr ""
-#: storage/__init__.py:585
+#: storage/__init__.py:594
msgid "This device is part of a LVM volume group."
msgstr ""
-#: storage/__init__.py:601
+#: storage/__init__.py:610
msgid ""
"This device is an extended partition which contains logical partitions that "
"cannot be deleted:\n"
"\n"
msgstr ""
-#: storage/__init__.py:873
+#: storage/__init__.py:886
#, python-format
msgid ""
"You have not defined a root partition (/), which is required for "
"installation of %s to continue."
msgstr ""
-#: storage/__init__.py:878
+#: storage/__init__.py:891
#, python-format
msgid ""
"Your root partition is less than 250 megabytes which is usually too small to "
"install %s."
msgstr ""
-#: storage/__init__.py:884
+#: storage/__init__.py:897
#, python-format
msgid ""
"Your / partition is less than %(min)s MB which is lower than recommended for "
"a normal %(productName)s install."
msgstr ""
-#: storage/__init__.py:894
+#: storage/__init__.py:907
#, python-format
msgid ""
"Your / partition does not match the the live image you are installing from. "
"It must be formatted as %s."
msgstr ""
-#: storage/__init__.py:901
+#: storage/__init__.py:914
#, python-format
msgid ""
"Your %(mount)s partition is less than %(size)s megabytes which is lower than "
"recommended for a normal %(productName)s install."
msgstr ""
-#: storage/__init__.py:930
+#: storage/__init__.py:943
msgid ""
"Installing on a USB device. This may or may not produce a working system."
msgstr ""
-#: storage/__init__.py:933
+#: storage/__init__.py:946
msgid ""
"Installing on a FireWire device. This may or may not produce a working "
"system."
msgstr ""
-#: storage/__init__.py:940
+#: storage/__init__.py:953
msgid ""
"You have not specified a swap partition. Due to the amount of memory "
"present, a swap partition is required to complete installation."
msgstr ""
-#: storage/__init__.py:945
+#: storage/__init__.py:958
msgid ""
"You have not specified a swap partition. Although not strictly required in "
"all cases, it will significantly improve performance for most installations."
msgstr ""
-#: storage/__init__.py:952
+#: storage/__init__.py:965
#, python-format
msgid ""
"This mount point is invalid. The %s directory must be on the / file system."
msgstr ""
-#: storage/__init__.py:956
+#: storage/__init__.py:969
#, python-format
msgid "The mount point %s must be on a linux file system."
msgstr ""
-#: storage/__init__.py:967
+#: storage/__init__.py:980
msgid "No Drives Found"
msgstr ""
-#: storage/__init__.py:968
+#: storage/__init__.py:981
msgid ""
"An error has occurred - no valid devices were found on which to create new "
"file systems. Please check your hardware for the cause of this problem."
msgstr ""
-#: storage/__init__.py:1200 storage/__init__.py:1209
+#: storage/__init__.py:1214 storage/__init__.py:1223
msgid "Dirty File Systems"
msgstr ""
-#: storage/__init__.py:1201
+#: storage/__init__.py:1215
#, python-format
msgid ""
"The following file systems for your Linux system were not unmounted "
@@ -4261,7 +4259,7 @@ msgid ""
"%s"
msgstr ""
-#: storage/__init__.py:1210
+#: storage/__init__.py:1224
#, python-format
msgid ""
"The following file systems for your Linux system were not unmounted "
@@ -4269,7 +4267,7 @@ msgid ""
"%s"
msgstr ""
-#: storage/__init__.py:1682
+#: storage/__init__.py:1696
#, python-format
msgid ""
"The swap device:\n"
@@ -4280,7 +4278,7 @@ msgid ""
"swap space, you must reformat as a new-style Linux swap partition."
msgstr ""
-#: storage/__init__.py:1693
+#: storage/__init__.py:1707
#, python-format
msgid ""
"The swap device:\n"
@@ -4292,7 +4290,7 @@ msgid ""
"down your system rather than hibernating it."
msgstr ""
-#: storage/__init__.py:1701
+#: storage/__init__.py:1715
#, python-format
msgid ""
"The swap device:\n"
@@ -4304,7 +4302,7 @@ msgid ""
"make sure the installer is set to format all swap devices."
msgstr ""
-#: storage/__init__.py:1713
+#: storage/__init__.py:1727
#, python-format
msgid ""
"The swap device:\n"
@@ -4315,7 +4313,7 @@ msgid ""
"installation, you will need to format the device or skip it."
msgstr ""
-#: storage/__init__.py:1724
+#: storage/__init__.py:1738
#, python-format
msgid ""
"Error enabling swap device %(name)s: %(msg)s\n"
@@ -4326,7 +4324,7 @@ msgid ""
"Press OK to exit the installer"
msgstr ""
-#: storage/__init__.py:1731
+#: storage/__init__.py:1745
#, python-format
msgid ""
"Error enabling swap device %(name)s: %(msg)s\n"
@@ -4336,11 +4334,11 @@ msgid ""
"Press OK to exit the installer."
msgstr ""
-#: storage/__init__.py:1792 storage/__init__.py:1804
+#: storage/__init__.py:1806 storage/__init__.py:1818
msgid "Invalid mount point"
msgstr ""
-#: storage/__init__.py:1793
+#: storage/__init__.py:1807
#, python-format
msgid ""
"An error occurred when trying to create %s. Some element of this path is "
@@ -4349,7 +4347,7 @@ msgid ""
"Press <Enter> to exit the installer."
msgstr ""
-#: storage/__init__.py:1805
+#: storage/__init__.py:1819
#, python-format
msgid ""
"An error occurred when trying to create %(mountpoint)s: %(msg)s. This is a "
@@ -4358,18 +4356,18 @@ msgid ""
"Press <Enter> to exit the installer."
msgstr ""
-#: storage/__init__.py:1820 storage/__init__.py:1843
+#: storage/__init__.py:1834 storage/__init__.py:1857
msgid "Unable to mount filesystem"
msgstr ""
-#: storage/__init__.py:1821
+#: storage/__init__.py:1835
#, python-format
msgid ""
"An error occurred mounting device %(path)s as %(mountpoint)s. You may "
"continue installation, but there may be problems."
msgstr ""
-#: storage/__init__.py:1844
+#: storage/__init__.py:1858
#, python-format
msgid ""
"An error occurred mounting device %(path)s as %(mountpoint)s: %(msg)s. This "
@@ -4388,6 +4386,11 @@ msgstr ""
msgid "lvs failed for %s"
msgstr ""
+#: storage/devices.py:2211
+#, python-format
+msgid "A RAID%d set requires atleast %d members"
+msgstr ""
+
#: storage/devicetree.py:94
msgid "Confirm"
msgstr ""
@@ -4440,7 +4443,7 @@ msgstr ""
msgid "_Re-initialize"
msgstr ""
-#: storage/devicetree.py:1827 storage/devicetree.py:1876
+#: storage/devicetree.py:1829 storage/devicetree.py:1878
msgid "This partition is part of an inconsistent LVM Volume Group."
msgstr ""
@@ -4494,7 +4497,7 @@ msgid ""
"problems on the filesystem."
msgstr ""
-#: storage/formats/fs.py:511 storage/partitioning.py:267
+#: storage/formats/fs.py:511 storage/partitioning.py:272
msgid "Unrecoverable Error"
msgstr ""
@@ -4518,13 +4521,13 @@ msgstr ""
msgid "Shared library error."
msgstr ""
-#: storage/formats/fs.py:981
+#: storage/formats/fs.py:1003
msgid ""
"Recoverable errors have been detected or dosfsck has discovered an internal "
"inconsistency."
msgstr ""
-#: storage/formats/fs.py:983
+#: storage/formats/fs.py:1005
msgid "Usage error."
msgstr ""
@@ -4560,23 +4563,23 @@ msgstr ""
msgid "Could not log in to any of the discovered nodes"
msgstr ""
-#: storage/partitioning.py:184
+#: storage/partitioning.py:189
msgid ""
"Could not find enough free space for automatic partitioning. Press 'OK' to "
"exit the installer."
msgstr ""
-#: storage/partitioning.py:187
+#: storage/partitioning.py:192
msgid ""
"Could not find enough free space for automatic partitioning, please use "
"another partitioning method."
msgstr ""
-#: storage/partitioning.py:216
+#: storage/partitioning.py:221
msgid "Warnings During Automatic Partitioning"
msgstr ""
-#: storage/partitioning.py:218
+#: storage/partitioning.py:223
#, python-format
msgid ""
"Following warnings occurred during automatic partitioning:\n"
@@ -4584,14 +4587,14 @@ msgid ""
"%s"
msgstr ""
-#: storage/partitioning.py:230 storage/partitioning.py:251
+#: storage/partitioning.py:235 storage/partitioning.py:256
msgid ""
"\n"
"\n"
"Press 'OK' to exit the installer."
msgstr ""
-#: storage/partitioning.py:232
+#: storage/partitioning.py:237
#, python-format
msgid ""
"Could not allocate requested partitions: \n"
@@ -4599,18 +4602,18 @@ msgid ""
"%(msg)s.%(extra)s"
msgstr ""
-#: storage/partitioning.py:253
+#: storage/partitioning.py:258
msgid ""
"\n"
"\n"
"Press 'OK' to choose a different partitioning option."
msgstr ""
-#: storage/partitioning.py:255
+#: storage/partitioning.py:260
msgid "Automatic Partitioning Errors"
msgstr ""
-#: storage/partitioning.py:256
+#: storage/partitioning.py:261
#, python-format
msgid ""
"The following errors occurred with your partitioning:\n"