333ed70c94
The EFI partition UUID may be None and this will break the fstab editing. While this is not necessarily fatal when instantiating a node, it creates an exception at the end of bootloader installation, so only attempt to add a line to fstab when the UUID is not None. Change-Id: I68799980e67c05afe4ca68ca9733605dd166d54d
7 lines
123 B
YAML
7 lines
123 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Fixes an issue when the EFI partition UUID is not set and an attempt
|
|
to edit /etc/fstab is made.
|
|
|