-
Notifications
You must be signed in to change notification settings - Fork 283
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Complete yaml schedule to include host installation part
1. Include SL Micro 6.0 host installation part before doing guest installation. And also update corresponding settings needed in test. 2. Call new lib/utils.pm::subroutine remove_efiboot_entry in selfinstall.pm to remove added usb boot entry to ensure installed system always boot from the hard disk subsequently. 3. Call new subroutine lib/utils.pm::empty_usb_disks in selfinstall.pm to empty plugged-in or desired usb disk to ensure system will not boot from install medium in usb disk on reboot after installation. 4. Use set_ssh_console_timeout_before_use to prevent connection from being torn down for SL Micro as well. 5. Update set_ssh_console_timeout_before_use to have passed in arguments which allow using different sshd configuration files. 6. Update set_ssh_console_timeout to ensure keep alive settings are added in sshd configuration file, especially a customized configuration file is being used. 7. Introduce host_sutip and host_ipaddr to record complete address info about host.
- Loading branch information
1 parent
631c090
commit fab4cd1
Showing
7 changed files
with
104 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters