From 03bc3e619f311e11323be5bfce57ebd0842e6595 Mon Sep 17 00:00:00 2001 From: Dieter Plaetinck Date: Sun, 8 May 2011 18:02:55 +0200 Subject: releng: clarify some text and options Signed-off-by: Dieter Plaetinck Signed-off-by: Dan McGee --- releng/fixtures/installtype.json | 2 +- releng/fixtures/source.json | 4 ++-- releng/views.py | 6 ++++-- 3 files changed, 7 insertions(+), 5 deletions(-) (limited to 'releng') diff --git a/releng/fixtures/installtype.json b/releng/fixtures/installtype.json index 7fa21fc1..07d17f28 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 2622f4c1..9d1950a5 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)" } }, { diff --git a/releng/views.py b/releng/views.py index ae9c8682..70aaaf52 100644 --- a/releng/views.py +++ b/releng/views.py @@ -23,10 +23,12 @@ class TestForm(forms.ModelForm): source = standard_field(Source) clock_choice = standard_field(ClockChoice) filesystem = standard_field(Filesystem, - help_text="Check the installed system, including fstab.") + help_text="verify /etc/fstab, `df -hT` output and commands like " \ + "lvdisplay for special modules") modules = forms.ModelMultipleChoiceField(queryset=Module.objects.all(), help_text="", widget=forms.CheckboxSelectMultiple(), required=False) - bootloader = standard_field(Bootloader) + bootloader = standard_field(Bootloader, + help_text="Verify that the entries in the bootloader config look ok") rollback_filesystem = standard_field(Filesystem, help_text="If you did a rollback followed by a new attempt to setup " \ "your lockdevices/filesystems, select which option you took here.", -- cgit v1.2.3-55-g3dc8