Justin Wong

Results 4 issues of Justin Wong

Running CentOS 7. install.sh and dwall -s execute without error but fails to update wallpaper. Use $XDG_CURRENT_DESKTOP in place of $DESKTOP_SESSION as it has been deprecated. This fixed my issue....

Install spack and prerequisites ``` git clone --depth=100 --branch=releases/v0.20 https://github.com/spack/spack.git ~/spack cd ~/spack . share/spack/setup-env.sh dnf install git patch curl ``` Installation Error ``` [root@localhost spack]# spack arch linux-rhel8-icelake [root@localhost...

**Is your feature request related to a problem? Please describe.** I'm trying to create a LiveCD with a preset root partition size and automated root login. Both of which I...

I'm encountering an error where iPXE hangs when initializing xhci-pch after enabling USB_CMD. using latest iPXE version as of 2/13/25 Steps to Reproduce: ```bash wget https://github.com/ipxe/ipxe/archive/refs/heads/master.zip unzip master.zip cd ipxe-master/src...