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:
parent
25c669e937
commit
6941e9c1ef
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ files/install.iso: files/grub.cfg
|
||||||
-compliance joliet_long_names
|
-compliance joliet_long_names
|
||||||
-map files/ks.cfg ks.cfg
|
-map files/ks.cfg ks.cfg
|
||||||
-chmod 0444 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
|
-end
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue