aws / ec2-macos-init

EC2 macOS Init is the launch daemon used to initialize Mac instances within EC2.
https://aws.amazon.com/ec2/instance-types/mac/
Apache License 2.0
148 stars 19 forks source link

refactor: drop networksetup downif command #22

Open jahkeup opened 1 year ago

jahkeup commented 1 year ago

Issue #, if available:

n/a

Description of changes:

The network interfaces are setup by other packages' LaunchDaemon jobs and this command may conflict with their logic and configuration (which may differ by instance type - eg: mac1.metal vs mac2.metal).

We drop the command here in favor of these other tools as they're more accurately tuned for the specific instance types.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.