Skip to content

Commit 9daba48

Browse files
authored
fix numbering indentation
1 parent a2d9040 commit 9daba48

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

articles/virtual-machines/linux/redhat-create-upload-vhd.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -228,16 +228,16 @@ EOF
228228
ENABLE_BLSCFG=true
229229
```
230230
231-
> [!NOTE]
232-
> If [**ENABLE_BLSCFG=false**](https://access.redhat.com/solutions/6929571) is present in `/etc/default/grub` instead of 'ENABLE_BLSCFG=true` tools such as ___grubedit___ or ___gubby___, which rely on the Boot Loader Specification (BLS) for managing boot entries and configurations, may not function correctly in RHEL 8 and 9. Be advised, if ENABLE_BLSCFG is not present, the default behavior is "false".
231+
> [!NOTE]
232+
> If [**ENABLE_BLSCFG=false**](https://access.redhat.com/solutions/6929571) is present in `/etc/default/grub` instead of 'ENABLE_BLSCFG=true` tools such as ___grubedit___ or ___gubby___, which rely on the Boot Loader Specification (BLS) for managing boot entries and configurations, may not function correctly in RHEL 8 and 9. Be advised, if ENABLE_BLSCFG is not present, the default behavior is "false".
233233
234-
This will also ensure that all console messages are sent to the first serial port and enable interaction with the serial console, which can assist Azure support with debugging issues. This configuration also turns off the new RHEL 7 naming conventions for NICs.
234+
This will also ensure that all console messages are sent to the first serial port and enable interaction with the serial console, which can assist Azure support with debugging issues. This configuration also turns off the new RHEL 7 naming conventions for NICs.
235235
236-
```config
237-
rhgb quiet crashkernel=auto
238-
```
236+
```config
237+
rhgb quiet crashkernel=auto
238+
```
239239
240-
Graphical and quiet boots aren't useful in a cloud environment where we want all the logs to be sent to the serial port. You can leave the `crashkernel` option configured if desired. Note that this parameter reduces the amount of available memory in the virtual machine by 128 MB or more, which might be problematic on smaller virtual machine sizes.
240+
Graphical and quiet boots aren't useful in a cloud environment where we want all the logs to be sent to the serial port. You can leave the `crashkernel` option configured if desired. Note that this parameter reduces the amount of available memory in the virtual machine by 128 MB or more, which might be problematic on smaller virtual machine sizes.
241241
242242
7. After you're done editing `/etc/default/grub`, run the following command to rebuild the grub configuration:
243243

0 commit comments

Comments
 (0)