Skip to content

Commit

Permalink
Move some systemd service starting to prolinuxd
Browse files Browse the repository at this point in the history
  • Loading branch information
Seshpenguin committed Nov 2, 2023
1 parent 5520cc2 commit 9d7c4ce
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion ocs2-prolinuxd
7 changes: 0 additions & 7 deletions src/custom-packages/sdm845-support.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,5 @@ export function compileSDM845SupportPackages() {
rm -rf /usr/share/alsa/ucm2
cp -a ucm2 /usr/share/alsa
cd ..
# todo: prolinuxd will eventually read device_codename and start
systemctl enable rmtfs
systemctl enable pd-mapper
systemctl enable tqftpserv
systemctl enable qrtr-ns
EOF`);
}
1 change: 1 addition & 0 deletions src/os-variants/mobile/mobile-dev.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ EOF`);
systemctl enable plasma-mobile
systemctl enable bluetooth
systemctl enable ModemManager
${arch === "arm64" ? `echo "Installing packages from DanctNIX"
echo "[danctnix]" >> /etc/pacman.conf
Expand Down

0 comments on commit 9d7c4ce

Please sign in to comment.