summaryrefslogtreecommitdiffstats
path: root/po/az.po
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2008-03-25 15:14:34 +0000
committerThierry Vignaud <tv@mandriva.org>2008-03-25 15:14:34 +0000
commit0b75cf6149867bcca2bbc7c51fdcb7a4a8fd9dc0 (patch)
tree54903eccec503cc0c4666cac239c23190620e29e /po/az.po
parentb16b288c1d99ce8ff10031e6f122ccef981631c4 (diff)
downloadurpmi-0b75cf6149867bcca2bbc7c51fdcb7a4a8fd9dc0.tar
urpmi-0b75cf6149867bcca2bbc7c51fdcb7a4a8fd9dc0.tar.gz
urpmi-0b75cf6149867bcca2bbc7c51fdcb7a4a8fd9dc0.tar.bz2
urpmi-0b75cf6149867bcca2bbc7c51fdcb7a4a8fd9dc0.tar.xz
urpmi-0b75cf6149867bcca2bbc7c51fdcb7a4a8fd9dc0.zip
prevent fuzzying string
Diffstat (limited to 'po/az.po')
-rw-r--r--po/az.po2
1 files changed, 1 insertions, 1 deletions
diff --git a/po/az.po b/po/az.po
index 0eb39a7b..18d348cf 100644
--- a/po/az.po
+++ b/po/az.po
@@ -775,7 +775,7 @@ msgstr "Vericiyə bağlana bilmir"
#: ../urpm/lock.pm:62
#, fuzzy, c-format
-msgid "%s database is locked. waiting..."
+msgid "%s database is locked. Waiting..."
msgstr "urpmi databeyzi qıfıllıdır"
#: ../urpm/lock.pm:63
able>
major switch from ramdisk to clp
- mdkinst_stage2.bz2 is now mdkinst.clp - rescue_stage2.bz2 is now rescue.clp - make_mdkinst_stage2 is now mdkinst_stage2_tool (we don't keep the live when building the clp, mdkinst_stage2_tool is able to create the clp from the live, or the live from the clp) - all stage1 images now need cryptoloop & gzloop - the clp can be preloaded in memory or not (see MEM_LIMIT_DRAKX_PRELOAD and MEM_LIMIT_RESCUE_PRELOAD) (for http & ftp, it *must* be preloaded) - we don't uncompress the ramdisk anymore since the decompression is done on the fly, this makes the rescue boot much faster - function get_ramdisk_realname() is replaced with macro CLP_FILE_REL
Diffstat (limited to 'kernel')
-rw-r--r--kernel/list_modules.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/list_modules.pm b/kernel/list_modules.pm
index c1a8e2280..9ddd3b5e6 100644
--- a/kernel/list_modules.pm
+++ b/kernel/list_modules.pm
@@ -122,7 +122,7 @@ our %l = (
{
network => [ qw(af_packet nfs) ],
cdrom => [ qw(isofs) ],
- loopback => [ qw(isofs loop), if_($ENV{MOVE}, qw(cryptoloop gzloop supermount)) ],
+ loopback => [ qw(isofs loop cryptoloop gzloop), if_($ENV{MOVE}, qw(supermount)) ],
local => [
if_(arch() =~ /^i.86|x86_64/, qw(vfat ntfs)),
if_(arch() =~ /^ppc/, qw(hfs)),