diff --git a/debian/changelog b/debian/changelog index 6b012ab..8b89f22 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +calamares-qml-settings-nitrux (1.7.1+new-dev) nitrux; urgency=medium + + * Add parameters to disable watchdogs. + + -- Uri Herrera Sun, 16 Jun 2024 09:08:00 -0500 + calamares-qml-settings-nitrux (1.7.0+new-dev) nitrux; urgency=medium * Update slideshow. diff --git a/etc/calamares/modules/grubcfg.conf b/etc/calamares/modules/grubcfg.conf index 8bd73e4..5399406 100644 --- a/etc/calamares/modules/grubcfg.conf +++ b/etc/calamares/modules/grubcfg.conf @@ -30,7 +30,7 @@ keepDistributor: false # This is an array of strings. If it is unset, the default is # `["quiet"]`. To avoid the default, explicitly set this key # to an empty list, `[]`. -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=zstd zswap.enabled=1 zswap.max_pool_percent=20 zswap.zpool=zsmalloc 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"] +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=zstd zswap.enabled=1 zswap.max_pool_percent=20 zswap.zpool=zsmalloc 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 nowatchdog modprobe.blacklist=iTCO_wdt modprobe.blacklist=sp5100_tco"] # Default entries to write to /etc/default/grub if it does not exist yet or if # we are overwriting it.