summarylogtreecommitdiffstats
path: root/linux-rockchip.preset
diff options
context:
space:
mode:
authorJack Chen2020-11-19 13:13:25 +0800
committerJack Chen2020-11-19 13:29:36 +0800
commitc1772949d1729007597fd25b4e0f4e34814a8894 (patch)
treeae9a7d376c898c1d395d09f371807708bee6a630 /linux-rockchip.preset
parent038ba2a46c7dd1b9e8c1c4e5509da49a7e7a22ab (diff)
downloadaur-c1772949d1729007597fd25b4e0f4e34814a8894.tar.gz
update mkinitcpio.preset
Diffstat (limited to 'linux-rockchip.preset')
-rw-r--r--linux-rockchip.preset10
1 files changed, 0 insertions, 10 deletions
diff --git a/linux-rockchip.preset b/linux-rockchip.preset
deleted file mode 100644
index e3e49ce72957..000000000000
--- a/linux-rockchip.preset
+++ /dev/null
@@ -1,10 +0,0 @@
-# mkinitcpio preset file for the 'linux-rockchip' package
-
-ALL_config="/etc/mkinitcpio.conf"
-ALL_kver="$(dd if=/boot/vmlinuz-linux-rockchip skip=$(grep -a -b -o $'\x1f\x8b\x08\x00\x00\x00\x00\x00' /boot/vmlinuz-linux-rockchip | 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-rockchip.img"
-#default_options=""