diff options
author | Florian Pritz <bluewind@xinu.at> | 2015-10-26 17:50:31 +0100 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2015-10-26 17:50:31 +0100 |
commit | 7646f26e425b0997818c450543b9bf5c70b6a26e (patch) | |
tree | 786ec2378f384cde6959c10b6958f532ba5040b2 /airootfs/etc/systemd/network/10-ethernet.network | |
download | archiso-config-7646f26e425b0997818c450543b9bf5c70b6a26e.tar.gz archiso-config-7646f26e425b0997818c450543b9bf5c70b6a26e.tar.xz |
initial commit
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'airootfs/etc/systemd/network/10-ethernet.network')
-rw-r--r-- | airootfs/etc/systemd/network/10-ethernet.network | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/airootfs/etc/systemd/network/10-ethernet.network b/airootfs/etc/systemd/network/10-ethernet.network new file mode 100644 index 0000000..f2578d1 --- /dev/null +++ b/airootfs/etc/systemd/network/10-ethernet.network @@ -0,0 +1,5 @@ +[Match] +Name=e* + +[Network] +DHCP=yes |