base+rescue: added udpcast and partclone
These two should improve rescue image usability for system provisioning.
This commit is contained in:
parent
1f82082c8c
commit
1c777c8ad4
@ -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)
|
||||||
|
@ -23,3 +23,7 @@ agetty
|
|||||||
|
|
||||||
# Console mouse
|
# Console mouse
|
||||||
gpm
|
gpm
|
||||||
|
|
||||||
|
# Provisioning
|
||||||
|
udpcast
|
||||||
|
partclone
|
||||||
|
Loading…
Reference in New Issue
Block a user