Skip to content

Commit

Permalink
post-install.sh: Move grub theme to iso and symlink back
Browse files Browse the repository at this point in the history
Signed-off-by: shadichy <[email protected]>
  • Loading branch information
shadichy committed Jan 17, 2025
1 parent 95f0df8 commit ad47e58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/post-install.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/bash

# Copy grub2 theme
cp -r /usr/share/grub/themes /iso/boot/grub
mkdir -p /boot/grub/themes /usr/share/grub/themes
mv /usr/share/grub/themes /iso/boot/grub
ln -s /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 ad47e58

Please sign in to comment.