From f46a0b994e37d25a32d82e91bd79619e20e210fc Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 23 Jan 2012 19:06:11 +0000 Subject: 13.77 --- perl-install/Makefile.config | 2 +- perl-install/NEWS | 2 ++ perl-install/diskdrake/interactive.pm | 2 ++ perl-install/install/NEWS | 2 ++ 4 files changed, 7 insertions(+), 1 deletion(-) (limited to 'perl-install') 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 -- cgit v1.2.1