🩹 fix
This commit is contained in:
parent
363daec873
commit
d418f79a25
1 changed files with 0 additions and 2 deletions
|
@ -62,8 +62,6 @@ pub fn first_boot_values(conf: &GeneralConfig) {
|
||||||
if let Some(root_pw) = &conf.root_password {
|
if let Some(root_pw) = &conf.root_password {
|
||||||
change_passwd("root", root_pw);
|
change_passwd("root", root_pw);
|
||||||
}
|
}
|
||||||
|
|
||||||
systemd_service_enable("NetworkManager.service");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
pub fn build_vconsole_conf(conf: &GeneralConfig) -> String {
|
pub fn build_vconsole_conf(conf: &GeneralConfig) -> String {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue