Skip to content

Commit b8b0882

Browse files
committed
6.19.12-2
1 parent d91edfc commit b8b0882

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ IMAGE_PATH="${WORKING_PATH}/image"
88
CODENAME=noble
99
FLAVOUR=$1
1010
MINT_VERSION=22.3
11-
KERNEL_VERSION=6.19.11
11+
KERNEL_VERSION=6.19.12
1212
PKGREL=2
1313
sed -i "s/KVER/${KERNEL_VERSION}/g" $(pwd)/files/chroot_build.sh
1414
sed -i "s/PREL/${PKGREL}/g" $(pwd)/files/chroot_build.sh

files/grub/grub.cfg

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,22 +7,22 @@ set default="0"
77
set timeout=30
88

99
menuentry "Try or Install Linux Mint" {
10-
linux /casper/vmlinuz file=/cdrom/preseed/mbp.seed boot=casper ro quiet splash pcie_ports=native intel_iommu=on iommu=pt ---
10+
linux /casper/vmlinuz file=/cdrom/preseed/mbp.seed boot=casper ro quiet splash pm_async=off intel_iommu=on iommu=pt ---
1111
initrd /casper/initrd
1212
}
1313
menuentry "Linux Mint (Safe Graphics)" {
14-
linux /casper/vmlinuz file=/cdrom/preseed/mbp164.seed boot=casper ro quiet splash nomodeset pcie_ports=native intel_iommu=on iommu=pt ---
14+
linux /casper/vmlinuz file=/cdrom/preseed/mbp164.seed boot=casper ro quiet splash nomodeset pm_async=off intel_iommu=on iommu=pt ---
1515
initrd /casper/initrd
1616
}
1717
menuentry "Linux Mint (NVMe blacklisted)" {
18-
linux /casper/vmlinuz file=/cdrom/preseed/mbp.seed boot=casper ro quiet splash pcie_ports=native intel_iommu=on iommu=pt modprobe.blacklist=nvme ---
18+
linux /casper/vmlinuz file=/cdrom/preseed/mbp.seed boot=casper ro quiet splash pm_async=off intel_iommu=on iommu=pt modprobe.blacklist=nvme ---
1919
initrd /casper/initrd
2020
}
2121
menuentry "OEM Install" {
22-
linux /casper/vmlinuz file=/cdrom/preseed/mbp.seed boot=casper ro quiet splash pcie_ports=native intel_iommu=on iommu=pt oem-config/enable=true only-ubiquity username=mint hostname=mint ---
22+
linux /casper/vmlinuz file=/cdrom/preseed/mbp.seed boot=casper ro quiet splash pm_async=off intel_iommu=on iommu=pt oem-config/enable=true only-ubiquity username=mint hostname=mint ---
2323
initrd /casper/initrd
2424
}
2525
menuentry "Check disc for defects" {
26-
linux /casper/vmlinuz boot=casper integrity-check enforcing=0 efi=noruntime pcie_ports=native ---
26+
linux /casper/vmlinuz boot=casper integrity-check enforcing=0 efi=noruntime pm_async=off ---
2727
initrd /casper/initrd
2828
}

files/preseed/mbp.seed

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
# well keep them installed.
99
#ubiquity ubiquity/keep-installed string icedtea6-plugin openoffice.org
1010

11-
d-i debian-installer/add-kernel-opts string pcie_ports=native intel_iommu=on iommu=pt
11+
d-i debian-installer/add-kernel-opts string pm_async=off intel_iommu=on iommu=pt

files/preseed/mbp164.seed

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
# well keep them installed.
99
#ubiquity ubiquity/keep-installed string icedtea6-plugin openoffice.org
1010

11-
d-i debian-installer/add-kernel-opts string pcie_ports=native intel_iommu=on iommu=pt nomodeset
11+
d-i debian-installer/add-kernel-opts string pm_async=off intel_iommu=on iommu=pt nomodeset

0 commit comments

Comments
 (0)