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 957e042 commit 7f27dacCopy full SHA for 7f27dac
.github/workflows/makefile.yml
@@ -44,7 +44,7 @@ jobs:
44
cd ${{ env.VERSION }}
45
make defconfig
46
make
47
- sudo make INSTALL_MOD_PATH=${{ github.workspace }}/iso/boot INSTALL_PATH=${{ github.workspace }}/iso/boot modules_install install
+ make INSTALL_MOD_PATH=${{ github.workspace }}/iso/boot INSTALL_PATH=${{ github.workspace }}/iso/boot modules_install install
48
49
# https://docs.kernel.org/filesystems/ramfs-rootfs-initramfs.html
50
# https://docs.kernel.org/filesystems/ramfs-rootfs-initramfs.html#contents-of-initramfs
0 commit comments