File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ IMAGE_PATH="${WORKING_PATH}/image"
88CODENAME=noble
99FLAVOUR=$1
1010MINT_VERSION=22.1
11- KERNEL_VERSION=6.15.6
11+ KERNEL_VERSION=6.15.8
1212PKGREL=1
1313sed -i " s/KVER/${KERNEL_VERSION} /g" $( pwd) /files/chroot_build.sh
1414sed -i " s/PREL/${PKGREL} /g" $( pwd) /files/chroot_build.sh
Original file line number Diff line number Diff line change @@ -18,6 +18,10 @@ menuentry "Linux Mint (NVMe blacklisted)" {
1818 linux /casper/vmlinuz file =/cdrom/preseed/mbp.seed boot =casper ro quiet splash pcie_ports =native intel_iommu =on iommu =pt modprobe.blacklist =nvme ---
1919 initrd /casper/initrd
2020}
21+ 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 ---
23+ initrd /casper/initrd
24+ }
2125menuentry " Check disc for defects" {
2226 linux /casper/vmlinuz boot =casper integrity-check enforcing =0 efi =noruntime pcie_ports =native ---
2327 initrd /casper/initrd
You can’t perform that action at this time.
0 commit comments