diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2014-05-30 15:48:47 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2014-05-30 15:48:47 +0200 |
commit | c1a51c0340bf3aceb9fde3eefe9bc189a63f0794 (patch) | |
tree | db640300179a0dda835d77d58f13621b8a99420f /tmproot | |
parent | 0b5bf00f3cee569883b2dbee1649e24de4d88d7e (diff) | |
download | alpine-conf-c1a51c0340bf3aceb9fde3eefe9bc189a63f0794.zip |
==== release 3.0.2 ====
Diffstat (limited to 'tmproot')
-rw-r--r-- | tmproot/etc/hostname | 1 | ||||
-rw-r--r-- | tmproot/etc/network/interfaces | 7 | ||||
-rw-r--r-- | tmproot/etc/profile.d/proxy.sh | 5 |
3 files changed, 13 insertions, 0 deletions
diff --git a/tmproot/etc/hostname b/tmproot/etc/hostname new file mode 100644 index 0000000..d63e5d0 --- /dev/null +++ b/tmproot/etc/hostname @@ -0,0 +1 @@ +ncopa-desktop diff --git a/tmproot/etc/network/interfaces b/tmproot/etc/network/interfaces new file mode 100644 index 0000000..ed1cb34 --- /dev/null +++ b/tmproot/etc/network/interfaces @@ -0,0 +1,7 @@ +auto lo +iface lo inet loopback + +auto br64 +iface br64 inet dhcp + hostname ncopa-desktop + diff --git a/tmproot/etc/profile.d/proxy.sh b/tmproot/etc/profile.d/proxy.sh new file mode 100644 index 0000000..5b349bb --- /dev/null +++ b/tmproot/etc/profile.d/proxy.sh @@ -0,0 +1,5 @@ +# this file was generated with and might get overwritten by setup-proxy + +export http_proxy=http://proxy.nor.wtbts.net:8080 +export https_proxy=http://proxy.nor.wtbts.net:8080 +export ftp_proxy=http://proxy.nor.wtbts.net:8080 |