index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
author | Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | 2014-02-25 21:20:48 -0300 |
---|---|---|
committer | Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | 2014-02-25 21:20:48 -0300 |
commit | 6836b770a207e005834a26e08d2b139af20c8c0a (patch) | |
tree | b909dd8c2ef090236d2ac71995e9c19bd4f434e9 /configs/releng/root-image/root | |
parent | 6ad005de648b65af265274b4e667bff123ba2b39 (diff) |
-rwxr-xr-x | configs/releng/root-image/root/customize_root_image.sh | 3 |
diff --git a/configs/releng/root-image/root/customize_root_image.sh b/configs/releng/root-image/root/customize_root_image.sh index 78c7bc0..9c85453 100755 --- a/configs/releng/root-image/root/customize_root_image.sh +++ b/configs/releng/root-image/root/customize_root_image.sh @@ -18,4 +18,5 @@ chmod 440 /etc/sudoers.d/g_wheel sed -i "s/#Server/Server/g" /etc/pacman.d/mirrorlist sed -i 's/#\(Storage=\)auto/\1volatile/' /etc/systemd/journald.conf -systemctl enable multi-user.target pacman-init.service choose-mirror.service +systemctl enable pacman-init.service choose-mirror.service +systemctl set-default multi-user.target |