From b6e99ec390c9143f3ab7b10c9e96a741c87ede86 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 9 May 2000 14:30:01 +0000 Subject: no_comment --- perl-install/fs.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install/fs.pm') diff --git a/perl-install/fs.pm b/perl-install/fs.pm index 230db934d..ef40fee4f 100644 --- a/perl-install/fs.pm +++ b/perl-install/fs.pm @@ -169,6 +169,7 @@ sub formatMount_all { #- for fun :) #- that way, when install exits via ctrl-c, it gives hand to partition eval { + local $SIG{__DIE__} = 'ignore'; my ($type, $major, $minor) = devices::entry(fsedit::get_root($fstab)->{device}); output "/proc/sys/kernel/real-root-dev", makedev($major, $minor); }; -- cgit v1.2.1