diff options
author | Thierry Vignaud <tv@mageia.org> | 2012-01-23 19:06:11 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2012-01-23 19:06:11 +0000 |
commit | f46a0b994e37d25a32d82e91bd79619e20e210fc (patch) | |
tree | 132730fe9f6ca3ea62a198c38b09aad67a167359 | |
parent | 626b1c5bdae11678b08acc0bfe941c283c1bb9d7 (diff) | |
download | drakx-f46a0b994e37d25a32d82e91bd79619e20e210fc.tar drakx-f46a0b994e37d25a32d82e91bd79619e20e210fc.tar.gz drakx-f46a0b994e37d25a32d82e91bd79619e20e210fc.tar.bz2 drakx-f46a0b994e37d25a32d82e91bd79619e20e210fc.tar.xz drakx-f46a0b994e37d25a32d82e91bd79619e20e210fc.zip |
13.77
-rw-r--r-- | perl-install/Makefile.config | 2 | ||||
-rw-r--r-- | perl-install/NEWS | 2 | ||||
-rw-r--r-- | perl-install/diskdrake/interactive.pm | 2 | ||||
-rw-r--r-- | perl-install/install/NEWS | 2 |
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 |