base+rescue: added udpcast and partclone

These two should improve rescue image usability
for system provisioning.
This commit is contained in:
Anton Midyukov 2018-04-14 17:39:24 +07:00 committed by Michael Shigorin
parent 1f82082c8c
commit 1c777c8ad4
2 changed files with 5 additions and 1 deletions

View File

@ -24,7 +24,7 @@ START += time -f "%E %PCPU %Mk"
# /usr/bin/{i586,x86_64} are setarch(8) symlinks but arm is not; # /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; # armh (armv7l) doesn't have any but should cope with qemu-arm.static;
# also check whether non-x86 build is running native # 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 (,$(wildcard $(subst :,/$(ARCH) ,$(PATH):)))
ifeq (,$(findstring $(EARCH),$(shell uname -m))) ifeq (,$(findstring $(EARCH),$(shell uname -m)))
export GLOBAL_HSH_USE_QEMU=$(EARCH) export GLOBAL_HSH_USE_QEMU=$(EARCH)

View File

@ -23,3 +23,7 @@ agetty
# Console mouse # Console mouse
gpm gpm
# Provisioning
udpcast
partclone