~ubuntu-branches/ubuntu/lucid/installation-report/lucid

« back to all changes in this revision

Viewing changes to report-hw

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2007-11-27 15:52:32 UTC
  • Revision ID: james.westby@ubuntu.com-20071127155232-kpql0idrqm2gvzge
Tags: 2.31ubuntu1
* Resynchronise with Debian. Remaining changes:
  - Direct installation reports to ubuntu-users@lists.ubuntu.com.
  - Save /target/var/lib/dpkg/status to
    /target/var/log/installer/initial-status.gz.
* Set Vcs-Bzr for Ubuntu.

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
cardctl status 2>&1 | addinfo "cardctl status"
51
51
cardctl ident 2>&1 | addinfo "cardctl ident"
52
52
 
 
53
if type dmraid >/dev/null 2>&1; then
 
54
        dmraid -s 2>&1 | addinfo "dmraid -s"
 
55
        dmraid -r 2>&1 | addinfo "dmraid -r"
 
56
        if type dmsetup >/dev/null 2>&1; then
 
57
                dmsetup table 2>&1 | addinfo "dmsetup table"
 
58
        fi
 
59
fi
 
60
 
53
61
for file in cpuinfo ioports iomem interrupts meminfo bus/usb/devices \
54
62
        bus/input/devices; do
55
63
        addfile /proc/$file