diff options
Diffstat (limited to 'usr/src')
-rw-r--r-- | usr/src/cmd/boot/scripts/boot-archive-update.xml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/usr/src/cmd/boot/scripts/boot-archive-update.xml b/usr/src/cmd/boot/scripts/boot-archive-update.xml index 8ceb7cbc0f..670a704d94 100644 --- a/usr/src/cmd/boot/scripts/boot-archive-update.xml +++ b/usr/src/cmd/boot/scripts/boot-archive-update.xml @@ -55,11 +55,17 @@ <service_fmri value='svc:/system/filesystem/local' /> </dependency> + <!-- + Since updating the boot-archive can take a while on slow machines or + when there are many glommed kernels to wad up, a longer timeout is + needed. However if it doesn't finish eventually something up, and + an error message to trigger further investigation is appropriate. + --> <exec_method type='method' name='start' exec='/lib/svc/method/boot-archive-update' - timeout_seconds='60' /> + timeout_seconds='3600' /> <exec_method type='method' |