From 5c9557225e3f59342af6000c60447a5005b9d587 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 20 Oct 2005 17:05:42 +0000 Subject: make install_bootloader non interactive --- rescue/partimage_whole_disk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rescue/partimage_whole_disk') diff --git a/rescue/partimage_whole_disk b/rescue/partimage_whole_disk index ff30d5a50..bec02e78a 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'); + run_program::run('install_bootloader', '--auto'); } sub lst_fields() { qw(device size fs_type saved) } -- cgit v1.2.1