cloudmesh / cloudmesh-pi-burn

Burns many SD cards so we can build a Raspberry PI cluster
Other
18 stars 12 forks source link

Adds several new parameters to cm-burn and improves code #1

Closed jonathanbranam closed 5 years ago

jonathanbranam commented 5 years ago

Added -n --dry-run to run the utility without making any changes.

Added -i --interactive to run in interactive mode to force confirmation of every write to disk.

Added --domain to specify the domain of the static ips

Refactored platform detection because it was wrong and inconsistent.

Added asking user for device to write to (should add auto-detect next).

Made unmount() unmount the entire drive in OS X. This is better because now it doesn't have to know the names of the drives in advance. This should be improved for linux also.

Sets .ssh and authorized_keys permissions correctly.