Merge pull request #113 from fewtarius/3.0

Correct ~/Desktop ownership issue and update README build dependencies.
This commit is contained in:
Adam Jafarov 2022-05-13 14:36:10 +03:00 committed by GitHub
commit ac5f5d6079
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -85,6 +85,7 @@ Building the ISO:
- -
Trigger the build by executing: Trigger the build by executing:
``` ```
pacman -Sy archiso
git clone https://github.com/bhaiest/holoiso/ git clone https://github.com/bhaiest/holoiso/
sudo mkarchiso -v holoiso sudo mkarchiso -v holoiso
``` ```

View File

@ -149,6 +149,7 @@ full_install() {
cp /etc/holoinstall/steamos-gamemode.desktop /mnt/home/${HOLOUSER}/Desktop/steamos-gamemode.desktop cp /etc/holoinstall/steamos-gamemode.desktop /mnt/home/${HOLOUSER}/Desktop/steamos-gamemode.desktop
arch-chroot ${HOLO_INSTALL_DIR} chmod +x /home/${HOLOUSER}/Desktop/steamos-gamemode.desktop arch-chroot ${HOLO_INSTALL_DIR} chmod +x /home/${HOLOUSER}/Desktop/steamos-gamemode.desktop
arch-chroot ${HOLO_INSTALL_DIR} ln -s /usr/share/applications/steam.desktop /home/${HOLOUSER}/Desktop/steam.desktop arch-chroot ${HOLO_INSTALL_DIR} ln -s /usr/share/applications/steam.desktop /home/${HOLOUSER}/Desktop/steam.desktop
arch-chroot ${HOLO_INSTALL_DIR} chown -R ${HOLOUSER}:${HOLOUSER} /home/${HOLOUSER}/Desktop
arch-chroot ${HOLO_INSTALL_DIR} systemctl enable cups bluetooth sddm arch-chroot ${HOLO_INSTALL_DIR} systemctl enable cups bluetooth sddm
arch-chroot ${HOLO_INSTALL_DIR} usermod -a -G rfkill ${HOLOUSER} arch-chroot ${HOLO_INSTALL_DIR} usermod -a -G rfkill ${HOLOUSER}
arch-chroot ${HOLO_INSTALL_DIR} sudo -u ${HOLOUSER} steam arch-chroot ${HOLO_INSTALL_DIR} sudo -u ${HOLOUSER} steam