diff options
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 |