virtapi / installimage

bash scripts for deploying every linux system
Other
37 stars 14 forks source link

Test CoreOS installation #34

Open bastelfreak opened 8 years ago

bastelfreak commented 8 years ago

we've got a simple coreos.sh which provides us a few functions, they need to be tested. For example, is the touch in create_partitions() really needed? Can we move it to another method?

asciiprod commented 8 years ago

yes, because the file is referenced in install.sh, so it needs to exist, even if it is empty.