diff options
| author | Bobby <[email protected]> | 2025-11-28 12:25:02 +0530 |
|---|---|---|
| committer | Bobby <[email protected]> | 2025-11-28 12:25:02 +0530 |
| commit | fe96b4acc464c91eb48ef4537a3d9ec77b17ffa8 (patch) | |
| tree | ad6613d15d955fc3b63b997e0e1b2e67b71f689c | |
| parent | 41328772dd563f7a638ba752a92f392fd1b592d7 (diff) | |
| download | akiba-fe96b4acc464c91eb48ef4537a3d9ec77b17ffa8.tar.xz akiba-fe96b4acc464c91eb48ef4537a3d9ec77b17ffa8.zip | |
copy akiba theme to boot dir
| -rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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)..." |
