Skip to content

Commit

Permalink
Misleading grub2 theme directory symlink
Browse files Browse the repository at this point in the history
Signed-off-by: shadichy <[email protected]>
  • Loading branch information
shadichy committed Jan 18, 2025
1 parent ad47e58 commit 9f49be6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/post-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Copy grub2 theme
mv /usr/share/grub/themes /iso/boot/grub
ln -s /boot/grub/themes /usr/share/grub
ln -s /cdrom/boot/grub/themes /usr/share/grub

# Generate a grub-rescue iso so we can use it as the base for the iso
grub-mkrescue \
Expand Down

0 comments on commit 9f49be6

Please sign in to comment.