Skip to content

Commit

Permalink
Copy grub theme files to ISO
Browse files Browse the repository at this point in the history
  • Loading branch information
dappnodedev committed May 24, 2024
1 parent c932c1d commit 3fccd34
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions iso/scripts/generate_dappnode_iso_ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,17 +61,8 @@ else
cp /usr/src/app/iso/preseeds/ubuntu/autoinstall.yaml ${ISO_BUILD_PATH}/autoinstall.yaml
fi

#mkdir -p boot/grub/theme

echo "Configuring the boot menu for DappNode..."
cp /usr/src/app/iso/boot/ubuntu/* ${ISO_BUILD_PATH}/boot/grub/
#cp /usr/src/app/iso/boot/ubuntu/grub.cfg ${ISO_BUILD_PATH}/boot/grub/grub.cfg
#cp /usr/src/app/iso/boot/splash.png ${ISO_BUILD_PATH}/boot/grub/splash.png
#cp /usr/src/app/iso/boot/theme_1 boot/grub/theme/1

#cp /usr/src/app/iso/boot/isolinux.cfg isolinux/isolinux.cfg
#cp /usr/src/app/iso/boot/menu.cfg isolinux/menu.cfg
#cp /usr/src/app/iso/boot/txt.cfg isolinux/txt.cfg
cp -r /usr/src/app/iso/boot/ubuntu/* ${ISO_BUILD_PATH}/boot/grub/

# TODO: Is this necessary? How to do it?
echo "Fix md5 sum..."
Expand Down

0 comments on commit 3fccd34

Please sign in to comment.