This commit is contained in:
parent
6b3314d032
commit
0c215ef010
2 changed files with 1 additions and 2 deletions
|
@ -12,4 +12,3 @@ steps:
|
|||
from_secret: pacco_token
|
||||
KEY:
|
||||
from_secret: navos_key
|
||||
|
||||
|
|
|
@ -32,7 +32,7 @@ pub fn create_iso(without_gui: bool, kb_layout: &str, kb_variant: Option<&str>)
|
|||
}
|
||||
|
||||
print_status("Setting keyboard layout");
|
||||
std::fs::create_dir("./iso/airootfs/etc/skel/.config").unwrap();
|
||||
std::fs::create_dir_all("./iso/airootfs/etc/skel/.config").unwrap();
|
||||
std::fs::write(
|
||||
"./iso/airootfs/etc/skel/.config/kxkbrc",
|
||||
build_kxkbrc(kb_layout, kb_variant),
|
||||
|
|
Loading…
Add table
Reference in a new issue