diff --git a/src/recipes/minimal/hook/customize.sh b/src/recipes/minimal/hook/customize.sh index e8f4852..aca7962 100755 --- a/src/recipes/minimal/hook/customize.sh +++ b/src/recipes/minimal/hook/customize.sh @@ -24,8 +24,12 @@ else printf "Can't find %s directory\n" "$source" fi -#Start hw setur service +#Start hw setup service chroot $1 systemctl enable reform-hw-setup.service + +# Start iwd wifi daemon, dhcpcd service sould start automaticaly +chroot $1 systemctl enable iwd + #mask hibernation / sleep target chroot $1 systemctl mask sleep.target suspend.target hibernate.target hybrid-sleep.target