Skip to content
Snippets Groups Projects
Commit 2e3b3e57 authored by Dan Johansen's avatar Dan Johansen
Browse files

added pinebook-user service to user started pinebook services

parent 3babe1b0
No related branches found
No related tags found
No related merge requests found
......@@ -271,6 +271,7 @@ create_rootfs_img() {
echo "No device setups for $DEVICE..."
elif [[ "$DEVICE" = "pinebook" ]]; then
sudo systemd-nspawn -D rootfs_$ARCH systemctl enable pinebook-post-install.service 1> /dev/null 2>&1
sudo systemd-nspawn -D rootfs_$ARCH --user manjaro systemctl --user enable pinebook-user.service 1> /dev/null 2>&1
else
echo ""
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment