-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Odroid M1: add a network rule to rename default name #6757
Conversation
What's the difference between "${destination}" and "${SDCARD}" here? |
destination -> BSP package |
Thanks! Which package is it in this case? Is this something a user could download/update to their existing image? Do you think "${destination}" is better for this stuff in general? If so, we could change it on every board config, many use "${SDCARD}". |
armbian-bsp-cli-$BOARD-$BRANCH
yes, that's the idea. |
I thought about this a bit. Is it a good idea to change the name of a network interface via update package? Imagine if someone had for example set up some rules (static IP, ...) for this interface. Renaming via update might break those rules unless the old name remains as an alternate name and whatever network managing software they use recognizes this as the same interface. So, maybe adding the new interface name "only" for new images wouldn't be that bad? I'm not sure, this is just what came to my mind, I haven't run any test. |
Yes, that you are right. Lets keep this for new images. |
Alright 👍 |
Tested. |
Description
Renaming network device to eth0
How Has This Been Tested?
Checklist: