From cb64198bb16821080b132e9780a5142abaa9b75d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20=27sil2100=27=20Zemczak?= Date: Tue, 6 Feb 2024 16:25:56 +0100 Subject: [PATCH] Add mkdir for casperize. --- .../ubuntu-core-desktop/hooks/020-ubuntu-live.chroot_early | 2 ++ 1 file changed, 2 insertions(+) diff --git a/live-build/ubuntu-core-desktop/hooks/020-ubuntu-live.chroot_early b/live-build/ubuntu-core-desktop/hooks/020-ubuntu-live.chroot_early index 0e388aff..47b82622 100755 --- a/live-build/ubuntu-core-desktop/hooks/020-ubuntu-live.chroot_early +++ b/live-build/ubuntu-core-desktop/hooks/020-ubuntu-live.chroot_early @@ -10,6 +10,8 @@ case ${PASS:-} in ;; esac +mkdir -p "/etc/initramfs-tools/conf.d" + cat < /etc/initramfs-tools/conf.d/casperize.conf export CASPER_GENERATE_UUID=1 EOF