Skip to content

Commit 034ed4c

Browse files
committed
create initramfs dummy file for frzr
1 parent 9fb9507 commit 034ed4c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build-image.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,9 @@ rm -rf \
228228
229229
rm -rf ${FILES_TO_DELETE}
230230
231+
# create dummy initramfs file if it does not exist because frzr expects this file to exist
232+
touch /boot/initramfs-linux.img
233+
231234
# create necessary directories
232235
mkdir -p /home
233236
mkdir -p /var

0 commit comments

Comments
 (0)