Skip to content

Commit 42caff3

Browse files
Add listing of boot directory contents after kernel installation
1 parent 7f27dac commit 42caff3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/makefile.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ jobs:
4545
make defconfig
4646
make
4747
make INSTALL_MOD_PATH=${{ github.workspace }}/iso/boot INSTALL_PATH=${{ github.workspace }}/iso/boot modules_install install
48+
ls -l ${{ github.workspace }}/iso/boot
4849
4950
# https://docs.kernel.org/filesystems/ramfs-rootfs-initramfs.html
5051
# https://docs.kernel.org/filesystems/ramfs-rootfs-initramfs.html#contents-of-initramfs

0 commit comments

Comments
 (0)