diff options
author | Daniel Baumann <daniel@debian.org> | 2010-12-05 14:27:08 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:20:37 +0100 |
commit | 51944c015f98cf25b3f8a51ccd35a8c77a674d27 (patch) | |
tree | 0f7cfc897e02a2194df886fdcdd6b8411d22daaf /lists/rescue | |
parent | d703d361fc6b707934ac521516999d31c92e6bc7 (diff) | |
download | vyos-live-build-51944c015f98cf25b3f8a51ccd35a8c77a674d27.tar.gz vyos-live-build-51944c015f98cf25b3f8a51ccd35a8c77a674d27.zip |
Renaming --architecture to --architectures in preparation for multi-arch.
Diffstat (limited to 'lists/rescue')
-rw-r--r-- | lists/rescue | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/lists/rescue b/lists/rescue index d4ab45ac2..9afa1fc33 100644 --- a/lists/rescue +++ b/lists/rescue @@ -11,16 +11,16 @@ scalpel # Bootloaders syslinux-common -#if ARCHITECTURE amd64 i386 +#if ARCHITECTURES amd64 i386 grub lilo mbr syslinux #endif -#if ARCHITECTURE hppa +#if ARCHITECTURES hppa palo #endif # System gnupg dash discover gawk htop less lsof ltrace psmisc screen strace units -#if ARCHITECTURE i386 +#if ARCHITECTURES i386 pstack #endif tcsh @@ -42,13 +42,13 @@ fsarchiver chiark-utils-bin # System -#if ARCHITECTURE amd64 i386 +#if ARCHITECTURES amd64 i386 dmidecode mcelog cpuburn #endif lshw pciutils procinfo usbutils sysstat stress -#if ARCHITECTURE i386 powerpc +#if ARCHITECTURES i386 powerpc read-edid #endif @@ -265,7 +265,7 @@ sleuthkit dosfstools mscompress chntpw pptpd pptp-linux # unsorted -#if ARCHITECTURE amd64 i386 +#if ARCHITECTURES amd64 i386 cpuid x86info #endif hwinfo @@ -310,6 +310,6 @@ hostapd emacs23-nox build-essential gdb gfortran gnat -#if ARCHITECTURE i386 +#if ARCHITECTURES i386 bin86 #endif |