summaryrefslogtreecommitdiffstats
path: root/perl-install/fs.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2000-05-09 14:30:01 +0000
committerPascal Rigaux <pixel@mandriva.com>2000-05-09 14:30:01 +0000
commitb6e99ec390c9143f3ab7b10c9e96a741c87ede86 (patch)
tree11dbba75a2854300e4d4c26d4ab66e2b624a792e /perl-install/fs.pm
parenteaab7cc1260043e18b6697756a19d7331055f589 (diff)
downloaddrakx-b6e99ec390c9143f3ab7b10c9e96a741c87ede86.tar
drakx-b6e99ec390c9143f3ab7b10c9e96a741c87ede86.tar.gz
drakx-b6e99ec390c9143f3ab7b10c9e96a741c87ede86.tar.bz2
drakx-b6e99ec390c9143f3ab7b10c9e96a741c87ede86.tar.xz
drakx-b6e99ec390c9143f3ab7b10c9e96a741c87ede86.zip
no_comment
Diffstat (limited to 'perl-install/fs.pm')
-rw-r--r--perl-install/fs.pm1
1 files changed, 1 insertions, 0 deletions
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);
};