From 4f329b88795c945df674b05076da18cdcc9518c3 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Fri, 7 Apr 2017 21:13:42 -0600 Subject: [PATCH] Install necessary config files --- filesystem/etc/installer.toml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/filesystem/etc/installer.toml b/filesystem/etc/installer.toml index e85d219..34347d2 100644 --- a/filesystem/etc/installer.toml +++ b/filesystem/etc/installer.toml @@ -15,6 +15,26 @@ pkgutils = {} tar = {} userutils = {} +[[files]] +path = "/etc/net/dns" +data = "208.67.222.222" + +[[files]] +path = "/etc/net/ip" +data = "10.0.2.15" + +[[files]] +path = "/etc/net/ip_router" +data = "10.0.2.2" + +[[files]] +path = "/etc/net/ip_subnet" +data = "255.255.255.0" + +[[files]] +path = "/etc/pkg.d/50_redox" +data = "https://static.redox-os.org/pkg" + # User settings [users.root] # Password is set to "password"