fix: Set kinoite as the default variant for generating an ISO
This commit is contained in:
parent
d9b812d59b
commit
78959eff54
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ pub struct GenerateIsoCommand {
|
|||
///
|
||||
/// The Server variant is the basic installer
|
||||
/// and will ask to setup a user at install time.
|
||||
#[arg(short = 'V', long, default_value = "server")]
|
||||
#[arg(short = 'V', long, default_value = "kinoite")]
|
||||
variant: GenIsoVariant,
|
||||
|
||||
/// The url to the secure boot public key.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue