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:
Dongjin Kim
2021-05-02 09:44:21 +00:00
parent b0c52ac97c
commit 5769ca2171
2 changed files with 3 additions and 1 deletions

3
fixups/S65-overlay Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/sh
rsync -a /overlay/* /

View File

@@ -9,6 +9,5 @@ setenv bootargs "\${bootargs} boot=casper toram"
__EOF
fi
rsync -a /overlay/* /
/usr/sbin/update-initramfs -u
rm -rf /overlay