From 1c777c8ad4957ce70f283f5187ee2870c7930dd0 Mon Sep 17 00:00:00 2001 From: Anton Midyukov Date: Sat, 14 Apr 2018 17:39:24 +0700 Subject: [PATCH] base+rescue: added udpcast and partclone These two should improve rescue image usability for system provisioning. --- lib/build.mk | 2 +- pkg.in/lists/tagged/base+rescue | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lib/build.mk b/lib/build.mk index f6e1974b..8c4e2de3 100644 --- a/lib/build.mk +++ b/lib/build.mk @@ -24,7 +24,7 @@ START += time -f "%E %PCPU %Mk" # /usr/bin/{i586,x86_64} are setarch(8) symlinks but arm is not; # armh (armv7l) doesn't have any but should cope with qemu-arm.static; # also check whether non-x86 build is running native -EARCH := $(subst armh,arm,$(ARCH)) +EARCH := $(patsubst e2k%,e2k,$(subst armh,arm,$(ARCH))) ifeq (,$(wildcard $(subst :,/$(ARCH) ,$(PATH):))) ifeq (,$(findstring $(EARCH),$(shell uname -m))) export GLOBAL_HSH_USE_QEMU=$(EARCH) diff --git a/pkg.in/lists/tagged/base+rescue b/pkg.in/lists/tagged/base+rescue index 6fb6c1d5..7a5e9d65 100644 --- a/pkg.in/lists/tagged/base+rescue +++ b/pkg.in/lists/tagged/base+rescue @@ -23,3 +23,7 @@ agetty # Console mouse gpm + +# Provisioning +udpcast +partclone