Commit 1c777c8a authored by Anton Midyukov's avatar Anton Midyukov Committed by Michael Shigorin

base+rescue: added udpcast and partclone

These two should improve rescue image usability for system provisioning.
parent 1f82082c
......@@ -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)
......
......@@ -23,3 +23,7 @@ agetty
# Console mouse
gpm
# Provisioning
udpcast
partclone
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment