summarylogtreecommitdiffstats
path: root/linux-rockchip.preset
diff options
context:
space:
mode:
Diffstat (limited to 'linux-rockchip.preset')
-rw-r--r--linux-rockchip.preset8
1 files changed, 8 insertions, 0 deletions
diff --git a/linux-rockchip.preset b/linux-rockchip.preset
new file mode 100644
index 000000000000..3bc3c21570bb
--- /dev/null
+++ b/linux-rockchip.preset
@@ -0,0 +1,8 @@
+ALL_config="/etc/mkinitcpio.conf"
+ALL_kver="$(dd if=/boot/zImage skip=$(grep -a -b -o $'\x1f\x8b\x08\x00\x00\x00\x00\x00' /boot/zImage | head -n 1 | cut -d ':' -f 1) iflag=skip_bytes 2>&1 | zcat -q | grep -a 'Linux version [0-9]' | sed -r 's#.*([0-9]+.[0-9]+.[0-9]+-[a-zA-Z]+).*#\1#')"
+
+PRESETS=('default')
+
+#default_config="/etc/mkinitcpio.conf"
+default_image="/boot/initramfs-linux.img"
+#default_options=""