forked from images/live-iso-gnome
fix bad pathing
This commit is contained in:
parent
dc03cf2129
commit
ce9a68a77f
2
.github/push-iso
vendored
2
.github/push-iso
vendored
@ -1 +1 @@
|
||||
26
|
||||
27
|
||||
|
4
build.sh
4
build.sh
@ -67,9 +67,9 @@ do
|
||||
mmd -i "$LIVE_BOOT_PATH/efiboot.img" ::"$(echo $directory | tr '[:lower:]' '[:upper:]' | sed 's:/*$::')"
|
||||
done
|
||||
|
||||
for file in $(find ./data/refind/EFI/ -type f | cut -d'/' -f4-)
|
||||
for file in $(find ./data/refind/EFI/ -type f)
|
||||
do
|
||||
mcopy -i "$LIVE_BOOT_PATH/efiboot.img" $file ::"$(echo $file | tr '[:lower:]' '[:upper:]')"
|
||||
mcopy -i "$LIVE_BOOT_PATH/efiboot.img" $file ::"$(echo $file | cut -d'/' -f4- | tr '[:lower:]' '[:upper:]')"
|
||||
done
|
||||
|
||||
# Create Bootable UEFI Full Image
|
||||
|
Loading…
Reference in New Issue
Block a user