We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f27dac commit 42caff3Copy full SHA for 42caff3
.github/workflows/makefile.yml
@@ -45,6 +45,7 @@ jobs:
45
make defconfig
46
make
47
make INSTALL_MOD_PATH=${{ github.workspace }}/iso/boot INSTALL_PATH=${{ github.workspace }}/iso/boot modules_install install
48
+ ls -l ${{ github.workspace }}/iso/boot
49
50
# https://docs.kernel.org/filesystems/ramfs-rootfs-initramfs.html
51
# https://docs.kernel.org/filesystems/ramfs-rootfs-initramfs.html#contents-of-initramfs
0 commit comments