Add missing dependencies, set the user to wheel for flatpacks to install correctly, and update the profile to use the builder's git config.

This commit is contained in:
fewtarius 2022-05-22 22:51:56 +00:00
parent 5a6c5b3be3
commit fe8b772098
No known key found for this signature in database
GPG Key ID: F4AE55305D1B8C1A
2 changed files with 3 additions and 2 deletions

View File

@ -192,8 +192,9 @@ full_install() {
arch-chroot ${HOLO_INSTALL_DIR} chown -R ${HOLOUSER}:${HOLOUSER} /home/${HOLOUSER}/Desktop
arch-chroot ${HOLO_INSTALL_DIR} systemctl enable cups bluetooth sddm holoiso-reboot-tracker
arch-chroot ${HOLO_INSTALL_DIR} usermod -a -G rfkill ${HOLOUSER}
arch-chroot ${HOLO_INSTALL_DIR} usermod -a -G wheel ${HOLOUSER}
arch-chroot ${HOLO_INSTALL_DIR} sudo -u ${HOLOUSER} steam
arch-chroot ${HOLO_INSTALL_DIR} ${CMD_PACMAN_INSTALL} flatpak
arch-chroot ${HOLO_INSTALL_DIR} ${CMD_PACMAN_INSTALL} flatpak packagekit-qt5 rsync unzip vim
arch-chroot ${HOLO_INSTALL_DIR} flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
}

View File

@ -3,7 +3,7 @@
iso_name="SteamOS_Holo"
iso_label="HOLO_$(date +%Y%m)"
iso_publisher="theVakhovske <https://github.com/bhaiest>"
iso_publisher="$(git config --get user.name) <$(git config --get remote.origin.url | sed "s#^.*:#https://www.github.com/#g")>"
iso_application="SteamOS Live/Rescue CD"
iso_version="$(date +%Y%m%d_%H%M)_amdgpu"
install_dir="arch"