Skip to content

Commit f4d8127

Browse files
authored
Merge pull request #102821 from danielsollondon/patch-16
adding linux restart info
2 parents 7ce6c2f + ac84e1d commit f4d8127

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

articles/virtual-machines/linux/image-builder-json.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,8 @@ Customize properties:
314314
- **restartCheckCommand** – Command to check if restart succeeded (optional).
315315
- **restartTimeout** - Restart timeout specified as a string of magnitude and unit. For example, `5m` (5 minutes) or `2h` (2 hours). The default is: '5m'
316316

317+
### Linux restart
318+
There is no Linux Restart customizer, however, if you are installing drivers, or components that require a restart, you can install them and invoke a restart using the Shell customizer, there is a 20min SSH timeout to the build VM.
317319

318320
### PowerShell customizer
319321
The shell customizer supports running PowerShell scripts and inline command, the scripts must be publicly accessible for the IB to access them.

0 commit comments

Comments
 (0)