Skip to content

Commit aee034d

Browse files
5ktanokfireball
authored andcommitted
refactor: remove unnecessary empty initrd creation
1 parent 44a5891 commit aee034d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

features/_usi/image.cc.tar

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ mount --bind "$erofs" "$rootfs/tmp/initrd.include/root.img"
5151

5252
initrd="$(mktemp)"
5353

54-
touch "$rootfs/initrd"
5554
kernel="$(find "$rootfs/boot/" -name 'vmlinuz-*' | sort -V | tail -n 1)"
5655

5756
chroot "$rootfs" dracut \

0 commit comments

Comments
 (0)