@@ -45,11 +45,12 @@ class InstanceCreateImageForm extends AwsDeleteForm {
'#title'=>$this->t('Image Name'),
'#description'=>$this->t('A name for the new image'),
'#required'=>TRUE,
'#default_value'=>$this->entity->label(),
];
$form['no_reboot']=[
'#type'=>'checkbox',
'#title'=>$this->t('No Reboot'),
'#description'=>$this->t("By default, Amazon EC2 attempts to shut down and reboot the instance before creating the image. If the \'No Reboot\' option is set, Amazon EC2 doesn\'t shut down the instance before creating the image. When this option is used, file system integrity on the created image can\'t be guaranteed."),
'#description'=>$this->t("By default, Amazon EC2 attempts to shut down and reboot the instance before creating the image. If the 'No Reboot' option is set, Amazon EC2 doesn't shut down the instance before creating the image. When this option is used, file system integrity on the created image can't be guaranteed."),