From 1a9cbfe884bdcec7af5424466c11d7b0c4f075de Mon Sep 17 00:00:00 2001 From: damien Date: Thu, 8 Feb 2001 04:51:56 +0000 Subject: updated embedded mode. Should work, not tested in real world --- perl-install/standalone/drakboot | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'perl-install/standalone/drakboot') diff --git a/perl-install/standalone/drakboot b/perl-install/standalone/drakboot index 4368ec60a..3b8862552 100755 --- a/perl-install/standalone/drakboot +++ b/perl-install/standalone/drakboot @@ -54,7 +54,6 @@ fs::get_mntpoints_from_fstab($fstab); ask: any::setupBootloader($in, $bootloader, $hds, $fstab, $ENV{SECURE_LEVEL}) or $in->exit(0); - eval { bootloader::install('', $bootloader, $fstab, $hds) }; if ($@) { @@ -65,4 +64,6 @@ if ($@) { goto ask; } -$in->exit(0); +!$::isEmbedded and $in->exit(0); +kill(USR1, $::CCPID); +goto ask; -- cgit v1.2.1