diff --git a/srcpkgs/m1n1/files/kernel.d/m1n1.post-install b/srcpkgs/m1n1/files/kernel.d/m1n1.post-install index ed15e7c23f4..0bda2bcf096 100755 --- a/srcpkgs/m1n1/files/kernel.d/m1n1.post-install +++ b/srcpkgs/m1n1/files/kernel.d/m1n1.post-install @@ -22,7 +22,7 @@ if [ -e "$CONFIG" ]; then case "$line" in "") ;; \#*) ;; - chosen.*=*|display=*) + chosen.*=*|display=*|mitigations=*) echo "$line" >> "$m1n1config" echo "Option: $line" ;; diff --git a/srcpkgs/m1n1/files/m1n1.conf b/srcpkgs/m1n1/files/m1n1.conf deleted file mode 100644 index 6d847452dc5..00000000000 --- a/srcpkgs/m1n1/files/m1n1.conf +++ /dev/null @@ -1,23 +0,0 @@ -# This configuration file specifies options for the m1n1 bootloader. -# -# Be careful when editing this file, as incorrect settings can cause your system to fail to boot. -# -# Display configuration (Mac Mini / Mac Studio only) - -# Force re-configuration of the display to defaults in m1n1 stage 2 -# This is redundant unless your m1n1 stage 1 is buggy or ancient -#display=auto - -# Configure the boot display to the default 4K mode -#display=3840x2160 - -# Configure the boot display to 4K at 60Hz (or closest available) -#display=3840x2160@60 - -# Configure the boot display to 4K at 59.97Hz (or closest available) -#display=3840x2160@59.94 - -# Add an arbitrary property to /chosen in the device tree -#chosen.foo=bar -# chosen.bootargs=console=tty0 loglevel=4 root=/dev/nvme0n1p6 rootwait rw - diff --git a/srcpkgs/m1n1/template b/srcpkgs/m1n1/template index 6cc93eeaa01..cefcbf09662 100644 --- a/srcpkgs/m1n1/template +++ b/srcpkgs/m1n1/template @@ -1,7 +1,7 @@ # Template file for 'm1n1' pkgname=m1n1 -version=1.4.17 -revision=2 +version=1.4.21 +revision=1 archs="aarch64*" hostmakedepends="ImageMagick void-artwork" short_desc="Asahi Linux bootloader" @@ -9,7 +9,7 @@ maintainer="Will Springer , dkwo