Skip to content

Commit 66e7f57

Browse files
committed
Add OEM Install option
1 parent d767b67 commit 66e7f57

2 files changed

Lines changed: 5 additions & 1 deletion

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.1
11-
KERNEL_VERSION=6.15.6
11+
KERNEL_VERSION=6.15.8
1212
PKGREL=1
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: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
}
2125
menuentry "Check disc for defects" {
2226
linux /casper/vmlinuz boot=casper integrity-check enforcing=0 efi=noruntime pcie_ports=native ---
2327
initrd /casper/initrd

0 commit comments

Comments
 (0)