atv linux boot script
public text v1 · immutable#!/bin/bash
mkdir ubuntu
mount -r /dev/sda6 ubuntu
kexec --load ubuntu/boot/vmlinuz-2.6.24-28-generic --initrd=ubuntu/boot/initrd.img-2.6.24-28-generic --command-line="root=/dev/sda6 ro quiet vesa video=vesafb"
kexec -e