diff options
author | Chris Lamb <chris@chris-lamb.co.uk> | 2008-04-28 16:14:19 +0100 |
---|---|---|
committer | Chris Lamb <chris@chris-lamb.co.uk> | 2008-04-28 17:05:47 +0100 |
commit | 5cfc5681dfe2bf3bd5e3e45e930164eb252a2fa2 (patch) | |
tree | f268b90081749fefe9b5174559cf87aaf757a389 | |
parent | 6e84963c6c2a2dd18ccf9c0416f1bdcb86ab4ff2 (diff) | |
download | vyos-live-build-5cfc5681dfe2bf3bd5e3e45e930164eb252a2fa2.tar.gz vyos-live-build-5cfc5681dfe2bf3bd5e3e45e930164eb252a2fa2.zip |
Only install read-edid on i386 and powerpc in rescue list
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
-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 |