Skip to content

Commit

Permalink
Remove Duet clover script
Browse files Browse the repository at this point in the history
  • Loading branch information
chris1111 committed Oct 7, 2024
1 parent 4ead199 commit 70217e5
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 235 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ jobs:
- name: Build Clover Pack
run: |
chmod +x ./buildme
chmod +x ./Clover_Duet.command
cp -rf ./Clover_Duet.command ./CloverPackage/CloverV2/
./buildme "" ci
- name: Prepare Release Packs
run: |
Expand Down
225 changes: 0 additions & 225 deletions Clover_Duet.command

This file was deleted.

8 changes: 0 additions & 8 deletions Clover_Duet.tool

This file was deleted.

4 comments on commit 70217e5

@Beryesa
Copy link

@Beryesa Beryesa commented on 70217e5 Nov 6, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why exactly?
Does clover no longer support uefi boot on legacy bios?

@chris1111
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This command

Why exactly? Does clover no longer support uefi boot on legacy bios?

No, this has nothing to do with it, these commands were only for Legacy systems without UEFI

@Beryesa
Copy link

@Beryesa Beryesa commented on 70217e5 Nov 6, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

only for Legacy systems without UEFI

Which is what I've meant above :P
Wanted to check Duet in the Clover since it's removed from upstream edk2
Could still be useful for distributions to drop legacy bios bootloaders and use this layer without dropping legacy bios devices as a whole ;)

@chris1111
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

only for Legacy systems without UEFI

Which is what I've meant above :P Wanted to check Duet in the Clover since it's removed from upstream edk2 Could still be useful for distributions to drop legacy bios bootloaders and use this layer without dropping legacy bios devices as a whole ;)

Clover Duet scripts have been part of the Clover package forever and will always be an integral part.
The delete scripts were created by me and after several tests they are useless and not functional on the new macOS

Please sign in to comment.