ALT Linux Bugzilla
– Attachment 6690 Details for
Bug 31982
vm/net.qcow2 misses bootloader
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
[patch]
vm.mk: fixed thinko regarding lilo arches
0001-vm.mk-fixed-thinko-regarding-lilo-arches.patch (text/plain), 915 bytes, created by
Michael Shigorin
on 2016-04-15 16:29:42 MSK
(
hide
)
Description:
vm.mk: fixed thinko regarding lilo arches
Filename:
MIME Type:
Creator:
Michael Shigorin
Created:
2016-04-15 16:29:42 MSK
Size:
915 bytes
patch
obsolete
>From b214d5c18e35aecf1bf673eab8a32316a14adb3f Mon Sep 17 00:00:00 2001 >From: Michael Shigorin <mike@altlinux.org> >Date: Fri, 15 Apr 2016 16:13:55 +0300 >Subject: [PATCH] vm.mk: fixed thinko regarding lilo arches > >A classic brown paper bag bug: this was typed in a hospital >and that commit was a sick one indeed, the condition should >have been the opposite. > >Reported-by: Ildar Mulyukov <ildar@altlinux.org> >Closes: #31982 >--- > lib/vm.mk | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/lib/vm.mk b/lib/vm.mk >index f70ad8f..ac16ce2 100644 >--- a/lib/vm.mk >+++ b/lib/vm.mk >@@ -8,7 +8,7 @@ ifeq (vm,$(IMAGE_CLASS)) > > vm/.bare: profile/bare > @$(call add,BASE_PACKAGES,interactivesystem shadow-utils e2fsprogs) >-ifeq (,$(filter i586 x86_64,$(ARCH))) # useless on anything else >+ifeq (,$(filter-out i586 x86_64,$(ARCH))) # useless on anything else > @$(call add,BASE_PACKAGES,lilo) > endif > >-- >2.7.4 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 31982
: 6690