example: add simple example for fixups/overlay

Signed-off-by: Dongjin Kim <tobetter@gmail.com>
Change-Id: Ic8c948bc1c8b9efd5fd9f4b47e6b47ce3cde90fe
This commit is contained in:
Dongjin Kim
2020-03-31 19:39:00 +09:00
parent 9916a06c42
commit ec26220676
3 changed files with 8 additions and 0 deletions

View File

@@ -6,3 +6,4 @@ default usr/share/odroid-stamper
configs usr/share/odroid-stamper configs usr/share/odroid-stamper
fixups usr/share/odroid-stamper fixups usr/share/odroid-stamper
overlay usr/share/odroid-stamper overlay usr/share/odroid-stamper
examples usr/share/odroid-stamper

4
examples/fixups/S90fixup Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/sh
echo "You are fixed up" >> /usr/bin/fixme
chown root:root /usr/bin/fixme

View File

@@ -0,0 +1,3 @@
#!/bin/sh
echo "I'm not fixed yet!!"