Update reconfix to fix volume signature errors in local configure

Change-Type: patch
This commit is contained in:
Tim Perry 2018-07-19 19:05:15 +02:00
parent 442416efc3
commit f4f44f978e
2 changed files with 3 additions and 3 deletions

View File

@ -53,12 +53,12 @@ getConfigurationSchema = (connnectionFileName = 'resin-wifi') ->
path: CONNECTIONS_FOLDER.slice(1)
# Reconfix still uses the older resin-image-fs, so still needs an
# object-based partition definition.
partition: { primary: BOOT_PARTITION }
partition: BOOT_PARTITION
config_json:
type: 'json'
location:
path: 'config.json'
partition: { primary: BOOT_PARTITION }
partition: BOOT_PARTITION
inquirerOptions = (data) -> [
{

View File

@ -133,7 +133,7 @@
"prettyjson": "^1.1.3",
"progress-stream": "^2.0.0",
"raven": "^2.5.0",
"reconfix": "^0.0.3",
"reconfix": "^0.1.0",
"request": "^2.81.0",
"resin-bundle-resolve": "^0.5.3",
"resin-cli-form": "^1.4.1",