diff options
| author | Chris Lamb <chris@chris-lamb.co.uk> | 2008-04-28 16:14:19 +0100 |
|---|---|---|
| committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:03:33 +0100 |
| commit | 035bd59e355284dd7042168b86b52c0e2e07605a (patch) | |
| tree | f268b90081749fefe9b5174559cf87aaf757a389 | |
| parent | 8b5bab39220232d469e99d2ae31b87e1d50bbe05 (diff) | |
| download | vyos-live-build-035bd59e355284dd7042168b86b52c0e2e07605a.tar.gz vyos-live-build-035bd59e355284dd7042168b86b52c0e2e07605a.zip | |
Only install read-edid on i386 and powerpc in rescue list
| -rw-r--r-- | lists/rescue | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/lists/rescue b/lists/rescue index e15fccfa9..6587ee0d9 100644 --- a/lists/rescue +++ b/lists/rescue @@ -17,7 +17,12 @@ aview mc nano-tiny qemacs-nox mg vim wdiff hexedit dvd+rw-tools genisoimage sdparm hdparm blktool parted partimage secure-delete scsitools smartmontools testdisk wodim wipe hddtemp # System -dmidecode lshw pciutils procinfo read-edid sysutils usbutils mcelog +dmidecode lshw pciutils procinfo sysutils usbutils mcelog + +#if ARCHITECTURE i386 powerpc +read-edid +#endif + # Browser lynx links2 w3m |
