Remove overrides of /etc/issue and /etc/motd

This commit is contained in:
Jeremy Soller 2019-09-07 20:39:54 -06:00
parent 1534172a3f
commit b68d18954e
No known key found for this signature in database
GPG key ID: E988B49EE78A7FB1
3 changed files with 0 additions and 54 deletions

View file

@ -253,24 +253,6 @@ data = """
redox 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]] [[files]]
path = "/usr/bin" path = "/usr/bin"
data = "/bin" data = "/bin"

View file

@ -256,24 +256,6 @@ data = """
redox 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]] [[files]]
path = "/usr/bin" path = "/usr/bin"
data = "/bin" data = "/bin"

View file

@ -243,24 +243,6 @@ data = """
redox 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]] [[files]]
path = "/usr/bin" path = "/usr/bin"
data = "/bin" data = "/bin"