Files
odroid-stamper/examples/fixups/S90fixup
Dongjin Kim ec26220676 example: add simple example for fixups/overlay
Signed-off-by: Dongjin Kim <tobetter@gmail.com>
Change-Id: Ic8c948bc1c8b9efd5fd9f4b47e6b47ce3cde90fe
2020-03-31 19:39:00 +09:00

5 lines
84 B
Bash
Executable File

#!/bin/sh
echo "You are fixed up" >> /usr/bin/fixme
chown root:root /usr/bin/fixme