feature/build-my-own-kernel-rootfs #1

Merged
antoine merged 34 commits from feature/build-my-own-kernel-rootfs into main 2024-01-06 13:25:49 +00:00
Showing only changes of commit b61befb04f - Show all commits

View File

@ -9,7 +9,7 @@ DISK_FILE=../out/arch-rootfs.ext4
DISK_ROOT=../out/mount DISK_ROOT=../out/mount
# Allocate rootfs disk # Allocate rootfs disk
dd if=/dev/zero of="$DISK_FILE" bs=1M count="$DISK_SIZE" fallocate -l "$DISK_SIZE" "$DISK_FILE"
mkfs.ext4 $DISK_FILE mkfs.ext4 $DISK_FILE
# Mount rootfs to mount # Mount rootfs to mount