Skip to content

Commit

Permalink
Set default option to boot without checking
Browse files Browse the repository at this point in the history
  • Loading branch information
korewaChino committed Oct 12, 2023
1 parent e9018fa commit 639c935
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ impl Bootloader {

let distro_name = &manifest.distro.as_ref().map_or("Linux", |s| s);
let config_template = r#"
set default="1"
set default="0"
function load_video {
insmod all_video
Expand Down

0 comments on commit 639c935

Please sign in to comment.