/[smeserver]/builds_bin/build_ISO
ViewVC logotype

Diff of /builds_bin/build_ISO

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

Revision 1.45 by jpp, Mon Jun 15 04:36:11 2020 UTC Revision 1.46 by jpp, Mon Jun 15 04:40:42 2020 UTC
# Line 25  do Line 25  do
25      then      then
26          echo "building efiboot.img"          echo "building efiboot.img"
27          # the content of the img should be /EFI/BOOT* and not /BOOT/*, so we need to copy the content in a temp dir          # the content of the img should be /EFI/BOOT* and not /BOOT/*, so we need to copy the content in a temp dir
28            mkdir -p /tmp/{loop,remaster}
29          sudo mount -o loop  $(pwd)/$distarch/images/efiboot.img /tmp/loop          sudo mount -o loop  $(pwd)/$distarch/images/efiboot.img /tmp/loop
30          sudo cp -a $(pwd)/$distarch/EFI/BOOT/grub.cfg /tmp/loop/EFI/BOOT/          sudo cp -a $(pwd)/$distarch/EFI/BOOT/grub.cfg /tmp/loop/EFI/BOOT/
31          sudo umount /tmp/loop          sudo umount /tmp/loop


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed