clearlinux / micro-config-drive

An alternative and small cloud-init implementation in C
Other
46 stars 17 forks source link

Multiple fixes #4

Closed ikeydoherty closed 8 years ago

ikeydoherty commented 8 years ago

This makes the configuration a bit more friendly so that it's easier to develop/use..

Validation for disk change:

/* Path to resize2fs binary */
#define RESIZEFS_PATH "/sbin/resize2fs"
ikeydoherty commented 8 years ago

703d2ff is kinda at your discretion, however I don't think it's a bad idea to incorporate.

sofar commented 8 years ago

These all look great.

ikeydoherty commented 8 years ago

I'm going to rebase this..