mirror of
https://github.com/bhaiest/holoiso.git
synced 2024-11-15 15:52:33 +01:00
Merge pull request #113 from fewtarius/3.0
Correct ~/Desktop ownership issue and update README build dependencies.
This commit is contained in:
commit
ac5f5d6079
@ -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
|
||||||
```
|
```
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user