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

Run unsquashfs with force flag when merging rootfs #807

Merged
merged 1 commit into from
Jul 30, 2024

Conversation

bjyoungblood
Copy link
Contributor

This is a temporary fix for an issue that prevents building firmware on
macOS if the Nerves system contains any files with names that collide on
a case-insensitive filesystem like APFS. See nerves-project/nerves#876.

When running mix firmware, warnings in the following format may
indicate that some things may not work as expected:

Pseudo modify file "path/to/file" does not exist in source filesystem.  Ignoring.

This is a temporary fix for an issue that prevents building firmware on
macOS if the Nerves system contains any files with names that collide on
a case-insensitive filesystem like APFS. See nerves-project/nerves#876.

When running `mix firmware`, warnings in the following format may
indicate that some things may not work as expected:

```
Pseudo modify file "path/to/file" does not exist in source filesystem.  Ignoring.
```
@fhunleth
Copy link
Member

Thanks!

@fhunleth fhunleth merged commit 4e839f5 into nerves-project:main Jul 30, 2024
1 check was pending
@bjyoungblood bjyoungblood deleted the unsquashfs-force branch July 30, 2024 19:52
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.

2 participants