File: gluerefit.sh

package info (click to toggle)
refit 0.12-2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 2,280 kB
  • ctags: 2,663
  • sloc: ansic: 13,451; sh: 1,418; python: 631; objc: 319; makefile: 83; perl: 45
file content (10 lines) | stat: -rwxr-xr-x 281 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

for binary in refit/refit dbounce/dbounce dumpfv/dumpfv dumpprot/dumpprot \
    fsw/fsw_ext2 fsw/fsw_iso9660 fsw/fsw_reiserfs gptsync/gptsync \
    TextMode/TextMode ; do
  ./fatglue.py $(basename $binary).efi \
    ${binary}_bios32.efi ${binary}_em64t.efi
done

exit 0