Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

configs/br2: add ext2-4 and FAT filesystem tools #129

Merged
merged 1 commit into from
Oct 10, 2023
Merged

Conversation

ruslashev
Copy link
Contributor

This adds mkfs and fsck tools for ext2-4 and FAT filesystems.

Binaries:

  • mkfs.{msdos,vfat}, mkdosfs -> mkfs.fat
  • mkfs.ext{2,3,4} -> mke2fs
  • fsck.{msdos,vfat}, dosfsck -> fsck.fat
  • fsck.ext{2,3,4} -> e2fsck
  • mklost+found

Flash size change:

B MiB
before 60506784 57.70
after 61727251 58.87
delta 1220467 1.16

Closes #114

@ruslashev ruslashev merged commit a6f0e55 into master Oct 10, 2023
1 check passed
@ruslashev ruslashev deleted the feature/mkfs branch October 10, 2023 10:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Ability to format bmc SD card with supported filesystems
2 participants