You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 14, 2023. It is now read-only.
We should set a label for each partition. This makes it easy to e.g. find the "root" partition regardless of the partition layout (which might differ between devices or setups).
The text was updated successfully, but these errors were encountered:
Partition labels are a good idea in general, but you should prevent duplicates. Otherwise tools like df will get confused.
The ODROID boot.ini uses UUIDs to identify the root filesystem. Either you change the UUID in boot.ini or you pass the UUID to the mkfs command. Using UUIDs instead of device nodes is really helpful since the device numbering may vary between different kernels (3.10 vs. mainline).
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
We should set a label for each partition. This makes it easy to e.g. find the "root" partition regardless of the partition layout (which might differ between devices or setups).
The text was updated successfully, but these errors were encountered: