Skip to content

Commit

Permalink
add boot order for disk
Browse files Browse the repository at this point in the history
  • Loading branch information
Svenum committed Apr 12, 2024
1 parent a8c094d commit 644bbfe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
* Allow in feature section, customization of the `smbios` option
* Allow in cpu section, customization of the `feature` and `cache` option
* Add section `sysinfo`
* add bootorder for device `disk` and `hostdev`

## [0.5.0]
* Lib:
Expand Down
1 change: 1 addition & 0 deletions generate-xml/domain.nix
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ let
targetelem
(subelem "readonly" [ ] [ ])
addresselem
(subelem "boot" [ (subattr "order" typeInt) ][])
]
)
(subelem "filesystem" [ (subattr "type" typeString) (subattr "accessmode" typeString) ]
Expand Down

0 comments on commit 644bbfe

Please sign in to comment.