Skip to content

Commit 8de4851

Browse files
Add comments to clarify build directory setup and root filesystem creation steps in Makefile CI
1 parent 3509172 commit 8de4851

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/makefile.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
if: steps.cache-kernel.outputs.cache-hit != 'true'
4040
run: sudo apt-get install -y libelf-dev
4141

42+
# https://docs.kernel.org/admin-guide/README.html#build-directory-for-the-kernel
4243
# https://docs.kernel.org/admin-guide/README.html#configuring-the-kernel
4344
- name: Configure the kernel
4445
if: steps.cache-kernel.outputs.cache-hit != 'true'
@@ -56,6 +57,8 @@ jobs:
5657
- name: Build root filesystem
5758
run: |
5859
mkdir -p iso/boot
60+
pwd
61+
ls -l
5962
6063
# https://docs.kernel.org/filesystems/ramfs-rootfs-initramfs.html
6164
# https://docs.kernel.org/filesystems/ramfs-rootfs-initramfs.html#contents-of-initramfs

0 commit comments

Comments
 (0)