aboutsummaryrefslogtreecommitdiffstats
path: root/sysconfig/readonly-root
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2012-01-30 16:39:37 -0500
committerBill Nottingham <notting@redhat.com>2012-01-30 16:39:37 -0500
commit2a7f2f455c271d4eef1018601a75e1a87c4eee0b (patch)
treee48286383131bec74515b73427ab10687e385781 /sysconfig/readonly-root
parent5dbcb0fe678477fa7e08a2b9b3b33208eba9f245 (diff)
downloadinitscripts-2a7f2f455c271d4eef1018601a75e1a87c4eee0b.tar
initscripts-2a7f2f455c271d4eef1018601a75e1a87c4eee0b.tar.gz
initscripts-2a7f2f455c271d4eef1018601a75e1a87c4eee0b.tar.bz2
initscripts-2a7f2f455c271d4eef1018601a75e1a87c4eee0b.tar.xz
initscripts-2a7f2f455c271d4eef1018601a75e1a87c4eee0b.zip
Drop StandardInput=tty (#785662)
Diffstat (limited to 'sysconfig/readonly-root')
0 files changed, 0 insertions, 0 deletions
aud@mandriva.org>2004-07-09 02:47:28 +0000 committerThierry Vignaud <tvignaud@mandriva.org>2004-07-09 02:47:28 +0000 commit73c48458b20eb5ea3b46ccbd9f5d231a6a32a5a0 (patch) tree30c0d822c107a5dfc94569e35e00ecdc0c041068 /globetrotter parent8954fae8a343837a8b520d7f2b8753801e958de9 (diff)downloaddrakx-73c48458b20eb5ea3b46ccbd9f5d231a6a32a5a0.tar
drakx-73c48458b20eb5ea3b46ccbd9f5d231a6a32a5a0.tar.gz
drakx-73c48458b20eb5ea3b46ccbd9f5d231a6a32a5a0.tar.bz2
drakx-73c48458b20eb5ea3b46ccbd9f5d231a6a32a5a0.tar.xz
drakx-73c48458b20eb5ea3b46ccbd9f5d231a6a32a5a0.zip
sometimes grub return non zero exit status w/o error
Diffstat (limited to 'globetrotter')
-rwxr-xr-xglobetrotter/make_live2
1 files changed, 1 insertions, 1 deletions
diff --git a/globetrotter/make_live b/globetrotter/make_live
index 5c9329d54..e721da4d6 100755
--- a/globetrotter/make_live
+++ b/globetrotter/make_live
@@ -358,7 +358,7 @@ bootloader::suggest($bootloader, $all_hds->{hds}, $fstab,
# $bootloader->{method} = 'lilo-graphic';
$bootloader->{method} = 'grub';
-bootloader::install($bootloader, $fstab, $all_hds->{hds});
+eval { bootloader::install($bootloader, $fstab, $all_hds->{hds}) };
doRootSubst("$::prefix/boot/grub/menu.lst");
run_program::rooted($::prefix, 'sh', '/boot/grub/install.sh');