Skip to content

Commit

Permalink
fs: Drop ext2/3/4 support
Browse files Browse the repository at this point in the history
  • Loading branch information
mintsuki committed Dec 10, 2023
1 parent 8c265fd commit 7119459
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 737 deletions.
4 changes: 0 additions & 4 deletions PHILOSOPHY.md
Expand Up @@ -21,10 +21,6 @@ way to modify its own EFI executable to bake in the BLAKE2B checksum of the conf
a key added to the firmware's keychain. This prevents modifications to the config file (and in turn the checksums contained there)
from going unnoticed.

### What about ext2/3/4? Why is that supported then?

This is explicitly against the philosophy, but it is a pragmatic compromise since a lot of Linux distros and setups expect it to "work that way".

### But I don't want to have a separate FAT boot partition! I don't want it!!!

Well tough luck. It is `$year_following_2012` now and most PCs are equipped with UEFI and simply won't boot without a FAT EFI system partition
Expand Down
1 change: 0 additions & 1 deletion README.md
Expand Up @@ -38,7 +38,6 @@ Donations welcome, but absolutely not mandatory!
* Unpartitioned media

### Supported filesystems
* ext2/3/4
* FAT12/16/32
* ISO9660 (CDs/DVDs)

Expand Down
13 changes: 0 additions & 13 deletions common/fs/ext2.h

This file was deleted.

0 comments on commit 7119459

Please sign in to comment.