1
0
Fork 0
mirror of https://github.com/JasonN3/build-container-installer.git synced 2025-12-25 10:57:55 +01:00

fix destination path

This commit is contained in:
Jason N. 2024-04-10 17:12:42 -04:00
parent 25c669e937
commit 6941e9c1ef

View file

@ -57,7 +57,7 @@ files/install.iso: files/grub.cfg
-compliance joliet_long_names
-map files/ks.cfg ks.cfg
-chmod 0444 ks.cfg
-map files/grub.cfg boot/$(if $(_RHEL),isolinux/grub.conf,grub2/grub.cfg)
-map files/grub.cfg $(if $(_RHEL),isolinux/grub.conf,boot/grub2/grub.cfg)
-end
EOF