mkimage-profiles/features.in/armh-skit/image-scripts.d/01-uboot-prepare
2020-11-06 19:20:01 +07:00

16 lines
246 B
Bash
Executable File

#!/bin/sh
# Rewrite extlinux.conf
mkdir -p /boot/extlinux
cat > /boot/extlinux/extlinux.conf << EOF
menu title ALT Boot Options
default linux
timeout 50
label linux
kernel /boot/vmlinuz
initrd /boot/initrd.img
append root=LABEL=ROOT ro
EOF