mkimage-profiles/features.in/armh-mcom02/image-scripts.d/01-uboot-prepare
2019-09-16 21:21:18 +03:00

16 lines
288 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 20
label linux
kernel /boot/vmlinuz
initrd /boot/initrd.img
append root=LABEL=ROOT ro console=ttyS0,115200 video=HDMI:1920x1080
EOF