]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/grub
grub: Add file with cloud helping stuff
[ipfire-2.x.git] / lfs / grub
index cc1581306fec171dfaecac54a6bcb0e3e9b10889..aed9e6ad8eba1fd0d2b14b4c550fe898e139b920 100644 (file)
--- a/lfs/grub
+++ b/lfs/grub
@@ -125,6 +125,10 @@ ifeq "$(BUILD_PC)" "1"
        touch /boot/grub/grub.cfg
 endif
 
+       # Install our own helpers
+       install -v -m 644 $(DIR_SRC)/config/grub2/00_cloud \
+               /etc/grub.cfg
+
        # Install background image
        -mkdir -pv /boot/grub
        install -m 644 $(DIR_SRC)/config/grub2/splash.png /boot/grub/splash.png