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

Compare commits

...

3 Commits

Author SHA1 Message Date
3d163f7d56
Update README.md
Signed-off-by: Tommy <contact@tommytran.io>
2025-01-27 05:14:24 -07:00
fa0caddd15
sysctl is not a command in fedora-minimal
Signed-off-by: Tommy <contact@tommytran.io>
2025-01-27 05:10:39 -07:00
78e16aa243
Add ffmpegthumbnailer
Signed-off-by: Tommy <contact@tommytran.io>
2025-01-27 03:08:24 -07:00
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
# Install the package
sudo dnf install -y ffmpeg mullvad-browser
sudo dnf install -y ffmpeg ffmpegthumbnailer mullvad-browser
sudo dnf update -y @multimedia --setopt="install_weak_deps=False" --exclude=PackageKit-gstreamer-plugin
# Disable hardened_malloc (for now)

View File

@ -2,7 +2,7 @@
To enable SELinux, do the following after you have run fedora-minimal.sh:
- Shutdown the VM.
- Run `qvm-features fedora-40-minimal selinux 1`.
- Run `qvm-features fedora-41-minimal selinux 1`.
- Start the minimal VM.
- 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
# Dracut doesn't seem to work - need to investigate
# dracut -f
sudo sysctl -p
# sudo sysctl -p
# Setup ZRAM
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
# Prepare for SELinux
sudo touch /.autorelabel
sudo touch /.autorelabel