1
0
mirror of https://github.com/tommytran732/QubesOS-Scripts synced 2025-02-20 18:21:34 -05:00

Compare commits

..

No commits in common. "3d163f7d5617daa125d12978e92441314b1c2bd1" and "8aca86a3819488383a3075c6c5d4eb20f47db98b" have entirely different histories.

3 changed files with 5 additions and 5 deletions

View File

@ -28,7 +28,7 @@ sudo dnf config-manager addrepo --from-repofile=https://repository.mullvad.net/r
sudo dnf config-manager setopt fedora-cisco-openh264.enabled=1 rpmfusion-free.enabled=1 rpmfusion-free-updates.enabled=1 rpmfusion-nonfree.enabled=1 rpmfusion-nonfree-updates.enabled=1 sudo dnf config-manager setopt fedora-cisco-openh264.enabled=1 rpmfusion-free.enabled=1 rpmfusion-free-updates.enabled=1 rpmfusion-nonfree.enabled=1 rpmfusion-nonfree-updates.enabled=1
# Install the package # Install the package
sudo dnf install -y ffmpeg ffmpegthumbnailer mullvad-browser sudo dnf install -y ffmpeg mullvad-browser
sudo dnf update -y @multimedia --setopt="install_weak_deps=False" --exclude=PackageKit-gstreamer-plugin sudo dnf update -y @multimedia --setopt="install_weak_deps=False" --exclude=PackageKit-gstreamer-plugin
# Disable hardened_malloc (for now) # Disable hardened_malloc (for now)

View File

@ -2,7 +2,7 @@
To enable SELinux, do the following after you have run fedora-minimal.sh: To enable SELinux, do the following after you have run fedora-minimal.sh:
- Shutdown the VM. - Shutdown the VM.
- Run `qvm-features fedora-41-minimal selinux 1`. - Run `qvm-features fedora-40-minimal selinux 1`.
- Start the minimal VM. - Start the minimal VM.
- Edit /etc/sysconfig/selinux and change SELINUX mode to enforcing. - Edit /etc/sysconfig/selinux and change SELINUX mode to enforcing.
- Restart the VM. - Restart the VM.

View File

@ -51,7 +51,7 @@ sudo chmod 644 /etc/modprobe.d/workstation-blacklist.conf
download https://raw.githubusercontent.com/TommyTran732/Linux-Setup-Scripts/main/etc/sysctl.d/99-workstation.conf /etc/sysctl.d/99-workstation.conf download https://raw.githubusercontent.com/TommyTran732/Linux-Setup-Scripts/main/etc/sysctl.d/99-workstation.conf /etc/sysctl.d/99-workstation.conf
# Dracut doesn't seem to work - need to investigate # Dracut doesn't seem to work - need to investigate
# dracut -f # dracut -f
# sudo sysctl -p sudo sysctl -p
# Setup ZRAM # Setup ZRAM
download https://raw.githubusercontent.com/TommyTran732/Linux-Setup-Scripts/main/etc/systemd/zram-generator.conf /etc/systemd/zram-generator.conf download https://raw.githubusercontent.com/TommyTran732/Linux-Setup-Scripts/main/etc/systemd/zram-generator.conf /etc/systemd/zram-generator.conf
@ -66,4 +66,4 @@ echo 'libhardened_malloc.so' | sudo tee /etc/ld.so.preload
sudo chmod 644 /etc/ld.so.preload sudo chmod 644 /etc/ld.so.preload
# Prepare for SELinux # Prepare for SELinux
sudo touch /.autorelabel sudo touch /.autorelabel