index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
author | Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | 2013-05-28 11:51:30 -0300 |
---|---|---|
committer | Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | 2013-05-28 13:21:52 -0300 |
commit | 7d14796716939fbabb9daba6b6f5294016d63cd4 (patch) | |
tree | f716d682cb1032f1fddc004b9a3b22466a46c3a7 | |
parent | 718089f7cb499d2a9935de71dcbc8b3e53c6fb2a (diff) |
-rw-r--r-- | configs/releng/root-image/etc/udev/rules.d/81-dhcpcd.rules | 1 | ||||
-rwxr-xr-x | configs/releng/root-image/root/customize_root_image.sh | 2 |
diff --git a/configs/releng/root-image/etc/udev/rules.d/81-dhcpcd.rules b/configs/releng/root-image/etc/udev/rules.d/81-dhcpcd.rules new file mode 100644 index 0000000..970da69 --- /dev/null +++ b/configs/releng/root-image/etc/udev/rules.d/81-dhcpcd.rules @@ -0,0 +1 @@ +ACTION=="add", SUBSYSTEM=="net", ENV{SYSTEMD_WANTS}="dhcpcd@$name.service" diff --git a/configs/releng/root-image/root/customize_root_image.sh b/configs/releng/root-image/root/customize_root_image.sh index ba106c8..2fccf47 100755 --- a/configs/releng/root-image/root/customize_root_image.sh +++ b/configs/releng/root-image/root/customize_root_image.sh @@ -17,4 +17,4 @@ chmod 440 /etc/sudoers.d/g_wheel sed -i "s/#Server/Server/g" /etc/pacman.d/mirrorlist -systemctl enable multi-user.target pacman-init.service dhcpcd.service +systemctl enable multi-user.target pacman-init.service |