Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mkimage-profiles
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Anton Palgunov
mkimage-profiles
Commits
1c777c8a
Commit
1c777c8a
authored
Apr 14, 2018
by
Anton Midyukov
Committed by
Michael Shigorin
Apr 23, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
base+rescue: added udpcast and partclone
These two should improve rescue image usability for system provisioning.
parent
1f82082c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
build.mk
lib/build.mk
+1
-1
base+rescue
pkg.in/lists/tagged/base+rescue
+4
-0
No files found.
lib/build.mk
View file @
1c777c8a
...
...
@@ -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)
...
...
pkg.in/lists/tagged/base+rescue
View file @
1c777c8a
...
...
@@ -23,3 +23,7 @@ agetty
# Console mouse
gpm
# Provisioning
udpcast
partclone
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment