From cd36f00fa51b6ada539167b9025f1c0e2a10df51 Mon Sep 17 00:00:00 2001 From: Uri Herrera Date: Sun, 28 Jul 2024 03:46:47 -0600 Subject: [PATCH] update pkg --- debian/changelog | 10 ++++++++-- etc/calamares/modules/grubcfg.conf | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 70cd782..23c4f3d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,14 +1,20 @@ +calamares-qml-settings-nitrux (1.7.6+new-dev) nitrux; urgency=medium + + * Add ACPI OS name parameter. + + -- Uri Herrera Mon, 28 Jul 2024 03:46:00 -0500 + calamares-qml-settings-nitrux (1.7.5+new-dev) nitrux; urgency=medium * Ensure intel pstate is enabled. - -- Uri Herrera Sat, 27 Jun 2024 08:06:00 -0500 + -- Uri Herrera Sat, 27 Jul 2024 08:06:00 -0500 calamares-qml-settings-nitrux (1.7.4+new-dev) nitrux; urgency=medium * Update branding. - -- Uri Herrera Thu, 18 Jun 2024 16:07:00 -0500 + -- Uri Herrera Thu, 18 Jul 2024 16:07:00 -0500 calamares-qml-settings-nitrux (1.7.3+new-dev) nitrux; urgency=medium diff --git a/etc/calamares/modules/grubcfg.conf b/etc/calamares/modules/grubcfg.conf index 979428f..4eabe1c 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: ["amdgpu.cik_support=1 amdgpu.ppfeaturemask=0xffffffff amdgpu.si_support=1 apparmor=1 init_on_free=1 intel_pstate=enable libahci.ignore_sss=1 modprobe.blacklist=iTCO_wdt modprobe.blacklist=sp5100_tco nosgx nvidia_drm.modeset=1 nvme_core.multipath=Y overlayroot=tmpfs:swap=1,recurse=0 page_alloc.shuffle=1 quiet radeon.cik_support=0 radeon.si_support=0 randomize_kstack_offset=on security=apparmor slab_nomerge slub_debug=Z usbcore.autosuspend=-1 vsyscall=none zswap.compressor=zstd zswap.enabled=1 zswap.max_pool_percent=20 zswap.zpool=zsmalloc"] +kernel_params: ["amdgpu.cik_support=1 amdgpu.ppfeaturemask=0xffffffff amdgpu.si_support=1 apparmor=1 init_on_free=1 intel_pstate=enable acpi_os_name="Windows 2015" libahci.ignore_sss=1 modprobe.blacklist=iTCO_wdt modprobe.blacklist=sp5100_tco nosgx nvidia_drm.modeset=1 nvme_core.multipath=Y overlayroot=tmpfs:swap=1,recurse=0 page_alloc.shuffle=1 quiet radeon.cik_support=0 radeon.si_support=0 randomize_kstack_offset=on security=apparmor slab_nomerge slub_debug=Z usbcore.autosuspend=-1 vsyscall=none zswap.compressor=zstd zswap.enabled=1 zswap.max_pool_percent=20 zswap.zpool=zsmalloc"] # Default entries to write to /etc/default/grub if it does not exist yet or if # we are overwriting it.