diff options
author | Chris Lamb <chris@chris-lamb.co.uk> | 2008-04-28 16:19:03 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:03:33 +0100 |
commit | 8f0d48bba1c2518fac790407574ede388bfa8c31 (patch) | |
tree | 9b649a85edef328625691d8ef7430598e60fd92d /lists | |
parent | 035bd59e355284dd7042168b86b52c0e2e07605a (diff) | |
download | vyos-live-build-8f0d48bba1c2518fac790407574ede388bfa8c31.tar.gz vyos-live-build-8f0d48bba1c2518fac790407574ede388bfa8c31.zip |
Only install sysutils on Etch in rescue list
Diffstat (limited to 'lists')
-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 |