summaryrefslogtreecommitdiffstats
path: root/rescue/partimage_whole_disk
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2005-10-20 17:05:42 +0000
committerPascal Rigaux <pixel@mandriva.com>2005-10-20 17:05:42 +0000
commit5c9557225e3f59342af6000c60447a5005b9d587 (patch)
tree66fa858b162c03c277b0ad52f2a283521a72bae6 /rescue/partimage_whole_disk
parenta35ac04f1ced9cf5130091f5ddf1eaa0329d5aff (diff)
downloaddrakx-backup-do-not-use-5c9557225e3f59342af6000c60447a5005b9d587.tar
drakx-backup-do-not-use-5c9557225e3f59342af6000c60447a5005b9d587.tar.gz
drakx-backup-do-not-use-5c9557225e3f59342af6000c60447a5005b9d587.tar.bz2
drakx-backup-do-not-use-5c9557225e3f59342af6000c60447a5005b9d587.tar.xz
drakx-backup-do-not-use-5c9557225e3f59342af6000c60447a5005b9d587.zip
make install_bootloader non interactive
Diffstat (limited to 'rescue/partimage_whole_disk')
-rwxr-xr-xrescue/partimage_whole_disk2
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) }