aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBobby <[email protected]>2025-11-28 12:25:02 +0530
committerBobby <[email protected]>2025-11-28 12:25:02 +0530
commitfe96b4acc464c91eb48ef4537a3d9ec77b17ffa8 (patch)
treead6613d15d955fc3b63b997e0e1b2e67b71f689c /Makefile
parent41328772dd563f7a638ba752a92f392fd1b592d7 (diff)
downloadakiba-fe96b4acc464c91eb48ef4537a3d9ec77b17ffa8.tar.xz
akiba-fe96b4acc464c91eb48ef4537a3d9ec77b17ffa8.zip
copy akiba theme to boot dir
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 99d0e7d..8925d2f 100644
--- a/Makefile
+++ b/Makefile
@@ -49,6 +49,7 @@ endif
# ───────────────────────────────────────────────────────────────────────────
GRUB_CONFIG = boot/grub/grub.cfg
+GRUB_THEME_DIR = boot/grub/themes
DISK_IMAGE = iso/akiba.img
FS_ROOT = iso/akiba
BUILD_DIR = iso/build
@@ -129,6 +130,7 @@ prepare-filesystem:
done
@cp $(GRUB_CONFIG) $(FS_ROOT)/boot/grub/
+ @cp -R $(GRUB_THEME_DIR) $(FS_ROOT)/boot/grub/
$(DISK_IMAGE): prepare-filesystem
@echo "→ Creating AFS bootable disk ($(DISK_SIZE_MB)MB)..."