diff --git a/config/coreboot.toml b/config/coreboot.toml index 239d89f..e6e7d05 100644 --- a/config/coreboot.toml +++ b/config/coreboot.toml @@ -253,24 +253,6 @@ data = """ redox """ -[[files]] -path = "/etc/issue" -data = """ -########## Redox OS ########## -# Login with the following: # -# `user` # -# `root`:`password` # -############################## - -""" - -[[files]] -path = "/etc/motd" -data = """ -Welcome to Redox OS! - -""" - [[files]] path = "/usr/bin" data = "/bin" diff --git a/config/desktop.toml b/config/desktop.toml index 216bc24..cfa80e9 100644 --- a/config/desktop.toml +++ b/config/desktop.toml @@ -256,24 +256,6 @@ data = """ redox """ -[[files]] -path = "/etc/issue" -data = """ -########## Redox OS ########## -# Login with the following: # -# `user` # -# `root`:`password` # -############################## - -""" - -[[files]] -path = "/etc/motd" -data = """ -Welcome to Redox OS! - -""" - [[files]] path = "/usr/bin" data = "/bin" diff --git a/config/server.toml b/config/server.toml index ba95f59..05f25ce 100644 --- a/config/server.toml +++ b/config/server.toml @@ -243,24 +243,6 @@ data = """ redox """ -[[files]] -path = "/etc/issue" -data = """ -########## Redox OS ########## -# Login with the following: # -# `user` # -# `root`:`password` # -############################## - -""" - -[[files]] -path = "/etc/motd" -data = """ -Welcome to Redox OS! - -""" - [[files]] path = "/usr/bin" data = "/bin"