This commit is contained in:
parent
1ae8c47392
commit
57e06dcc99
3 changed files with 17 additions and 7 deletions
|
@ -53,7 +53,8 @@ fn main() {
|
|||
std::process::exit(1);
|
||||
}
|
||||
|
||||
ensure_secure_boot();
|
||||
// TODO : make secure boot configurable
|
||||
//ensure_secure_boot();
|
||||
|
||||
let config_file: &String = install_args.get_one("config").unwrap();
|
||||
let force = install_args.get_flag("force");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue