diff options
author | Chris Lamb <chris@chris-lamb.co.uk> | 2008-04-28 16:19:03 +0100 |
---|---|---|
committer | Chris Lamb <chris@chris-lamb.co.uk> | 2008-04-28 17:05:47 +0100 |
commit | b8cb2d13c0aedaebeb0c538d2c2bed4f9a3778c0 (patch) | |
tree | 9b649a85edef328625691d8ef7430598e60fd92d | |
parent | 5cfc5681dfe2bf3bd5e3e45e930164eb252a2fa2 (diff) | |
download | vyos-live-build-b8cb2d13c0aedaebeb0c538d2c2bed4f9a3778c0.tar.gz vyos-live-build-b8cb2d13c0aedaebeb0c538d2c2bed4f9a3778c0.zip |
Only install sysutils on Etch in rescue list
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
-rw-r--r-- | lists/rescue | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lists/rescue b/lists/rescue index 6587ee0d9..5333f8c6c 100644 --- a/lists/rescue +++ b/lists/rescue @@ -17,12 +17,15 @@ 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 sysutils usbutils mcelog +dmidecode lshw pciutils procinfo usbutils mcelog #if ARCHITECTURE i386 powerpc read-edid #endif +#if DISTRIBUTION etch +sysutils +#endif # Browser lynx links2 w3m |