fix
All checks were successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
JMARyA 2025-01-06 09:44:37 +01:00
parent dd581a69f5
commit 7853797121
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263

View file

@ -76,6 +76,11 @@ pub fn create_iso(
pub fn setup_auto_install(conf: &str) {
print_status("Setting up automatic install upon boot");
std::fs::write(
"./iso/airootfs/etc/motd",
"Welcome to navOS!\n\nThe system will now install itself.\n",
)
.unwrap();
std::fs::copy(conf, "./iso/airootfs/root/config.toml").unwrap();
std::fs::write(
"./iso/airootfs/root/.zshrc",