From d3919e082cf8e0a7e56e3838b799b045c61943a0 Mon Sep 17 00:00:00 2001 From: Chris Lumens Date: Oct 11 2011 18:48:56 +0000 Subject: New version. --- diff --git a/anaconda.spec.in b/anaconda.spec.in index acae72b..6a8d946 100644 --- a/anaconda.spec.in +++ b/anaconda.spec.in @@ -232,6 +232,78 @@ update-desktop-database &> /dev/null || : %endif %changelog +* Tue Oct 11 2011 Chris Lumens - 17.1-1 +- Pull grub-efi and efibootmgr into the package list as needed. (#742042) + (pjones) +- analog: properly log user.info where NetworkManager (also) communicates. + (akozumpl) +- analog: bump the version to rsyslog 5 (akozumpl) +- partitioning.py: reference to list of free regions is shadowed by a double. + (akozumpl) +- Handle strange lang boot argument values. (akozumpl) +- LANG_DEFAULT lives in lang.c. (akozumpl) +- Include docs/transifex.txt in release dist. (dcantrell) +- fcoe: modprobe the VLAN layer module. (akozumpl) +- Remove some raid error checking pykickstart can do for us. (clumens) +- Set default BOOTPROTO=dhcp for network service (minimal installs) (#741199) + (rvykydal) +- remove argument ROOT_PATH from getDefaultKeyboard() calls (removed from + method with 3e8d08cac6aa89f001c5b32dba251a62a45ed7f4) (vpodzime) +- Default to an active network device after reboot on Fedora (ONBOOT) (#498207) + (rvykydal) +- Fix: Allow EFI slot_ids in hexdecimal (#742141). (fabian.deutsch) +- Move the fedora logo to the left. (akozumpl) +- fcoe: fix detecting FCoE NIC (mcb30) +- Do not show loop devices in the filtering UI. (akozumpl) +- dispatcher: do not request "group-selection" with "tasksel". (akozumpl) +- upgrade: do not insist on running the "bootloader" step. (akozumpl) +- Fix sigsegv in setKickstartNetwork() (strdup() from a NULL). (akozumpl) +- dracut args: "rhgb quiet" should come last. (akozumpl) +- Add nfsiso: handling to parseNfsHostPathOpts (bcl) +- Only check relevant devices for dirty filesystems. (#741206) (dlehman) +- Make sure storage is reset just before partitioning, always. (dlehman) +- Move selection of default boot drive into bootloader. (dlehman) +- Show error dialog instead of traceback on fstab type mismatch. (#649171) + (dlehman) +- Try a test mount and keep fstab mismatches if it succeeds. (#649171) + (dlehman) +- Check the return value of get_file_list (#741466) (bcl) +- imount.c: include fcntl.h before ext2fs/ext2fs.h. (akozumpl) +- Write the grub.conf after setting up the new EFI bootloader (#741994)) (bcl) +- botoloader: write 'ip=eth0:dhcp,auto6' instead of 'ip=eth0:dhcp + ip=eth0:auto6' (akozumpl) +- gitingore: ignore po/*.po.new files. (akozumpl) +- Put bios boot partitions on all gpt disk on bios systems. (#738964) (dlehman) +- Change default bootloader timeout from 20sec to 5sec. (#727831) (dlehman) +- Bootloader stage1_drive is more than a suggestion. (#738964) (dlehman) +- Mark the live device's parent devices protected. (#738964) (dlehman) +- it is anaconda-shell (akozumpl) +- Improve the clarity of the missing bios boot partition error. (#731549) + (dlehman) +- Remove tmp.mount (systemd handles this for us now) (wwoods) +- Move dependency info into the unit files (wwoods) +- move anaconda-shell.service to the correct filename (wwoods) +- make anaconda-shell.service a template, put it on tty2 & hvc1 (wwoods) +- Return after writing log message, not before. (rvykydal) +- Do not reactivate network device needlessly on s390 (#739846) (rvykydal) +- Start NM in loader on s390 until we have systemd init here too (#733680) + (rvykydal) +- Revert "Set debug_package to %{nil} so we don't strip our binaries." + (akozumpl) +- Fix createUser and createGroup to work with kickstart defaults (#739428) + (bcl) +- Update test for createUser and createGroup (#739428) (bcl) +- fcoe: handle Broadcom fcoe devices correctly. (akozumpl) +- fcoe: the control path in sysfs is now /sys/module/libfcoe (akozumpl) +- fcoe: load bnx2fc if relevant. (akozumpl) +- Fix post-commit lookup of extended partitions. (#737532) (dlehman) +- Don't reboot when closing the live installer via the window decoration. + (clumens) +- Use the luks format's mapName when creating temp LUKSDevice. (#722952) + (dlehman) +- Reset device attr after using temp dev. (#722952) (dlehman) +- Make sure there are no tempvg paths even if formatting. (#737916) (dlehman) + * Thu Sep 15 2011 Chris Lumens - 17.0-1 - Sort partitioning commmands in anaconda-ks.cfg. (#736527) (dlehman) - Install grub2 when upgrading on bios x86. (#735730) (dlehman) diff --git a/configure.ac b/configure.ac index fe41e94..c328de7 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], [17.0], [anaconda-devel-list@redhat.com]) +AC_INIT([anaconda], [17.1], [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 d8bfdf1..9301388 100644 --- a/po/anaconda.pot +++ b/po/anaconda.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: anaconda 17.0\n" "Report-Msgid-Bugs-To: anaconda-devel-list@redhat.com\n" -"POT-Creation-Date: 2011-09-15 14:14-0400\n" +"POT-Creation-Date: 2011-10-11 14:46-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -57,7 +57,7 @@ msgstr "" #: pyanaconda/rescue.py:488 pyanaconda/text.py:547 loader/windows.h:30 #: loader/cdinstall.c:186 loader/cdinstall.c:190 loader/cdinstall.c:210 #: loader/cdinstall.c:213 loader/cdinstall.c:337 loader/cdinstall.c:340 -#: loader/cdinstall.c:416 loader/dirbrowser.c:137 loader/driverdisk.c:208 +#: loader/cdinstall.c:416 loader/dirbrowser.c:138 loader/driverdisk.c:208 #: loader/driverdisk.c:392 loader/driverdisk.c:424 loader/driverdisk.c:455 #: loader/driverdisk.c:490 loader/driverdisk.c:506 loader/driverdisk.c:518 #: loader/driverdisk.c:526 loader/driverdisk.c:698 loader/driverselect.c:79 @@ -65,15 +65,15 @@ msgstr "" #: loader/hdinstall.c:300 loader/hdinstall.c:309 loader/hdinstall.c:344 #: loader/hdinstall.c:383 loader/hdinstall.c:398 loader/kbd.c:118 #: loader/kickstart.c:175 loader/kickstart.c:307 loader/kickstart.c:372 -#: loader/kickstart.c:1014 loader/lang.c:115 loader/lang.c:434 -#: loader/loader.c:372 loader/loader.c:408 loader/loader.c:448 -#: loader/loader.c:466 loader/loader.c:483 loader/loader.c:520 -#: loader/loader.c:1146 loader/loader.c:1174 loader/loader.c:1426 +#: loader/kickstart.c:1010 loader/lang.c:126 loader/lang.c:465 +#: loader/loader.c:371 loader/loader.c:407 loader/loader.c:447 +#: loader/loader.c:465 loader/loader.c:482 loader/loader.c:519 +#: loader/loader.c:1149 loader/loader.c:1177 loader/loader.c:1429 #: loader/mediacheck.c:47 loader/mediacheck.c:86 loader/mediacheck.c:93 #: loader/mediacheck.c:97 loader/mediacheck.c:106 loader/method.c:192 -#: loader/method.c:266 loader/net.c:591 loader/net.c:953 loader/net.c:1686 -#: loader/net.c:1705 loader/net.c:1717 loader/nfsinstall.c:93 -#: loader/nfsinstall.c:255 loader/urlinstall.c:139 loader/urlinstall.c:161 +#: loader/method.c:266 loader/net.c:591 loader/net.c:953 loader/net.c:1688 +#: loader/net.c:1707 loader/net.c:1719 loader/nfsinstall.c:93 +#: loader/nfsinstall.c:257 loader/urlinstall.c:139 loader/urlinstall.c:161 #: loader/urlinstall.c:213 loader/urls.c:264 loader/urls.c:335 #: loader/urls.c:343 loader/urls.c:350 pyanaconda/textw/constants_text.py:44 msgid "OK" @@ -108,89 +108,86 @@ msgstr "" msgid "%s Installing %s\n" msgstr "" -#: pyanaconda/bootloader.py:170 +#: pyanaconda/bootloader.py:211 msgid "/boot filesystem" msgstr "" -#: pyanaconda/bootloader.py:398 +#: pyanaconda/bootloader.py:442 #, python-format msgid "" "RAID sets that contain '%s' must have one of the following raid levels: %s." msgstr "" -#: pyanaconda/bootloader.py:406 +#: pyanaconda/bootloader.py:450 #, python-format msgid "" "RAID sets that contain '%s' must have one of the following metadata " "versions: %s." msgstr "" -#: pyanaconda/bootloader.py:414 +#: pyanaconda/bootloader.py:458 #, python-format msgid "" "RAID sets that contain '%s' must have one of the following device types: %s." msgstr "" -#: pyanaconda/bootloader.py:430 +#: pyanaconda/bootloader.py:474 #, python-format msgid "%s must have one of the following disklabel types: %s." msgstr "" -#: pyanaconda/bootloader.py:442 pyanaconda/bootloader.py:574 +#: pyanaconda/bootloader.py:486 pyanaconda/bootloader.py:615 #, python-format msgid "%s cannot be of type %s." msgstr "" -#: pyanaconda/bootloader.py:454 +#: pyanaconda/bootloader.py:498 #, python-format msgid "%s must be between %d and %d MB in size" msgstr "" -#: pyanaconda/bootloader.py:459 +#: pyanaconda/bootloader.py:503 #, python-format msgid "%s must not be smaller than %dMB." msgstr "" -#: pyanaconda/bootloader.py:468 +#: pyanaconda/bootloader.py:512 #, python-format msgid "%s must not be larger than %dMB." msgstr "" -#: pyanaconda/bootloader.py:486 +#: pyanaconda/bootloader.py:530 #, python-format msgid "%s must be within the first %dMB of the disk." msgstr "" -#: pyanaconda/bootloader.py:569 -#, python-format -msgid "%s cannot be on the live device." -msgstr "" - -#: pyanaconda/bootloader.py:614 pyanaconda/bootloader.py:712 +#: pyanaconda/bootloader.py:655 pyanaconda/bootloader.py:756 #, python-format msgid "%s cannot be on an encrypted block device." msgstr "" -#: pyanaconda/bootloader.py:674 +#: pyanaconda/bootloader.py:718 #, python-format msgid "%s cannot be of type %s" msgstr "" -#: pyanaconda/bootloader.py:1500 +#: pyanaconda/bootloader.py:1558 msgid "" -"You are using a GPT bootdisk on a BIOS system without a BIOS boot partition." +"Your BIOS-based system needs a special partition to boot with Fedora's new " +"disk label format (GPT). To continue, please create a 1MB 'BIOS Boot' type " +"partition." msgstr "" -#: pyanaconda/bootloader.py:2029 +#: pyanaconda/bootloader.py:2090 msgid "Bootloader" msgstr "" -#: pyanaconda/bootloader.py:2030 +#: pyanaconda/bootloader.py:2091 msgid "Installing bootloader." msgstr "" -#: pyanaconda/bootloader.py:2037 pyanaconda/bootloader.py:2096 -#: pyanaconda/gui.py:1094 pyanaconda/image.py:87 +#: pyanaconda/bootloader.py:2098 pyanaconda/bootloader.py:2157 +#: pyanaconda/gui.py:1092 pyanaconda/image.py:87 #: pyanaconda/installinterfacebase.py:74 #: pyanaconda/installinterfacebase.py:151 pyanaconda/packages.py:90 #: pyanaconda/packages.py:325 pyanaconda/text.py:419 @@ -198,13 +195,13 @@ msgstr "" msgid "Warning" msgstr "" -#: pyanaconda/bootloader.py:2038 +#: pyanaconda/bootloader.py:2099 msgid "" "No kernel packages were installed on the system. Bootloader configuration " "will not be changed." msgstr "" -#: pyanaconda/bootloader.py:2097 +#: pyanaconda/bootloader.py:2158 msgid "" "There was an error installing the bootloader. The system may not be " "bootable." @@ -224,10 +221,10 @@ msgid "" "configuration file." msgstr "" -#: pyanaconda/cmdline.py:108 pyanaconda/gui.py:1149 -#: pyanaconda/kickstart.py:1238 pyanaconda/kickstart.py:1297 -#: pyanaconda/kickstart.py:1305 pyanaconda/kickstart.py:1335 -#: pyanaconda/kickstart.py:1345 pyanaconda/text.py:400 +#: pyanaconda/cmdline.py:108 pyanaconda/gui.py:1147 +#: pyanaconda/kickstart.py:1231 pyanaconda/kickstart.py:1290 +#: pyanaconda/kickstart.py:1298 pyanaconda/kickstart.py:1328 +#: pyanaconda/kickstart.py:1338 pyanaconda/text.py:400 #, python-format msgid "" "The following error was found while parsing the kickstart configuration " @@ -318,12 +315,12 @@ msgid "" "installation you must enter the device's passphrase below." msgstr "" -#: pyanaconda/gui.py:642 pyanaconda/gui.py:1339 +#: pyanaconda/gui.py:642 pyanaconda/gui.py:1336 #: pyanaconda/partIntfHelpers.py:159 pyanaconda/partIntfHelpers.py:344 #: pyanaconda/text.py:97 pyanaconda/text.py:98 -#: pyanaconda/iw/account_gui.py:131 loader/dirbrowser.c:137 -#: loader/driverdisk.c:393 loader/kickstart.c:372 loader/loader.c:408 -#: loader/loader.c:520 pyanaconda/textw/constants_text.py:48 +#: pyanaconda/iw/account_gui.py:131 loader/dirbrowser.c:138 +#: loader/driverdisk.c:393 loader/kickstart.c:372 loader/loader.c:407 +#: loader/loader.c:519 pyanaconda/textw/constants_text.py:48 msgid "Cancel" msgstr "" @@ -332,47 +329,47 @@ msgstr "" msgid "_Debug" msgstr "" -#: pyanaconda/gui.py:935 +#: pyanaconda/gui.py:933 msgid "Wireless setup" msgstr "" -#: pyanaconda/gui.py:936 +#: pyanaconda/gui.py:934 msgid "Scanning access points for wireless devices" msgstr "" -#: pyanaconda/gui.py:962 pyanaconda/textw/netconfig_text.py:399 +#: pyanaconda/gui.py:960 pyanaconda/textw/netconfig_text.py:399 msgid "Waiting for NetworkManager" msgstr "" -#: pyanaconda/gui.py:963 +#: pyanaconda/gui.py:961 #, python-format msgid "Waiting for NetworkManager to activate these devices: %s" msgstr "" -#: pyanaconda/gui.py:990 +#: pyanaconda/gui.py:988 #, python-format msgid "Failed to activate these network interfaces: %s" msgstr "" -#: pyanaconda/gui.py:993 +#: pyanaconda/gui.py:991 msgid "Network Configuration" msgstr "" -#: pyanaconda/gui.py:1002 +#: pyanaconda/gui.py:1000 #, python-format msgid "An error occurred trying to bring up the %s network interface." msgstr "" -#: pyanaconda/gui.py:1004 +#: pyanaconda/gui.py:1002 msgid "Error Enabling Network" msgstr "" -#: pyanaconda/gui.py:1059 pyanaconda/installinterfacebase.py:56 +#: pyanaconda/gui.py:1057 pyanaconda/installinterfacebase.py:56 #: pyanaconda/iw/task_gui.py:320 msgid "Error Setting Up Repository" msgstr "" -#: pyanaconda/gui.py:1060 +#: pyanaconda/gui.py:1058 #, python-format msgid "" "The following error occurred while setting up the installation repository:\n" @@ -382,23 +379,23 @@ msgid "" "Please provide the correct information for installing %(productName)s." msgstr "" -#: pyanaconda/gui.py:1095 pyanaconda/text.py:420 +#: pyanaconda/gui.py:1093 pyanaconda/text.py:420 msgid "" "You do not have an active network connection. This is required by some " "exception saving methods. Would you like to configure your network now?" msgstr "" -#: pyanaconda/gui.py:1101 pyanaconda/rescue.py:256 pyanaconda/text.py:426 +#: pyanaconda/gui.py:1099 pyanaconda/rescue.py:256 pyanaconda/text.py:426 #: pyanaconda/yuminstall.py:819 pyanaconda/yuminstall.py:1253 #: pyanaconda/iw/task_gui.py:308 msgid "No Network Available" msgstr "" -#: pyanaconda/gui.py:1102 pyanaconda/text.py:427 +#: pyanaconda/gui.py:1100 pyanaconda/text.py:427 msgid "Remote exception saving methods will not work." msgstr "" -#: pyanaconda/gui.py:1117 pyanaconda/gui.py:1154 pyanaconda/gui.py:1339 +#: pyanaconda/gui.py:1115 pyanaconda/gui.py:1152 pyanaconda/gui.py:1336 #: pyanaconda/image.py:96 pyanaconda/installinterfacebase.py:208 #: pyanaconda/livecd.py:167 pyanaconda/packages.py:95 #: pyanaconda/packages.py:143 pyanaconda/upgrade.py:58 @@ -412,23 +409,23 @@ msgstr "" #: pyanaconda/yuminstall.py:1574 pyanaconda/storage/__init__.py:114 #: pyanaconda/storage/__init__.py:120 pyanaconda/storage/__init__.py:122 #: pyanaconda/storage/__init__.py:214 pyanaconda/storage/__init__.py:266 -#: pyanaconda/storage/__init__.py:2218 +#: pyanaconda/storage/__init__.py:2237 msgid "_Exit installer" msgstr "" -#: pyanaconda/gui.py:1151 pyanaconda/text.py:402 +#: pyanaconda/gui.py:1149 pyanaconda/text.py:402 msgid "Error Parsing Kickstart Config" msgstr "" -#: pyanaconda/gui.py:1179 +#: pyanaconda/gui.py:1177 msgid "default:LTR" msgstr "" -#: pyanaconda/gui.py:1247 pyanaconda/text.py:522 +#: pyanaconda/gui.py:1245 pyanaconda/text.py:522 msgid "Error!" msgstr "" -#: pyanaconda/gui.py:1248 pyanaconda/text.py:523 +#: pyanaconda/gui.py:1246 pyanaconda/text.py:523 #, python-format msgid "" "An error occurred when attempting to load an installer interface component.\n" @@ -436,49 +433,49 @@ msgid "" "className = %s" msgstr "" -#: pyanaconda/gui.py:1253 pyanaconda/image.py:159 pyanaconda/image.py:177 -#: pyanaconda/packages.py:342 pyanaconda/storage/__init__.py:2036 +#: pyanaconda/gui.py:1251 pyanaconda/image.py:159 pyanaconda/image.py:177 +#: pyanaconda/packages.py:342 pyanaconda/storage/__init__.py:2055 msgid "_Exit" msgstr "" -#: pyanaconda/gui.py:1254 pyanaconda/image.py:159 pyanaconda/image.py:177 +#: pyanaconda/gui.py:1252 pyanaconda/image.py:159 pyanaconda/image.py:177 #: pyanaconda/livecd.py:167 pyanaconda/yuminstall.py:910 #: pyanaconda/yuminstall.py:1273 pyanaconda/yuminstall.py:1328 #: pyanaconda/yuminstall.py:1551 msgid "_Retry" msgstr "" -#: pyanaconda/gui.py:1256 pyanaconda/storage/partitioning.py:341 +#: pyanaconda/gui.py:1254 pyanaconda/storage/partitioning.py:351 msgid "The system will now reboot." msgstr "" -#: pyanaconda/gui.py:1257 pyanaconda/packages.py:346 +#: pyanaconda/gui.py:1255 pyanaconda/packages.py:346 msgid "_Reboot" msgstr "" -#: pyanaconda/gui.py:1259 +#: pyanaconda/gui.py:1257 msgid "Exiting" msgstr "" -#: pyanaconda/gui.py:1336 pyanaconda/installinterfacebase.py:63 +#: pyanaconda/gui.py:1333 pyanaconda/installinterfacebase.py:63 #: pyanaconda/livecd.py:126 pyanaconda/text.py:283 pyanaconda/upgrade.py:187 msgid "Exit installer" msgstr "" -#: pyanaconda/gui.py:1337 +#: pyanaconda/gui.py:1334 msgid "Are you sure you wish to exit the installer?" msgstr "" -#: pyanaconda/gui.py:1347 +#: pyanaconda/gui.py:1344 #, python-format msgid "%s Installer" msgstr "" -#: pyanaconda/gui.py:1353 +#: pyanaconda/gui.py:1350 msgid "Unable to load title bar" msgstr "" -#: pyanaconda/gui.py:1439 +#: pyanaconda/gui.py:1436 msgid "Install Window" msgstr "" @@ -492,11 +489,11 @@ msgid "" "choose to continue if you think this is in error." msgstr "" -#: pyanaconda/image.py:97 pyanaconda/kickstart.py:1426 -#: pyanaconda/kickstart.py:1465 pyanaconda/packages.py:95 +#: pyanaconda/image.py:97 pyanaconda/kickstart.py:1419 +#: pyanaconda/kickstart.py:1458 pyanaconda/packages.py:95 #: pyanaconda/upgrade.py:58 pyanaconda/upgrade.py:98 #: pyanaconda/yuminstall.py:1333 pyanaconda/yuminstall.py:1518 -#: pyanaconda/iw/partition_gui.py:1566 pyanaconda/storage/__init__.py:2219 +#: pyanaconda/iw/partition_gui.py:1566 pyanaconda/storage/__init__.py:2238 msgid "_Continue" msgstr "" @@ -535,7 +532,7 @@ msgstr "" #: pyanaconda/iw/advanced_storage.py:378 pyanaconda/iw/advanced_storage.py:388 #: pyanaconda/iw/advanced_storage.py:438 pyanaconda/iw/autopart_type.py:95 #: pyanaconda/iw/cleardisks_gui.py:44 pyanaconda/iw/cleardisks_gui.py:54 -#: pyanaconda/iw/filter_gui.py:442 pyanaconda/iw/lvm_dialog_gui.py:799 +#: pyanaconda/iw/filter_gui.py:443 pyanaconda/iw/lvm_dialog_gui.py:801 #: pyanaconda/iw/osbootwidget.py:209 pyanaconda/iw/osbootwidget.py:215 #: pyanaconda/iw/osbootwidget.py:224 pyanaconda/iw/partition_dialog_gui.py:383 #: pyanaconda/iw/raid_dialog_gui.py:219 pyanaconda/iw/raid_dialog_gui.py:345 @@ -546,14 +543,15 @@ msgstr "" #: loader/driverdisk.c:518 loader/driverdisk.c:526 loader/driverdisk.c:598 #: loader/hdinstall.c:282 loader/hdinstall.c:300 loader/hdinstall.c:309 #: loader/hdinstall.c:344 loader/hdinstall.c:383 loader/hdinstall.c:398 -#: loader/kickstart.c:307 loader/lang.c:115 loader/loader.c:372 -#: loader/loader.c:483 loader/loader.c:1146 loader/mediacheck.c:47 +#: loader/kickstart.c:307 loader/lang.c:126 loader/loader.c:371 +#: loader/loader.c:482 loader/loader.c:1149 loader/mediacheck.c:47 #: loader/mediacheck.c:86 loader/mediacheck.c:93 loader/mediacheck.c:97 -#: loader/method.c:192 loader/method.c:266 loader/nfsinstall.c:255 +#: loader/method.c:192 loader/method.c:266 loader/nfsinstall.c:257 #: loader/urlinstall.c:139 loader/urlinstall.c:161 loader/urlinstall.c:213 #: loader/urls.c:335 loader/urls.c:343 loader/urls.c:350 -#: pyanaconda/storage/__init__.py:262 pyanaconda/storage/__init__.py:2037 -#: pyanaconda/storage/__init__.py:2124 pyanaconda/storage/zfcp.py:375 +#: pyanaconda/storage/__init__.py:262 pyanaconda/storage/__init__.py:2034 +#: pyanaconda/storage/__init__.py:2056 pyanaconda/storage/__init__.py:2143 +#: pyanaconda/storage/zfcp.py:375 msgid "Error" msgstr "" @@ -709,49 +707,49 @@ msgstr "" msgid "Could not log into any iSCSI nodes at the portal." msgstr "" -#: pyanaconda/kickstart.py:1370 pyanaconda/livecd.py:190 +#: pyanaconda/kickstart.py:1363 pyanaconda/livecd.py:190 msgid "Post-Installation" msgstr "" -#: pyanaconda/kickstart.py:1371 +#: pyanaconda/kickstart.py:1364 msgid "Running post-installation scripts" msgstr "" -#: pyanaconda/kickstart.py:1386 +#: pyanaconda/kickstart.py:1379 msgid "Running pre-installation scripts" msgstr "" -#: pyanaconda/kickstart.py:1417 +#: pyanaconda/kickstart.py:1410 msgid "Missing Package" msgstr "" -#: pyanaconda/kickstart.py:1418 +#: pyanaconda/kickstart.py:1411 #, 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 "" -#: pyanaconda/kickstart.py:1424 pyanaconda/kickstart.py:1463 +#: pyanaconda/kickstart.py:1417 pyanaconda/kickstart.py:1456 msgid "_Abort" msgstr "" -#: pyanaconda/kickstart.py:1425 pyanaconda/kickstart.py:1464 +#: pyanaconda/kickstart.py:1418 pyanaconda/kickstart.py:1457 msgid "_Ignore All" msgstr "" -#: pyanaconda/kickstart.py:1455 +#: pyanaconda/kickstart.py:1448 msgid "Missing Group" msgstr "" -#: pyanaconda/kickstart.py:1456 +#: pyanaconda/kickstart.py:1449 #, 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 "" -#: pyanaconda/kickstart.py:1548 +#: pyanaconda/kickstart.py:1541 #, python-format msgid "" "The kickstart configuration file is missing required information that " @@ -945,7 +943,7 @@ msgid "You must first select a partition to delete." msgstr "" #: pyanaconda/partIntfHelpers.py:155 pyanaconda/partIntfHelpers.py:343 -#: pyanaconda/iw/lvm_dialog_gui.py:895 +#: pyanaconda/iw/lvm_dialog_gui.py:897 msgid "Confirm Delete" msgstr "" @@ -955,7 +953,7 @@ msgid "You are about to delete all partitions on the device '%s'." msgstr "" #: pyanaconda/partIntfHelpers.py:159 pyanaconda/partIntfHelpers.py:344 -#: pyanaconda/iw/lvm_dialog_gui.py:898 pyanaconda/iw/lvm_dialog_gui.py:1547 +#: pyanaconda/iw/lvm_dialog_gui.py:900 pyanaconda/iw/lvm_dialog_gui.py:1549 #: pyanaconda/iw/osbootwidget.py:105 pyanaconda/iw/partition_gui.py:1779 #: pyanaconda/iw/partition_gui.py:1791 msgid "_Delete" @@ -1231,7 +1229,7 @@ msgstr "" #: pyanaconda/rescue.py:305 pyanaconda/rescue.py:307 loader/cdinstall.c:210 #: loader/cdinstall.c:213 loader/method.c:239 -#: pyanaconda/storage/__init__.py:2036 +#: pyanaconda/storage/__init__.py:2055 msgid "Skip" msgstr "" @@ -1826,56 +1824,56 @@ msgid "" "installer." msgstr "" -#: pyanaconda/yuminstall.py:1652 +#: pyanaconda/yuminstall.py:1654 msgid "Post Upgrade" msgstr "" -#: pyanaconda/yuminstall.py:1653 +#: pyanaconda/yuminstall.py:1655 msgid "Performing post-upgrade configuration" msgstr "" -#: pyanaconda/yuminstall.py:1655 +#: pyanaconda/yuminstall.py:1657 msgid "Post Installation" msgstr "" -#: pyanaconda/yuminstall.py:1656 +#: pyanaconda/yuminstall.py:1658 msgid "Performing post-installation configuration" msgstr "" -#: pyanaconda/yuminstall.py:1894 +#: pyanaconda/yuminstall.py:1896 msgid "Installation Starting" msgstr "" -#: pyanaconda/yuminstall.py:1895 +#: pyanaconda/yuminstall.py:1897 msgid "Starting installation process" msgstr "" -#: pyanaconda/yuminstall.py:1933 +#: pyanaconda/yuminstall.py:1935 msgid "Dependency Check" msgstr "" -#: pyanaconda/yuminstall.py:1934 +#: pyanaconda/yuminstall.py:1936 msgid "Checking dependencies in packages selected for installation" msgstr "" -#: pyanaconda/yuminstall.py:1990 pyanaconda/yuminstall.py:2006 +#: pyanaconda/yuminstall.py:1992 pyanaconda/yuminstall.py:2008 msgid "Retrieving installation information." msgstr "" -#: pyanaconda/yuminstall.py:1992 pyanaconda/yuminstall.py:2008 +#: pyanaconda/yuminstall.py:1994 pyanaconda/yuminstall.py:2010 #, python-format msgid "Retrieving installation information for %s." msgstr "" -#: pyanaconda/yuminstall.py:1993 pyanaconda/yuminstall.py:2009 +#: pyanaconda/yuminstall.py:1995 pyanaconda/yuminstall.py:2011 msgid "Installation Progress" msgstr "" -#: pyanaconda/installclasses/fedora.py:38 +#: pyanaconda/installclasses/fedora.py:40 msgid "_Fedora" msgstr "" -#: pyanaconda/installclasses/fedora.py:39 +#: pyanaconda/installclasses/fedora.py:41 #, python-format msgid "" "The default installation of %s includes a set of software applicable for " @@ -1883,19 +1881,19 @@ msgid "" "software now." msgstr "" -#: pyanaconda/installclasses/fedora.py:48 +#: pyanaconda/installclasses/fedora.py:50 msgid "Graphical Desktop" msgstr "" -#: pyanaconda/installclasses/fedora.py:53 +#: pyanaconda/installclasses/fedora.py:55 msgid "Software Development" msgstr "" -#: pyanaconda/installclasses/fedora.py:59 +#: pyanaconda/installclasses/fedora.py:61 msgid "Web Server" msgstr "" -#: pyanaconda/installclasses/fedora.py:63 pyanaconda/installclasses/rhel.py:44 +#: pyanaconda/installclasses/fedora.py:65 pyanaconda/installclasses/rhel.py:44 msgid "Minimal" msgstr "" @@ -2011,11 +2009,11 @@ msgstr "" msgid "%(name)s: %(msg)s" msgstr "" -#: pyanaconda/iw/autopart_type.py:263 +#: pyanaconda/iw/autopart_type.py:264 msgid "Use _All Space" msgstr "" -#: pyanaconda/iw/autopart_type.py:265 +#: pyanaconda/iw/autopart_type.py:266 msgid "" "Removes all partitions on the selected device(s). This includes partitions " "created by other operating systems.\n" @@ -2024,11 +2022,11 @@ msgid "" "sure you have backups." msgstr "" -#: pyanaconda/iw/autopart_type.py:271 +#: pyanaconda/iw/autopart_type.py:272 msgid "Replace Existing _Linux System(s)" msgstr "" -#: pyanaconda/iw/autopart_type.py:273 +#: pyanaconda/iw/autopart_type.py:274 msgid "" "Removes all Linux partitions on the selected device(s). This does not remove " "other partitions you may have on your storage device(s) (such as VFAT or " @@ -2038,31 +2036,31 @@ msgid "" "sure you have backups." msgstr "" -#: pyanaconda/iw/autopart_type.py:281 +#: pyanaconda/iw/autopart_type.py:282 msgid "_Shrink Current System" msgstr "" -#: pyanaconda/iw/autopart_type.py:283 +#: pyanaconda/iw/autopart_type.py:284 msgid "" "Shrinks existing partitions to create free space for the default layout." msgstr "" -#: pyanaconda/iw/autopart_type.py:285 +#: pyanaconda/iw/autopart_type.py:286 msgid "Use _Free Space" msgstr "" -#: pyanaconda/iw/autopart_type.py:287 +#: pyanaconda/iw/autopart_type.py:288 msgid "" "Retains your current data and partitions and uses only the unpartitioned " "space on the selected device(s), assuming you have enough free space " "available." msgstr "" -#: pyanaconda/iw/autopart_type.py:291 +#: pyanaconda/iw/autopart_type.py:292 msgid "Create _Custom Layout" msgstr "" -#: pyanaconda/iw/autopart_type.py:293 +#: pyanaconda/iw/autopart_type.py:294 msgid "" "Manually create your own custom layout on the selected device(s) using our " "partitioning tool." @@ -2134,7 +2132,7 @@ msgstr "" msgid "Clear Disks Selector" msgstr "" -#: pyanaconda/iw/cleardisks_gui.py:45 pyanaconda/iw/filter_gui.py:443 +#: pyanaconda/iw/cleardisks_gui.py:45 pyanaconda/iw/filter_gui.py:444 msgid "You must select at least one drive to be used for installation." msgstr "" @@ -2142,53 +2140,53 @@ msgstr "" msgid "You must select one drive to boot from." msgstr "" -#: pyanaconda/iw/cleardisks_gui.py:127 pyanaconda/iw/cleardisks_gui.py:147 -#: pyanaconda/iw/filter_gui.py:505 pyanaconda/iw/filter_gui.py:516 -#: pyanaconda/iw/filter_gui.py:546 +#: pyanaconda/iw/cleardisks_gui.py:131 pyanaconda/iw/cleardisks_gui.py:151 +#: pyanaconda/iw/filter_gui.py:506 pyanaconda/iw/filter_gui.py:517 +#: pyanaconda/iw/filter_gui.py:547 msgid "Model" msgstr "" -#: pyanaconda/iw/cleardisks_gui.py:128 pyanaconda/iw/cleardisks_gui.py:148 +#: pyanaconda/iw/cleardisks_gui.py:132 pyanaconda/iw/cleardisks_gui.py:152 msgid "Capacity" msgstr "" -#: pyanaconda/iw/cleardisks_gui.py:129 pyanaconda/iw/filter_gui.py:507 -#: pyanaconda/iw/filter_gui.py:526 pyanaconda/iw/filter_gui.py:537 -#: pyanaconda/iw/filter_gui.py:548 +#: pyanaconda/iw/cleardisks_gui.py:133 pyanaconda/iw/filter_gui.py:508 +#: pyanaconda/iw/filter_gui.py:527 pyanaconda/iw/filter_gui.py:538 +#: pyanaconda/iw/filter_gui.py:549 msgid "Vendor" msgstr "" -#: pyanaconda/iw/cleardisks_gui.py:130 pyanaconda/iw/cleardisks_gui.py:149 -#: pyanaconda/iw/filter_gui.py:524 pyanaconda/iw/filter_gui.py:535 -#: pyanaconda/iw/filter_gui.py:551 +#: pyanaconda/iw/cleardisks_gui.py:134 pyanaconda/iw/cleardisks_gui.py:153 +#: pyanaconda/iw/filter_gui.py:525 pyanaconda/iw/filter_gui.py:536 +#: pyanaconda/iw/filter_gui.py:552 msgid "Identifier" msgstr "" -#: pyanaconda/iw/cleardisks_gui.py:131 pyanaconda/iw/filter_gui.py:508 -#: pyanaconda/iw/filter_gui.py:527 pyanaconda/iw/filter_gui.py:538 -#: pyanaconda/iw/filter_gui.py:549 +#: pyanaconda/iw/cleardisks_gui.py:135 pyanaconda/iw/filter_gui.py:509 +#: pyanaconda/iw/filter_gui.py:528 pyanaconda/iw/filter_gui.py:539 +#: pyanaconda/iw/filter_gui.py:550 msgid "Interconnect" msgstr "" -#: pyanaconda/iw/cleardisks_gui.py:145 +#: pyanaconda/iw/cleardisks_gui.py:149 msgid "" "Boot\n" "Loader" msgstr "" -#: pyanaconda/iw/cleardisks_gui.py:196 +#: pyanaconda/iw/cleardisks_gui.py:200 msgid "" "Tip: All Linux filesystems on the install target devices will be " "reformatted and wiped of any data. Make sure you have backups." msgstr "" -#: pyanaconda/iw/cleardisks_gui.py:198 +#: pyanaconda/iw/cleardisks_gui.py:202 msgid "" "Tip: The install target devices will be reformatted and wiped of any " "data. Make sure you have backups." msgstr "" -#: pyanaconda/iw/cleardisks_gui.py:200 +#: pyanaconda/iw/cleardisks_gui.py:204 msgid "" "Tip: Your filesystems on the install target devices will not be " "reformatted unless you choose to do so during customization." @@ -2285,37 +2283,37 @@ msgstr "" msgid "Device Filter" msgstr "" -#: pyanaconda/iw/filter_gui.py:506 pyanaconda/iw/filter_gui.py:517 -#: pyanaconda/iw/filter_gui.py:525 pyanaconda/iw/filter_gui.py:536 -#: pyanaconda/iw/filter_gui.py:547 +#: pyanaconda/iw/filter_gui.py:507 pyanaconda/iw/filter_gui.py:518 +#: pyanaconda/iw/filter_gui.py:526 pyanaconda/iw/filter_gui.py:537 +#: pyanaconda/iw/filter_gui.py:548 msgid "Capacity (MB)" msgstr "" -#: pyanaconda/iw/filter_gui.py:509 pyanaconda/iw/filter_gui.py:539 -#: pyanaconda/iw/filter_gui.py:550 +#: pyanaconda/iw/filter_gui.py:510 pyanaconda/iw/filter_gui.py:540 +#: pyanaconda/iw/filter_gui.py:551 msgid "Serial Number" msgstr "" -#: pyanaconda/iw/filter_gui.py:510 pyanaconda/iw/filter_gui.py:518 -#: pyanaconda/iw/filter_gui.py:529 pyanaconda/iw/filter_gui.py:540 -#: pyanaconda/iw/filter_gui.py:555 pyanaconda/iw/osbootwidget.py:64 +#: pyanaconda/iw/filter_gui.py:511 pyanaconda/iw/filter_gui.py:519 +#: pyanaconda/iw/filter_gui.py:530 pyanaconda/iw/filter_gui.py:541 +#: pyanaconda/iw/filter_gui.py:556 pyanaconda/iw/osbootwidget.py:64 #: pyanaconda/iw/partition_gui.py:583 msgid "Device" msgstr "" -#: pyanaconda/iw/filter_gui.py:528 +#: pyanaconda/iw/filter_gui.py:529 msgid "Paths" msgstr "" -#: pyanaconda/iw/filter_gui.py:552 +#: pyanaconda/iw/filter_gui.py:553 msgid "Port" msgstr "" -#: pyanaconda/iw/filter_gui.py:553 +#: pyanaconda/iw/filter_gui.py:554 msgid "Target" msgstr "" -#: pyanaconda/iw/filter_gui.py:554 +#: pyanaconda/iw/filter_gui.py:555 msgid "LUN" msgstr "" @@ -2348,7 +2346,7 @@ msgstr "" msgid "Language Selection" msgstr "" -#: pyanaconda/iw/language_gui.py:82 loader/lang.c:432 +#: pyanaconda/iw/language_gui.py:82 loader/lang.c:463 #: pyanaconda/textw/language_text.py:46 msgid "What language would you like to use during the installation process?" msgstr "" @@ -2542,53 +2540,53 @@ msgid "" "volume smaller." msgstr "" -#: pyanaconda/iw/lvm_dialog_gui.py:847 +#: pyanaconda/iw/lvm_dialog_gui.py:849 msgid "No free slots" msgstr "" -#: pyanaconda/iw/lvm_dialog_gui.py:848 +#: pyanaconda/iw/lvm_dialog_gui.py:850 #, python-format msgid "You cannot create more than %d logical volume per volume group." msgid_plural "You cannot create more than %d logical volumes per volume group." msgstr[0] "" msgstr[1] "" -#: pyanaconda/iw/lvm_dialog_gui.py:858 +#: pyanaconda/iw/lvm_dialog_gui.py:860 msgid "No free space" msgstr "" -#: pyanaconda/iw/lvm_dialog_gui.py:859 +#: pyanaconda/iw/lvm_dialog_gui.py:861 msgid "" "There is no room left in the volume group to create new logical volumes. To " "add a logical volume you must reduce the size of one or more of the " "currently existing logical volumes" msgstr "" -#: pyanaconda/iw/lvm_dialog_gui.py:896 +#: pyanaconda/iw/lvm_dialog_gui.py:898 #, python-format msgid "Are you sure you want to delete the logical volume \"%s\"?" msgstr "" -#: pyanaconda/iw/lvm_dialog_gui.py:1020 +#: pyanaconda/iw/lvm_dialog_gui.py:1022 msgid "Invalid Volume Group Name" msgstr "" -#: pyanaconda/iw/lvm_dialog_gui.py:1029 +#: pyanaconda/iw/lvm_dialog_gui.py:1031 msgid "Name in use" msgstr "" -#: pyanaconda/iw/lvm_dialog_gui.py:1030 +#: pyanaconda/iw/lvm_dialog_gui.py:1032 #, python-format msgid "The volume group name \"%s\" is already in use. Please pick another." msgstr "" -#: pyanaconda/iw/lvm_dialog_gui.py:1129 pyanaconda/iw/partition_gui.py:1552 -#: pyanaconda/storage/partitioning.py:268 -#: pyanaconda/storage/partitioning.py:306 +#: pyanaconda/iw/lvm_dialog_gui.py:1131 pyanaconda/iw/partition_gui.py:1552 +#: pyanaconda/storage/partitioning.py:278 +#: pyanaconda/storage/partitioning.py:316 msgid "Error Partitioning" msgstr "" -#: pyanaconda/iw/lvm_dialog_gui.py:1130 +#: pyanaconda/iw/lvm_dialog_gui.py:1132 #, python-format msgid "" "Could not allocate requested logical volumes:\n" @@ -2596,11 +2594,11 @@ msgid "" "%s." msgstr "" -#: pyanaconda/iw/lvm_dialog_gui.py:1336 +#: pyanaconda/iw/lvm_dialog_gui.py:1338 msgid "Not enough physical volumes" msgstr "" -#: pyanaconda/iw/lvm_dialog_gui.py:1337 +#: pyanaconda/iw/lvm_dialog_gui.py:1339 msgid "" "At least one unused physical volume partition is needed to create an LVM " "Volume Group.\n" @@ -2609,77 +2607,77 @@ msgid "" "select the \"LVM\" option again." msgstr "" -#: pyanaconda/iw/lvm_dialog_gui.py:1348 +#: pyanaconda/iw/lvm_dialog_gui.py:1350 msgid "Make LVM Volume Group" msgstr "" -#: pyanaconda/iw/lvm_dialog_gui.py:1351 +#: pyanaconda/iw/lvm_dialog_gui.py:1353 #, python-format msgid "Edit LVM Volume Group: %s" msgstr "" -#: pyanaconda/iw/lvm_dialog_gui.py:1353 +#: pyanaconda/iw/lvm_dialog_gui.py:1355 msgid "Edit LVM Volume Group" msgstr "" -#: pyanaconda/iw/lvm_dialog_gui.py:1369 +#: pyanaconda/iw/lvm_dialog_gui.py:1371 msgid "_Volume Group Name:" msgstr "" -#: pyanaconda/iw/lvm_dialog_gui.py:1377 +#: pyanaconda/iw/lvm_dialog_gui.py:1379 msgid "Volume Group Name:" msgstr "" -#: pyanaconda/iw/lvm_dialog_gui.py:1385 +#: pyanaconda/iw/lvm_dialog_gui.py:1387 msgid "_Physical Extent:" msgstr "" -#: pyanaconda/iw/lvm_dialog_gui.py:1400 +#: pyanaconda/iw/lvm_dialog_gui.py:1402 msgid "Physical Volumes to _Use:" msgstr "" -#: pyanaconda/iw/lvm_dialog_gui.py:1406 +#: pyanaconda/iw/lvm_dialog_gui.py:1408 msgid "Used Space:" msgstr "" -#: pyanaconda/iw/lvm_dialog_gui.py:1424 +#: pyanaconda/iw/lvm_dialog_gui.py:1426 msgid "Snapshot Total:" msgstr "" -#: pyanaconda/iw/lvm_dialog_gui.py:1445 +#: pyanaconda/iw/lvm_dialog_gui.py:1447 msgid "Reserved Space:" msgstr "" -#: pyanaconda/iw/lvm_dialog_gui.py:1465 +#: pyanaconda/iw/lvm_dialog_gui.py:1467 msgid "Free Space:" msgstr "" -#: pyanaconda/iw/lvm_dialog_gui.py:1483 +#: pyanaconda/iw/lvm_dialog_gui.py:1485 msgid "Total Space:" msgstr "" -#: pyanaconda/iw/lvm_dialog_gui.py:1521 +#: pyanaconda/iw/lvm_dialog_gui.py:1523 msgid "Logical Volume Name" msgstr "" -#: pyanaconda/iw/lvm_dialog_gui.py:1524 pyanaconda/iw/partition_gui.py:586 +#: pyanaconda/iw/lvm_dialog_gui.py:1526 pyanaconda/iw/partition_gui.py:586 msgid "Mount Point" msgstr "" -#: pyanaconda/iw/lvm_dialog_gui.py:1527 pyanaconda/iw/partition_gui.py:585 +#: pyanaconda/iw/lvm_dialog_gui.py:1529 pyanaconda/iw/partition_gui.py:585 msgid "Size (MB)" msgstr "" -#: pyanaconda/iw/lvm_dialog_gui.py:1541 pyanaconda/iw/osbootwidget.py:97 +#: pyanaconda/iw/lvm_dialog_gui.py:1543 pyanaconda/iw/osbootwidget.py:97 msgid "_Add" msgstr "" -#: pyanaconda/iw/lvm_dialog_gui.py:1544 pyanaconda/iw/osbootwidget.py:101 +#: pyanaconda/iw/lvm_dialog_gui.py:1546 pyanaconda/iw/osbootwidget.py:101 #: pyanaconda/iw/partition_gui.py:1778 pyanaconda/iw/partition_gui.py:1788 msgid "_Edit" msgstr "" -#: pyanaconda/iw/lvm_dialog_gui.py:1559 +#: pyanaconda/iw/lvm_dialog_gui.py:1561 msgid "_Logical Volumes" msgstr "" @@ -2856,7 +2854,7 @@ msgstr "" msgid "Type" msgstr "" -#: pyanaconda/iw/partition_gui.py:588 pyanaconda/storage/__init__.py:2036 +#: pyanaconda/iw/partition_gui.py:588 pyanaconda/storage/__init__.py:2055 msgid "Format" msgstr "" @@ -3325,9 +3323,9 @@ msgstr "" #: loader/cdinstall.c:340 loader/driverdisk.c:393 loader/driverdisk.c:425 #: loader/driverdisk.c:506 loader/driverselect.c:79 loader/driverselect.c:145 #: loader/driverselect.c:171 loader/hdinstall.c:168 loader/hdinstall.c:222 -#: loader/kbd.c:118 loader/loader.c:449 loader/loader.c:466 -#: loader/loader.c:1426 loader/loader.c:1466 loader/net.c:591 loader/net.c:953 -#: loader/net.c:1686 loader/net.c:1705 loader/nfsinstall.c:93 +#: loader/kbd.c:118 loader/loader.c:448 loader/loader.c:465 +#: loader/loader.c:1429 loader/loader.c:1469 loader/net.c:591 loader/net.c:953 +#: loader/net.c:1688 loader/net.c:1707 loader/nfsinstall.c:93 #: loader/urls.c:264 pyanaconda/storage/__init__.py:174 #: pyanaconda/storage/devicetree.py:94 pyanaconda/textw/constants_text.py:52 msgid "Back" @@ -3431,7 +3429,7 @@ msgstr "" msgid "Do you wish to load any more driver disks?" msgstr "" -#: loader/driverdisk.c:698 loader/kickstart.c:175 loader/kickstart.c:1014 +#: loader/driverdisk.c:698 loader/kickstart.c:175 loader/kickstart.c:1010 msgid "Kickstart Error" msgstr "" @@ -3537,181 +3535,181 @@ msgstr "" msgid "Error downloading kickstart file" msgstr "" -#: loader/kickstart.c:1015 +#: loader/kickstart.c:1011 #, c-format msgid "Unknown Url method %s" msgstr "" -#: loader/lang.c:64 loader/loader.c:234 +#: loader/lang.c:67 loader/loader.c:233 #, c-format msgid "Welcome to %s for %s" msgstr "" -#: loader/lang.c:65 +#: loader/lang.c:68 #, c-format msgid "Welcome to %s for %s - Rescue Mode" msgstr "" -#: loader/lang.c:66 loader/loader.c:258 +#: loader/lang.c:69 loader/loader.c:257 msgid "" " / between elements | selects | next screen " msgstr "" -#: loader/lang.c:431 +#: loader/lang.c:462 msgid "Choose a Language" msgstr "" -#: loader/loader.c:136 +#: loader/loader.c:135 msgid "Local CD/DVD" msgstr "" -#: loader/loader.c:137 +#: loader/loader.c:136 msgid "Hard drive" msgstr "" -#: loader/loader.c:138 +#: loader/loader.c:137 msgid "NFS directory" msgstr "" -#: loader/loader.c:403 loader/loader.c:444 +#: loader/loader.c:402 loader/loader.c:443 msgid "Update Disk Source" msgstr "" -#: loader/loader.c:404 +#: loader/loader.c:403 msgid "" "You have multiple devices which could serve as sources for an update disk. " "Which would you like to use?" msgstr "" -#: loader/loader.c:445 +#: loader/loader.c:444 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:463 +#: loader/loader.c:462 #, c-format msgid "Insert your updates disk into %s and press \"OK\" to continue." msgstr "" -#: loader/loader.c:466 +#: loader/loader.c:465 msgid "Updates Disk" msgstr "" -#: loader/loader.c:484 +#: loader/loader.c:483 msgid "Failed to mount updates disk" msgstr "" -#: loader/loader.c:489 +#: loader/loader.c:488 msgid "Updates" msgstr "" -#: loader/loader.c:489 +#: loader/loader.c:488 msgid "Reading anaconda updates" msgstr "" -#: loader/loader.c:525 +#: loader/loader.c:524 msgid "" "Unable to download the updates image. Please modify the updates location " "below or press Cancel to proceed without updates.." msgstr "" -#: loader/loader.c:534 +#: loader/loader.c:533 msgid "Error downloading updates image" msgstr "" -#: loader/loader.c:1137 +#: loader/loader.c:1140 #, c-format msgid "%s requires %d MB of memory, to install, but you only have %d MB." msgstr "" -#: loader/loader.c:1174 +#: loader/loader.c:1177 msgid "Unsupported Hardware Detected" msgstr "" -#: loader/loader.c:1175 +#: loader/loader.c:1178 msgid "" "This hardware (or a combination thereof) is not supported by Red Hat. For " "more information on supported hardware, please refer to http://www.redhat." "com/hardware." msgstr "" -#: loader/loader.c:1423 +#: loader/loader.c:1426 msgid "Installation Method" msgstr "" -#: loader/loader.c:1424 +#: loader/loader.c:1427 msgid "What type of media contains the installation tree?" msgstr "" -#: loader/loader.c:1465 +#: loader/loader.c:1468 msgid "No driver found" msgstr "" -#: loader/loader.c:1465 +#: loader/loader.c:1468 msgid "Select driver" msgstr "" -#: loader/loader.c:1466 +#: loader/loader.c:1469 msgid "Use a driver disk" msgstr "" -#: loader/loader.c:1467 +#: loader/loader.c:1470 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:1668 +#: loader/loader.c:1671 msgid "The following devices have been found on your system." msgstr "" -#: loader/loader.c:1670 +#: loader/loader.c:1673 msgid "" "No device drivers have been loaded for your system. Would you like to load " "any now?" msgstr "" -#: loader/loader.c:1674 +#: loader/loader.c:1677 msgid "Devices" msgstr "" -#: loader/loader.c:1675 +#: loader/loader.c:1678 msgid "Done" msgstr "" -#: loader/loader.c:1676 +#: loader/loader.c:1679 msgid "Add Device" msgstr "" -#: loader/loader.c:2001 +#: loader/loader.c:2004 #, c-format msgid "loader has already been run. Starting shell.\n" msgstr "" -#: loader/loader.c:2109 +#: loader/loader.c:2112 #, c-format msgid "Driver disc was detected in %s. Do you want to use it?." msgstr "" -#: loader/loader.c:2112 +#: loader/loader.c:2115 msgid "Driver disc detected" msgstr "" -#: loader/loader.c:2112 +#: loader/loader.c:2115 msgid "Use it" msgstr "" -#: loader/loader.c:2112 +#: loader/loader.c:2115 msgid "Skip it" msgstr "" -#: loader/loader.c:2418 +#: loader/loader.c:2427 #, c-format msgid "Running anaconda %s, the %s rescue mode - please wait.\n" msgstr "" -#: loader/loader.c:2420 +#: loader/loader.c:2429 #, c-format msgid "Running anaconda %s, the %s system installer - please wait.\n" msgstr "" @@ -3879,57 +3877,57 @@ msgstr "" msgid "You must enter both a valid IPv6 address and a CIDR prefix." msgstr "" -#: loader/net.c:1485 +#: loader/net.c:1487 msgid "Seconds:" msgstr "" -#: loader/net.c:1681 +#: loader/net.c:1683 msgid "Networking Device" msgstr "" -#: loader/net.c:1682 +#: loader/net.c:1684 msgid "" "You have multiple network devices on this system. Which would you like to " "install through?" msgstr "" -#: loader/net.c:1686 +#: loader/net.c:1688 msgid "Identify" msgstr "" -#: loader/net.c:1695 +#: loader/net.c:1697 msgid "You can identify the physical port for" msgstr "" -#: loader/net.c:1697 +#: loader/net.c:1699 msgid "" "by flashing the LED lights for a number of seconds. Enter a number between " "1 and 30 to set the duration to flash the LED port lights." msgstr "" -#: loader/net.c:1704 +#: loader/net.c:1706 msgid "Identify NIC" msgstr "" -#: loader/net.c:1717 +#: loader/net.c:1719 msgid "Invalid Duration" msgstr "" -#: loader/net.c:1718 +#: loader/net.c:1720 msgid "You must enter the number of seconds as an integer between 1 and 30." msgstr "" -#: loader/net.c:1730 +#: loader/net.c:1732 #, c-format msgid "Flashing %s port lights for %d seconds." msgstr "" -#: loader/net.c:1963 loader/net.c:1967 +#: loader/net.c:1965 loader/net.c:1969 #, c-format msgid "Waiting for NetworkManager to configure %s.\n" msgstr "" -#: loader/net.c:2296 loader/net.c:2299 +#: loader/net.c:2298 loader/net.c:2301 #, c-format msgid "Waiting for NetworkManager to activate wifi.\n" msgstr "" @@ -3958,7 +3956,7 @@ msgstr "" msgid "NFS Setup" msgstr "" -#: loader/nfsinstall.c:256 loader/urlinstall.c:214 +#: loader/nfsinstall.c:258 loader/urlinstall.c:214 msgid "The URL provided does not contain an installable tree." msgstr "" @@ -4100,124 +4098,124 @@ msgstr "" msgid "Error storing an encryption key: %s\n" msgstr "" -#: pyanaconda/storage/__init__.py:459 +#: pyanaconda/storage/__init__.py:460 msgid "Examining Devices" msgstr "" -#: pyanaconda/storage/__init__.py:460 +#: pyanaconda/storage/__init__.py:461 msgid "Examining storage devices" msgstr "" -#: pyanaconda/storage/__init__.py:766 +#: pyanaconda/storage/__init__.py:772 msgid "This partition is holding the data for the hard drive install." msgstr "" -#: pyanaconda/storage/__init__.py:771 +#: pyanaconda/storage/__init__.py:777 msgid "You cannot delete a partition of a LDL formatted DASD." msgstr "" -#: pyanaconda/storage/__init__.py:777 +#: pyanaconda/storage/__init__.py:783 #, python-format msgid "This device is part of the RAID device %s." msgstr "" -#: pyanaconda/storage/__init__.py:780 +#: pyanaconda/storage/__init__.py:786 msgid "This device is part of a RAID device." msgstr "" -#: pyanaconda/storage/__init__.py:783 +#: pyanaconda/storage/__init__.py:789 msgid "This device is part of an inconsistent LVM Volume Group." msgstr "" -#: pyanaconda/storage/__init__.py:788 +#: pyanaconda/storage/__init__.py:794 #, python-format msgid "This device is part of the LVM volume group '%s'." msgstr "" -#: pyanaconda/storage/__init__.py:791 +#: pyanaconda/storage/__init__.py:797 msgid "This device is part of a LVM volume group." msgstr "" -#: pyanaconda/storage/__init__.py:807 +#: pyanaconda/storage/__init__.py:813 msgid "" "This device is an extended partition which contains logical partitions that " "cannot be deleted:\n" "\n" msgstr "" -#: pyanaconda/storage/__init__.py:964 +#: pyanaconda/storage/__init__.py:970 msgid "You must create a new filesystem on the root device." msgstr "" -#: pyanaconda/storage/__init__.py:1092 +#: pyanaconda/storage/__init__.py:1098 #, python-format msgid "" "You have not defined a root partition (/), which is required for " "installation of %s to continue." msgstr "" -#: pyanaconda/storage/__init__.py:1097 +#: pyanaconda/storage/__init__.py:1103 #, python-format msgid "" "Your root partition is less than 250 megabytes which is usually too small to " "install %s." msgstr "" -#: pyanaconda/storage/__init__.py:1108 +#: pyanaconda/storage/__init__.py:1114 #, python-format msgid "" "Your / partition is less than %(min)s MB which is lower than recommended for " "a normal %(productName)s%(live)s install." msgstr "" -#: pyanaconda/storage/__init__.py:1119 +#: pyanaconda/storage/__init__.py:1125 #, python-format msgid "" "Your / partition does not match the the live image you are installing from. " "It must be formatted as %s." msgstr "" -#: pyanaconda/storage/__init__.py:1126 +#: pyanaconda/storage/__init__.py:1132 #, 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 "" -#: pyanaconda/storage/__init__.py:1136 +#: pyanaconda/storage/__init__.py:1142 #, python-format msgid "" "Your %(mount)s partition is too small for %(format)s formatting (allowable " "size is %(minSize)d MB to %(maxSize)d MB)" msgstr "" -#: pyanaconda/storage/__init__.py:1141 +#: pyanaconda/storage/__init__.py:1147 #, python-format msgid "" "Your %(mount)s partition is too large for %(format)s formatting (allowable " "size is %(minSize)d MB to %(maxSize)d MB)" msgstr "" -#: pyanaconda/storage/__init__.py:1168 +#: pyanaconda/storage/__init__.py:1174 msgid "" "Installing on a USB device. This may or may not produce a working system." msgstr "" -#: pyanaconda/storage/__init__.py:1171 +#: pyanaconda/storage/__init__.py:1177 msgid "" "Installing on a FireWire device. This may or may not produce a working " "system." msgstr "" -#: pyanaconda/storage/__init__.py:1177 +#: pyanaconda/storage/__init__.py:1183 msgid "you have not created a bootloader stage1 target device" msgstr "" -#: pyanaconda/storage/__init__.py:1186 +#: pyanaconda/storage/__init__.py:1192 msgid "You have not created a bootable partition." msgstr "" -#: pyanaconda/storage/__init__.py:1199 +#: pyanaconda/storage/__init__.py:1205 #, python-format msgid "" "You have not specified a swap partition. %(requiredMem)s MB of memory is " @@ -4225,13 +4223,13 @@ msgid "" "have %(installedMem)s MB." msgstr "" -#: pyanaconda/storage/__init__.py:1205 +#: pyanaconda/storage/__init__.py:1211 msgid "" "You have not specified a swap partition. Although not strictly required in " "all cases, it will significantly improve performance for most installations." msgstr "" -#: pyanaconda/storage/__init__.py:1211 +#: pyanaconda/storage/__init__.py:1217 msgid "" "At least one of your swap devices does not have a UUID, which is common in " "swap space created using older versions of mkswap. These devices will be " @@ -4239,32 +4237,32 @@ msgid "" "paths can change under a variety of circumstances. " msgstr "" -#: pyanaconda/storage/__init__.py:1221 +#: pyanaconda/storage/__init__.py:1227 #, python-format msgid "" "This mount point is invalid. The %s directory must be on the / file system." msgstr "" -#: pyanaconda/storage/__init__.py:1225 +#: pyanaconda/storage/__init__.py:1231 #, python-format msgid "The mount point %s must be on a linux file system." msgstr "" -#: pyanaconda/storage/__init__.py:1236 +#: pyanaconda/storage/__init__.py:1242 msgid "No Drives Found" msgstr "" -#: pyanaconda/storage/__init__.py:1237 +#: pyanaconda/storage/__init__.py:1243 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 "" -#: pyanaconda/storage/__init__.py:1605 pyanaconda/storage/__init__.py:1614 +#: pyanaconda/storage/__init__.py:1611 pyanaconda/storage/__init__.py:1620 msgid "Dirty File Systems" msgstr "" -#: pyanaconda/storage/__init__.py:1606 +#: pyanaconda/storage/__init__.py:1612 #, python-format msgid "" "The following file systems for your Linux system were not unmounted " @@ -4273,7 +4271,7 @@ msgid "" "%s" msgstr "" -#: pyanaconda/storage/__init__.py:1615 +#: pyanaconda/storage/__init__.py:1621 #, python-format msgid "" "The following file systems for your Linux system were not unmounted " @@ -4281,7 +4279,15 @@ msgid "" "%s" msgstr "" -#: pyanaconda/storage/__init__.py:2069 +#: pyanaconda/storage/__init__.py:2030 +msgid "" +"There is an entry in your /etc/fstab file that contains an invalid or " +"incorrect filesystem type:\n" +"\n" +" " +msgstr "" + +#: pyanaconda/storage/__init__.py:2088 #, python-format msgid "" "The swap device:\n" @@ -4292,7 +4298,7 @@ msgid "" "swap space, you must reformat as a new-style Linux swap partition." msgstr "" -#: pyanaconda/storage/__init__.py:2080 +#: pyanaconda/storage/__init__.py:2099 #, python-format msgid "" "The swap device:\n" @@ -4304,7 +4310,7 @@ msgid "" "down your system rather than hibernating it." msgstr "" -#: pyanaconda/storage/__init__.py:2088 +#: pyanaconda/storage/__init__.py:2107 #, python-format msgid "" "The swap device:\n" @@ -4316,7 +4322,7 @@ msgid "" "make sure the installer is set to format all swap devices." msgstr "" -#: pyanaconda/storage/__init__.py:2100 +#: pyanaconda/storage/__init__.py:2119 #, python-format msgid "" "The swap device:\n" @@ -4327,7 +4333,7 @@ msgid "" "installation, you will need to format the device or skip it." msgstr "" -#: pyanaconda/storage/__init__.py:2111 +#: pyanaconda/storage/__init__.py:2130 #, python-format msgid "" "Error enabling swap device %(name)s: %(msg)s\n" @@ -4338,7 +4344,7 @@ msgid "" "Press OK to exit the installer" msgstr "" -#: pyanaconda/storage/__init__.py:2118 +#: pyanaconda/storage/__init__.py:2137 #, python-format msgid "" "Error enabling swap device %(name)s: %(msg)s\n" @@ -4348,11 +4354,11 @@ msgid "" "Press OK to exit the installer." msgstr "" -#: pyanaconda/storage/__init__.py:2181 pyanaconda/storage/__init__.py:2193 +#: pyanaconda/storage/__init__.py:2200 pyanaconda/storage/__init__.py:2212 msgid "Invalid mount point" msgstr "" -#: pyanaconda/storage/__init__.py:2182 +#: pyanaconda/storage/__init__.py:2201 #, python-format msgid "" "An error occurred when trying to create %s. Some element of this path is " @@ -4361,7 +4367,7 @@ msgid "" "Press to exit the installer." msgstr "" -#: pyanaconda/storage/__init__.py:2194 +#: pyanaconda/storage/__init__.py:2213 #, python-format msgid "" "An error occurred when trying to create %(mountpoint)s: %(msg)s. This is a " @@ -4370,18 +4376,18 @@ msgid "" "Press to exit the installer." msgstr "" -#: pyanaconda/storage/__init__.py:2210 pyanaconda/storage/__init__.py:2234 +#: pyanaconda/storage/__init__.py:2229 pyanaconda/storage/__init__.py:2253 msgid "Unable to mount filesystem" msgstr "" -#: pyanaconda/storage/__init__.py:2211 +#: pyanaconda/storage/__init__.py:2230 #, python-format msgid "" "An error occurred mounting device %(path)s as %(mountpoint)s. You may " "continue installation, but there may be problems." msgstr "" -#: pyanaconda/storage/__init__.py:2235 +#: pyanaconda/storage/__init__.py:2254 #, python-format msgid "" "An error occurred mounting device %(path)s as %(mountpoint)s: %(msg)s. This " @@ -4422,7 +4428,7 @@ msgstr "" msgid "Creating device %s" msgstr "" -#: pyanaconda/storage/devices.py:2716 +#: pyanaconda/storage/devices.py:2722 #, python-format msgid "A RAID%(raidLevel)d set requires at least %(minMembers)d member" msgid_plural "A RAID%(raidLevel)d set requires at least %(minMembers)d members" @@ -4438,58 +4444,58 @@ msgid "" "installation." msgstr "" -#: pyanaconda/storage/fcoe.py:67 pyanaconda/storage/fcoe.py:68 +#: pyanaconda/storage/fcoe.py:71 pyanaconda/storage/fcoe.py:72 msgid "Connecting to FCoE SAN" msgstr "" -#: pyanaconda/storage/fcoe.py:112 +#: pyanaconda/storage/fcoe.py:116 msgid "FCoE not available" msgstr "" -#: pyanaconda/storage/formats/fs.py:101 +#: pyanaconda/storage/formats/fs.py:100 msgid "filesystem configuration missing a type" msgstr "" -#: pyanaconda/storage/formats/fs.py:360 pyanaconda/storage/formats/luks.py:197 +#: pyanaconda/storage/formats/fs.py:359 pyanaconda/storage/formats/luks.py:197 #: pyanaconda/storage/formats/lvmpv.py:105 #: pyanaconda/storage/formats/swap.py:161 msgid "Formatting" msgstr "" -#: pyanaconda/storage/formats/fs.py:361 +#: pyanaconda/storage/formats/fs.py:360 #, python-format msgid "Creating %(type)s filesystem on %(device)s" msgstr "" -#: pyanaconda/storage/formats/fs.py:463 +#: pyanaconda/storage/formats/fs.py:462 msgid "Resizing" msgstr "" -#: pyanaconda/storage/formats/fs.py:464 +#: pyanaconda/storage/formats/fs.py:463 #, python-format msgid "Resizing filesystem on %s" msgstr "" -#: pyanaconda/storage/formats/fs.py:499 +#: pyanaconda/storage/formats/fs.py:498 #, python-format msgid "Unknown return code: %d." msgstr "" -#: pyanaconda/storage/formats/fs.py:513 +#: pyanaconda/storage/formats/fs.py:512 msgid "Checking" msgstr "" -#: pyanaconda/storage/formats/fs.py:514 +#: pyanaconda/storage/formats/fs.py:513 #, python-format msgid "Checking filesystem on %s" msgstr "" -#: pyanaconda/storage/formats/fs.py:531 +#: pyanaconda/storage/formats/fs.py:530 #, python-format msgid "%(type)s filesystem check failure on %(device)s: " msgstr "" -#: pyanaconda/storage/formats/fs.py:537 +#: pyanaconda/storage/formats/fs.py:536 msgid "" "Errors like this usually mean there is a problem with the filesystem that " "will require user interaction to repair. Before restarting installation, " @@ -4498,37 +4504,37 @@ msgid "" "problems on the filesystem." msgstr "" -#: pyanaconda/storage/formats/fs.py:545 pyanaconda/storage/partitioning.py:340 +#: pyanaconda/storage/formats/fs.py:544 pyanaconda/storage/partitioning.py:350 msgid "Unrecoverable Error" msgstr "" -#: pyanaconda/storage/formats/fs.py:895 +#: pyanaconda/storage/formats/fs.py:918 msgid "File system errors left uncorrected." msgstr "" -#: pyanaconda/storage/formats/fs.py:896 +#: pyanaconda/storage/formats/fs.py:919 msgid "Operational error." msgstr "" -#: pyanaconda/storage/formats/fs.py:897 +#: pyanaconda/storage/formats/fs.py:920 msgid "Usage or syntax error." msgstr "" -#: pyanaconda/storage/formats/fs.py:898 +#: pyanaconda/storage/formats/fs.py:921 msgid "e2fsck cancelled by user request." msgstr "" -#: pyanaconda/storage/formats/fs.py:899 +#: pyanaconda/storage/formats/fs.py:922 msgid "Shared library error." msgstr "" -#: pyanaconda/storage/formats/fs.py:1061 +#: pyanaconda/storage/formats/fs.py:1084 msgid "" "Recoverable errors have been detected or dosfsck has discovered an internal " "inconsistency." msgstr "" -#: pyanaconda/storage/formats/fs.py:1063 +#: pyanaconda/storage/formats/fs.py:1086 msgid "Usage error." msgstr "" @@ -4580,23 +4586,23 @@ msgstr "" msgid "Logging in to iSCSI node %s" msgstr "" -#: pyanaconda/storage/partitioning.py:262 +#: pyanaconda/storage/partitioning.py:272 msgid "" "Could not find enough free space for automatic partitioning. Press 'OK' to " "exit the installer." msgstr "" -#: pyanaconda/storage/partitioning.py:265 +#: pyanaconda/storage/partitioning.py:275 msgid "" "Could not find enough free space for automatic partitioning, please use " "another partitioning method." msgstr "" -#: pyanaconda/storage/partitioning.py:290 +#: pyanaconda/storage/partitioning.py:300 msgid "Warnings During Automatic Partitioning" msgstr "" -#: pyanaconda/storage/partitioning.py:292 +#: pyanaconda/storage/partitioning.py:302 #, python-format msgid "" "Following warnings occurred during automatic partitioning:\n" @@ -4604,15 +4610,15 @@ msgid "" "%s" msgstr "" -#: pyanaconda/storage/partitioning.py:303 -#: pyanaconda/storage/partitioning.py:324 +#: pyanaconda/storage/partitioning.py:313 +#: pyanaconda/storage/partitioning.py:334 msgid "" "\n" "\n" "Press 'OK' to exit the installer." msgstr "" -#: pyanaconda/storage/partitioning.py:307 +#: pyanaconda/storage/partitioning.py:317 #, python-format msgid "" "Could not allocate requested partitions: \n" @@ -4620,18 +4626,18 @@ msgid "" "%(msg)s.%(extra)s" msgstr "" -#: pyanaconda/storage/partitioning.py:326 +#: pyanaconda/storage/partitioning.py:336 msgid "" "\n" "\n" "Press 'OK' to choose a different partitioning option." msgstr "" -#: pyanaconda/storage/partitioning.py:328 +#: pyanaconda/storage/partitioning.py:338 msgid "Automatic Partitioning Errors" msgstr "" -#: pyanaconda/storage/partitioning.py:329 +#: pyanaconda/storage/partitioning.py:339 #, python-format msgid "" "The following errors occurred with your partitioning:\n"