From acd04b04caa40251c474fd3008675556fb04b8c5 Mon Sep 17 00:00:00 2001 From: fewtarius Date: Fri, 13 May 2022 10:36:01 +0000 Subject: [PATCH 1/3] Set correct ownership of ~/Desktop. --- airootfs/usr/local/bin/holoinstall | 1 + 1 file changed, 1 insertion(+) diff --git a/airootfs/usr/local/bin/holoinstall b/airootfs/usr/local/bin/holoinstall index 32ff1ad..2b42a0f 100755 --- a/airootfs/usr/local/bin/holoinstall +++ b/airootfs/usr/local/bin/holoinstall @@ -149,6 +149,7 @@ full_install() { 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} 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} usermod -a -G rfkill ${HOLOUSER} arch-chroot ${HOLO_INSTALL_DIR} sudo -u ${HOLOUSER} steam From 089d9dd9deee2e88124860ad9d241777929cce06 Mon Sep 17 00:00:00 2001 From: fewtarius Date: Fri, 13 May 2022 11:06:45 +0000 Subject: [PATCH 2/3] Add build dependencies to the README. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1983d6c..05427e4 100644 --- a/README.md +++ b/README.md @@ -85,6 +85,7 @@ Building the ISO: - Trigger the build by executing: ``` +pacman -Sy squashfs-tools arch-install-scripts mtools libburn libisofs libisoburn git clone https://github.com/bhaiest/holoiso/ sudo mkarchiso -v holoiso ``` From 890ab6122b080f57c86d236ad520e626c49191aa Mon Sep 17 00:00:00 2001 From: fewtarius Date: Fri, 13 May 2022 11:35:16 +0000 Subject: [PATCH 3/3] Replace dependencies with archiso. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 05427e4..63bd459 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ Building the ISO: - Trigger the build by executing: ``` -pacman -Sy squashfs-tools arch-install-scripts mtools libburn libisofs libisoburn +pacman -Sy archiso git clone https://github.com/bhaiest/holoiso/ sudo mkarchiso -v holoiso ```