Changeset 5823f4da in mainline
- Timestamp:
- 2016-04-05T17:49:42Z (9 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 3876300
- Parents:
- da3bc0e
- Location:
- tools/grub
- Files:
-
- 2 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/grub/grub-update.sh
rda3bc0e r5823f4da 58 58 cp -R "$builddir"/"$platform"/lib64/grub/"$platform" "$helenosdir"/boot/"$gdir" || exit 1 59 59 rm -f "$helenosdir"/boot/"$gdir"/"$platform"/*.image || exit 1 60 rm -f "$helenosdir"/boot/"$gdir"/"$platform"/*.module || exit 1 60 61 bzr add "$helenosdir"/boot/"$gdir"/"$platform" || exit 1 61 62 } … … 109 110 grub_files_update grub.efi x86_64-efi 110 111 111 # Clean up112 rm -rf "$builddir" || exit 1113 114 112 echo "GRUB update successful."
Note:
See TracChangeset
for help on using the changeset viewer.