mirror of
git://soft.sys114.com/odroid-stamper
synced 2025-12-19 00:18:42 +09:00
Add 'S65-overlay' to copy overay file to copy overlay/ files
The files in overlay/ should be copied after the package has been installed. Change-Id: Id8b8f32463fd81d7240dcd258032f75ff4b06507 Signed-off-by: Dongjin Kim <tobetter@gmail.com>
This commit is contained in:
3
fixups/S65-overlay
Executable file
3
fixups/S65-overlay
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
rsync -a /overlay/* /
|
||||
@@ -9,6 +9,5 @@ setenv bootargs "\${bootargs} boot=casper toram"
|
||||
__EOF
|
||||
fi
|
||||
|
||||
rsync -a /overlay/* /
|
||||
/usr/sbin/update-initramfs -u
|
||||
rm -rf /overlay
|
||||
|
||||
Reference in New Issue
Block a user