summarylogtreecommitdiffstats
path: root/linux-rockchip.preset
blob: 7629cd16688f27041184b88691bfc9622366fccb (plain)
1
2
3
4
5
6
7
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-rockchip.img"
#default_options=""