From 0002d4cb130e8f6965362237206bcaa4e3605ae2 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 20 Oct 2005 17:51:59 +0000 Subject: install_bootloader should succeed otherwise it's an error --- rescue/partimage_whole_disk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rescue/partimage_whole_disk b/rescue/partimage_whole_disk index bec02e78a..3649c70f1 100755 --- a/rescue/partimage_whole_disk +++ b/rescue/partimage_whole_disk @@ -214,7 +214,7 @@ sub rest_all { } "$::prefix/etc/lilo.conf"; } - run_program::run('install_bootloader', '--auto'); + run_or_die('install_bootloader', '--auto'); } sub lst_fields() { qw(device size fs_type saved) } -- cgit v1.2.1