diff options
Diffstat (limited to 'releng/fixtures')
-rw-r--r-- | releng/fixtures/installtype.json | 2 | ||||
-rw-r--r-- | releng/fixtures/source.json | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/releng/fixtures/installtype.json b/releng/fixtures/installtype.json index 7fa21fc..07d17f2 100644 --- a/releng/fixtures/installtype.json +++ b/releng/fixtures/installtype.json @@ -24,7 +24,7 @@ "pk": 4, "model": "releng.installtype", "fields": { - "name": "automatic install custom config (specify in comments)" + "name": "automatic install custom config (if special, specify in comments)" } } ] diff --git a/releng/fixtures/source.json b/releng/fixtures/source.json index 2622f4c..9d1950a 100644 --- a/releng/fixtures/source.json +++ b/releng/fixtures/source.json @@ -3,14 +3,14 @@ "pk": 1, "model": "releng.source", "fields": { - "name": "net install manual networking config (Check that it works + rc.conf, resolv.conf, mirrorlist)" + "name": "net install manual networking config (verify network, rc.conf, resolv.conf, mirrorlist)" } }, { "pk": 2, "model": "releng.source", "fields": { - "name": "net install dhcp (Check that it works + rc.conf)" + "name": "net install dhcp (verify network, rc.conf, mirrorlist)" } }, { |