Skip to content

Commit

Permalink
fix: Set kinoite as the default variant for generating an ISO
Browse files Browse the repository at this point in the history
  • Loading branch information
gmpinder committed Dec 12, 2024
1 parent d9b812d commit 78959ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/generate_iso.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 78959ef

Please sign in to comment.