diff options
Diffstat (limited to 'export-image/02-network/01-run.sh')
-rwxr-xr-x | export-image/02-network/01-run.sh | 3 |
1 files changed, 3 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/ |