Skip to content

Commit

Permalink
fix(framework): Add karg needed for trim on encrypted disks (#419)
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleGospo committed Aug 16, 2023
1 parent f87bad3 commit e5d5b5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usr/share/ublue-os/just/custom.just
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ distrobox-universal:

# 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"
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:
Expand Down

0 comments on commit e5d5b5e

Please sign in to comment.