Skip to content

Commit 9f5fba4

Browse files
committed
Use grub theme repo
1 parent 9802afa commit 9f5fba4

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
lines changed

.gitmodules

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
[submodule "data/default-settings"]
2-
path = data/default-settings
3-
url = https://github.com/system76/pop-default-settings.git
4-
branch = master
1+
[submodule "data/grub-theme"]
2+
path = data/grub-theme
3+
url = https://github.com/system76/pop-grub-theme.git

data/default-settings

-1
This file was deleted.

data/grub-theme

Submodule grub-theme added at 6533a79

mk/iso.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ $(BUILD)/iso_data.tag: $(BUILD)/iso_create.tag $(BUILD)/grub
135135
cp "/usr/lib/grub/x86_64-efi/"* "$(BUILD)/iso/boot/grub/x86_64-efi/"
136136

137137
# Copy grub theme
138-
cp -r "data/default-settings/usr/share/grub/themes" "$(BUILD)/iso/boot/grub/themes"
138+
cp -r "data/grub-theme/usr/share/grub/themes" "$(BUILD)/iso/boot/grub/themes"
139139

140140
touch "$@"
141141

0 commit comments

Comments
 (0)