radiodan-archive / cold-start

Build a base radiodan install from a clean raspbian distro
4 stars 1 forks source link

Configure via boot files #1

Closed andrewn closed 11 years ago

andrewn commented 11 years ago

Just opening this pull request for discussion, rather than merging

I've made a rough start on radiodan/project#2. Currently /boot/wpa_supplicant.txt and /boot/hostname.txt will be copied into the correct location if those files are newer.

Issues:

@pixelblend @chrislo

andrewn commented 11 years ago

The hostname part of this isn't ready since you also need to add the new hostname to /etc/hosts.

We should split out the wpa_supplicant.txt part of this so it can be merged in.

andrewn commented 11 years ago

The wpa_supplicant conf is done in #9 . Should raise a new PR with the hostname conf via boot files.