mirror of
git://soft.sys114.com/odroid-stamper
synced 2025-12-18 13:48:41 +09:00
example: add simple example for fixups/overlay
Signed-off-by: Dongjin Kim <tobetter@gmail.com> Change-Id: Ic8c948bc1c8b9efd5fd9f4b47e6b47ce3cde90fe
This commit is contained in:
1
debian/odroid-stamper.install
vendored
1
debian/odroid-stamper.install
vendored
@@ -6,3 +6,4 @@ default usr/share/odroid-stamper
|
||||
configs usr/share/odroid-stamper
|
||||
fixups usr/share/odroid-stamper
|
||||
overlay usr/share/odroid-stamper
|
||||
examples usr/share/odroid-stamper
|
||||
|
||||
4
examples/fixups/S90fixup
Executable file
4
examples/fixups/S90fixup
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
echo "You are fixed up" >> /usr/bin/fixme
|
||||
chown root:root /usr/bin/fixme
|
||||
3
examples/overlay/usr/bin/fixme
Normal file
3
examples/overlay/usr/bin/fixme
Normal file
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
echo "I'm not fixed yet!!"
|
||||
Reference in New Issue
Block a user