fix: Set kinoite as the default variant for generating an ISO

This commit is contained in:
Gerald Pinder 2024-12-12 10:15:14 -05:00
parent d9b812d59b
commit 78959eff54

View file

@ -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.