diff options
author | Serge Schneider <[email protected]> | 2016-05-05 19:43:33 +0100 |
---|---|---|
committer | Serge Schneider <[email protected]> | 2016-05-05 21:21:42 +0100 |
commit | bdca3e3b48e72df796ec7b1a24a26c08b2dcfa67 (patch) | |
tree | 8d64818c7e99350b5c306144d3a0726626745619 /export-image/02-network | |
parent | 19a1b94d2a34b795e570f25708fa0ae45bcbbf38 (diff) |
Rework
Diffstat (limited to 'export-image/02-network')
-rwxr-xr-x | export-image/02-network/01-run.sh | 3 | ||||
-rw-r--r-- | export-image/02-network/files/resolv.conf | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/export-image/02-network/01-run.sh b/export-image/02-network/01-run.sh new file mode 100755 index 0000000..9026a1f --- /dev/null +++ b/export-image/02-network/01-run.sh @@ -0,0 +1,3 @@ +#/bin/bash -e + +install -m 644 files/resolv.conf ${ROOTFS_DIR}/etc/ diff --git a/export-image/02-network/files/resolv.conf b/export-image/02-network/files/resolv.conf new file mode 100644 index 0000000..cae093a --- /dev/null +++ b/export-image/02-network/files/resolv.conf @@ -0,0 +1 @@ +nameserver 8.8.8.8 |