Skip to content

Commit c8123c9

Browse files
committed
fix(kernel): create root directory
1 parent fbb636e commit c8123c9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

build_files/90-kernel.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
set -euxo pipefail
44

5+
mkdir -p /var/roothome
6+
57
kver=$(cd /usr/lib/modules && echo *)
68
dracut --no-hostonly --kver "$kver" --reproducible --zstd -v --add ostree --add fido2 -f \
79
"/usr/lib/modules/$kver/initramfs.img"

0 commit comments

Comments
 (0)