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 3509172 commit 8de4851Copy full SHA for 8de4851
.github/workflows/makefile.yml
@@ -39,6 +39,7 @@ jobs:
39
if: steps.cache-kernel.outputs.cache-hit != 'true'
40
run: sudo apt-get install -y libelf-dev
41
42
+ # https://docs.kernel.org/admin-guide/README.html#build-directory-for-the-kernel
43
# https://docs.kernel.org/admin-guide/README.html#configuring-the-kernel
44
- name: Configure the kernel
45
@@ -56,6 +57,8 @@ jobs:
56
57
- name: Build root filesystem
58
run: |
59
mkdir -p iso/boot
60
+ pwd
61
+ ls -l
62
63
# https://docs.kernel.org/filesystems/ramfs-rootfs-initramfs.html
64
# https://docs.kernel.org/filesystems/ramfs-rootfs-initramfs.html#contents-of-initramfs
0 commit comments