summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-01-23 19:06:11 +0000
committerThierry Vignaud <tv@mageia.org>2012-01-23 19:06:11 +0000
commitcbfa2e70002332bce58c52ddaf734126a4445e0b (patch)
tree132730fe9f6ca3ea62a198c38b09aad67a167359 /perl-install
parent962d672cd1af8f8144417ca9dae4bc8efe95512f (diff)
downloaddrakx-backup-do-not-use-cbfa2e70002332bce58c52ddaf734126a4445e0b.tar
drakx-backup-do-not-use-cbfa2e70002332bce58c52ddaf734126a4445e0b.tar.gz
drakx-backup-do-not-use-cbfa2e70002332bce58c52ddaf734126a4445e0b.tar.bz2
drakx-backup-do-not-use-cbfa2e70002332bce58c52ddaf734126a4445e0b.tar.xz
drakx-backup-do-not-use-cbfa2e70002332bce58c52ddaf734126a4445e0b.zip
13.77
Diffstat (limited to 'perl-install')
-rw-r--r--perl-install/Makefile.config2
-rw-r--r--perl-install/NEWS2
-rw-r--r--perl-install/diskdrake/interactive.pm2
-rw-r--r--perl-install/install/NEWS2
4 files changed, 7 insertions, 1 deletions
diff --git a/perl-install/Makefile.config b/perl-install/Makefile.config
index 1860f02e5..a10c40077 100644
--- a/perl-install/Makefile.config
+++ b/perl-install/Makefile.config
@@ -1,5 +1,5 @@
# -*- Makefile -*-
-VERSION:=13.76
+VERSION:=13.77
SUDO = sudo
TMPDIR = /tmp
diff --git a/perl-install/NEWS b/perl-install/NEWS
index bd199ac4c..d816409ab 100644
--- a/perl-install/NEWS
+++ b/perl-install/NEWS
@@ -1,3 +1,5 @@
+Version 13.77 - 23 January 2012
+
- add support for XZ modules
- diskdrake:
o enable to set LV names when not in expert mode
diff --git a/perl-install/diskdrake/interactive.pm b/perl-install/diskdrake/interactive.pm
index e0b24a7f0..764e0e561 100644
--- a/perl-install/diskdrake/interactive.pm
+++ b/perl-install/diskdrake/interactive.pm
@@ -902,6 +902,8 @@ filesystem checks will be run on your next boot into Microsoft Windows®"));
unlink($dir);
}
}
+ } elsif ($nice_resize{nilfs}) {
+ run_program::run_or_die("nilfs-resize", $part->{mntpoint});
}
if (%nice_resize) {
diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS
index a7753c35e..0813a56fa 100644
--- a/perl-install/install/NEWS
+++ b/perl-install/install/NEWS
@@ -1,3 +1,5 @@
+Version 13.77 - 23 January 2012
+
- diskdrake:
o allow using nilfs2 during install
o enable to set label on btrfs & nilfs fses as well as on swap