diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2005-10-20 17:05:42 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2005-10-20 17:05:42 +0000 |
commit | 5c9557225e3f59342af6000c60447a5005b9d587 (patch) | |
tree | 66fa858b162c03c277b0ad52f2a283521a72bae6 /rescue/partimage_whole_disk | |
parent | a35ac04f1ced9cf5130091f5ddf1eaa0329d5aff (diff) | |
download | drakx-5c9557225e3f59342af6000c60447a5005b9d587.tar drakx-5c9557225e3f59342af6000c60447a5005b9d587.tar.gz drakx-5c9557225e3f59342af6000c60447a5005b9d587.tar.bz2 drakx-5c9557225e3f59342af6000c60447a5005b9d587.tar.xz drakx-5c9557225e3f59342af6000c60447a5005b9d587.zip |
make install_bootloader non interactive
Diffstat (limited to 'rescue/partimage_whole_disk')
-rwxr-xr-x | rescue/partimage_whole_disk | 2 |
1 files changed, 1 insertions, 1 deletions
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) } |