You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RESTART_DISKS={current: 'Current Startup Disk',selected: 'Currently Selected Startup Disk (No Bless)',netboot: 'NetBoot',os_installer: 'inPlaceOSUpgradeDirectory'}.freeze
The problem is, there currently is no way of being able to specify the restart disk since when specifying the disk it switches over to specify_startup function instead.
Desired outcome: policy.startup_disk = :current or policy.startup_disk = 'Current Startup Disk' where it also empties the :specify_startup reboot value as well.
The text was updated successfully, but these errors were encountered:
Options provided by documentation:
The problem is, there currently is no way of being able to specify the restart disk since when specifying the disk it switches over to
specify_startup
function instead.Desired outcome:
policy.startup_disk = :current
orpolicy.startup_disk = 'Current Startup Disk'
where it also empties the:specify_startup
reboot value as well.The text was updated successfully, but these errors were encountered: