From: Alexander Marx <alexander.marx@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH v2] BUG11296: Fix flash-images to build on EFI systems
Date: Thu, 02 Mar 2017 17:15:12 +0100 [thread overview]
Message-ID: <1488471312-9779-1-git-send-email-alexander.marx@ipfire.org> (raw)
[-- Attachment #1: Type: text/plain, Size: 3986 bytes --]
Signed-off-by: Alexander Marx <alexander.marx(a)ipfire.org>
---
lfs/flash-images | 4 ++--
src/misc-progs/Makefile | 57 -------------------------------------------------
2 files changed, 2 insertions(+), 59 deletions(-)
delete mode 100644 src/misc-progs/Makefile
diff --git a/lfs/flash-images b/lfs/flash-images
index d10fc9b..73129f3 100644
--- a/lfs/flash-images
+++ b/lfs/flash-images
@@ -1,4 +1,4 @@
-###############################################################################
+cd###############################################################################
# #
# IPFire.org - A linux based firewall #
# Copyright (C) 2007-2016 IPFire Team <info(a)ipfire.org> #
@@ -193,7 +193,7 @@ endif
-e "s/root=[A-Za-z0-9\/=-]*/root=UUID=$$(blkid -o value -s UUID $(PART_ROOT))/g"
# Install GRUB
- grub-install --force --recheck --no-floppy \
+ grub-install --force --recheck --no-floppy --target=i386-pc \
--root-directory=$(MNThdd) $(DEVICE)
endif
diff --git a/src/misc-progs/Makefile b/src/misc-progs/Makefile
deleted file mode 100644
index 08a4e37..0000000
--- a/src/misc-progs/Makefile
+++ /dev/null
@@ -1,57 +0,0 @@
-###############################################################################
-# #
-# IPFire.org - A linux based firewall #
-# Copyright (C) 2007 Michael Tremer & Christian Schmidt #
-# #
-# This program is free software: you can redistribute it and/or modify #
-# it under the terms of the GNU General Public License as published by #
-# the Free Software Foundation, either version 3 of the License, or #
-# (at your option) any later version. #
-# #
-# This program is distributed in the hope that it will be useful, #
-# but WITHOUT ANY WARRANTY; without even the implied warranty of #
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #
-# GNU General Public License for more details. #
-# #
-# You should have received a copy of the GNU General Public License #
-# along with this program. If not, see <http://www.gnu.org/licenses/>. #
-# #
-###############################################################################
-
-CC = gcc
-CFLAGS ?= -O2 -Wall
-LIBS = -lsmooth -lnewt
-
-PROGS = iowrap
-SUID_PROGS = squidctrl sshctrl ipfirereboot \
- ipsecctrl timectrl dhcpctrl snortctrl \
- applejuicectrl rebuildhosts backupctrl collectdctrl \
- logwatch openvpnctrl firewallctrl \
- wirelessctrl getipstat qosctrl launch-ether-wake \
- redctrl syslogdctrl extrahdctrl sambactrl upnpctrl \
- smartctrl clamavctrl addonctrl pakfire mpfirectrl wlanapctrl \
- setaliases urlfilterctrl updxlratorctrl fireinfoctrl rebuildroutes \
- getconntracktable wirelessclient torctrl ddnsctrl unboundctrl
-SUID_UPDX = updxsetperms
-
-OBJS = $(patsubst %,%.o,$(PROGS) $(SUID_PROGS))
-
-install: all
- install -m 755 $(PROGS) /usr/local/bin
- install -m 4750 -g nobody $(SUID_PROGS) /usr/local/bin
-
-all: $(PROGS) $(SUID_PROGS)
-
-clean:
- -rm -f $(PROGS) $(SUID_PROGS) *.o core
-
-######
-
-%.o: %.c
- $(CC) $(CFLAGS) -c $< -o $@
-
-setuid.o: setuid.c setuid.h
- $(CC) $(CFLAGS) -c $< -o $@
-
-$(PROGS) $(SUID_PROGS): setuid.o | $(OBJS)
- $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $@.o $< $(LIBS)
--
2.7.4
reply other threads:[~2017-03-02 16:15 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1488471312-9779-1-git-send-email-alexander.marx@ipfire.org \
--to=alexander.marx@ipfire.org \
--cc=development@lists.ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox