Skip to content

Commit

Permalink
fix: remove framework related just kargs (#513)
Browse files Browse the repository at this point in the history
  • Loading branch information
bobslept committed Sep 23, 2023
1 parent f6bdb7f commit 7fd650e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions usr/share/ublue-os/just/60-custom.just
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,6 @@ distrobox-universal:
echo 'Creating Universal Development distrobox ...'
distrobox create --image mcr.microsoft.com/devcontainers/universal:latest -n universal -Y

# Add boot parameters needed for a Framework 13 laptop
framework-13:
rpm-ostree kargs --append="module_blacklist=hid_sensor_hub" --append="nvme.noacpi=1" --append="tpm_tis.interrupts=0" --append="rd.luks.options=discard"

# Switch to the fish shell
fish:
sudo lchsh $USER /usr/bin/fish
Expand Down

0 comments on commit 7fd650e

Please sign in to comment.