mirror of
https://git.proxmox.com/git/grub2
synced 2025-08-05 04:27:07 +00:00
Revert " * util/grub-mkstandalone.in: Remove needless copying since we already"
The copying in question was needed.
This reverts commit 8154884dd4
.
This commit is contained in:
parent
03dcac7f76
commit
cf880639f6
@ -578,11 +578,6 @@
|
||||
currently used so this doesn't really have any effect.
|
||||
Reported by: Douglas Ray <dougray>
|
||||
|
||||
2013-10-17 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* util/grub-mkstandalone.in: Remove needless copying since we already
|
||||
pass the files to tar.
|
||||
|
||||
2013-10-17 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* autogen.sh: Don't set LC_CTYPE as it doesn't create problem for
|
||||
|
@ -116,6 +116,9 @@ fi
|
||||
|
||||
memdisk_dir="`mktemp -d "${TMPDIR:-/tmp}/tmp.XXXXXXXXXX"`" || exit 1
|
||||
grub_install_files "${source_directory}" "${memdisk_dir}"/boot/grub "${grub_modinfo_target_cpu}-${grub_modinfo_platform}"
|
||||
for file in $source; do
|
||||
cp -f "$file" "${memdisk_dir}"/"$file";
|
||||
done
|
||||
|
||||
memdisk_img=`mktemp "${TMPDIR:-/tmp}/tmp.XXXXXXXXXX"` || exit 1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user