Skip to content

Commit

Permalink
fix typo in copying usb files
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeeq committed May 2, 2023
1 parent d99616e commit 24a8b81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fedora-mbp.ks
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ chmod 755 ${INSTALL_ROOT}/etc/grub.d/30_os-prober
### Post install anaconda scripts - Adding Fedora icon and label to Mac boot entry
mkdir -p ${INSTALL_ROOT}/usr/share/anaconda/mac_extras
cp -rfv /tmp/kickstart_files/usb/* ${INSTALL_ROOT}/usr/share/anaconda/mac_extras/
cp -rfv /tmp/kickstart_files/usb/.* ${INSTALL_ROOT}/usr/share/anaconda/mac_extras/
cp -rfv /tmp/kickstart_files/post-install-kickstart/*.ks ${INSTALL_ROOT}/usr/share/anaconda/post-scripts/
%end

0 comments on commit 24a8b81

Please sign in to comment.