diff options
author | Ben Armstrong <synrg@debian.org> | 2015-12-14 19:07:52 -0400 |
---|---|---|
committer | Iain R. Learmonth <irl@debian.org> | 2015-12-15 14:01:29 +0000 |
commit | 1f8975cc604ad18b1b1d9d4db808574a844d3999 (patch) | |
tree | 564298ad514d59c228cc084a2489f5b9fe320bb7 /scripts/build/installer_debian-installer | |
parent | 89040368a8b46a72bb204cf196104d816385494e (diff) | |
download | vyos-live-build-1f8975cc604ad18b1b1d9d4db808574a844d3999.tar.gz vyos-live-build-1f8975cc604ad18b1b1d9d4db808574a844d3999.zip |
Remove 586 flavour for i386 architecture. (Closes: #807972)
Diffstat (limited to 'scripts/build/installer_debian-installer')
-rwxr-xr-x | scripts/build/installer_debian-installer | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/installer_debian-installer b/scripts/build/installer_debian-installer index b9f44b5d8..b4b2e7188 100755 --- a/scripts/build/installer_debian-installer +++ b/scripts/build/installer_debian-installer @@ -322,7 +322,7 @@ then i386) DI_REQ_PACKAGES="lilo grub-pc" - DI_PACKAGES="${DI_REQ_PACKAGES} linux-image-586 linux-image-686-pae" + DI_PACKAGES="${DI_REQ_PACKAGES} linux-image-686-pae" ;; powerpc) |