Skip to content

Commit 086e506

Browse files
committed
update pkg
1 parent ce3019a commit 086e506

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

debian/changelog

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
calamares-qml-settings-nitrux (1.6.3+new-dev) nitrux; urgency=medium
2+
3+
* Add kernel parameter to disable usb auto suspend.
4+
5+
-- Uri Herrera <[email protected]> Mon, 27 May 2024 04:50:00 -0500
6+
17
calamares-qml-settings-nitrux (1.6.2+new-dev) nitrux; urgency=medium
28

39
* Add kernel parameter to Fill freed pages and heap objects with zeroes.

etc/calamares/modules/grubcfg.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ keepDistributor: false
3030
# This is an array of strings. If it is unset, the default is
3131
# `["quiet"]`. To avoid the default, explicitly set this key
3232
# to an empty list, `[]`.
33-
kernel_params: ["quiet amdgpu.cik_support=1 amdgpu.si_support=1 apparmor=1 libahci.ignore_sss=1 nvidia_drm.modeset=1 nvme_core.multipath=Y overlayroot=tmpfs:swap=1,recurse=0 radeon.cik_support=0 radeon.si_support=0 security=apparmor zswap.compressor=lz4 zswap.enabled=1 zswap.max_pool_percent=20 zswap.zpool=z3fold nosgx amdgpu.ppfeaturemask=0xffffffff page_alloc.shuffle=1 init_on_free=1 slab_nomerge slub_debug=Z vsyscall=none randomize_kstack_offset=on"]
33+
kernel_params: ["quiet amdgpu.cik_support=1 amdgpu.si_support=1 apparmor=1 libahci.ignore_sss=1 nvidia_drm.modeset=1 nvme_core.multipath=Y overlayroot=tmpfs:swap=1,recurse=0 radeon.cik_support=0 radeon.si_support=0 security=apparmor zswap.compressor=lz4 zswap.enabled=1 zswap.max_pool_percent=20 zswap.zpool=z3fold nosgx amdgpu.ppfeaturemask=0xffffffff page_alloc.shuffle=1 init_on_free=1 slab_nomerge slub_debug=Z vsyscall=none randomize_kstack_offset=on usbcore.autosuspend=-1"]
3434

3535
# Default entries to write to /etc/default/grub if it does not exist yet or if
3636
# we are overwriting it.

0 commit comments

Comments
 (0)