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
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
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
Ximper Linux
mkimage-profiles
Commits
77e80ef0
Commit
77e80ef0
authored
Dec 04, 2020
by
Anton Midyukov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
oem: Add use/oem/install target
This target needed for alterator-setup (pkg step). Also added preinstall and eth-net steps.
parent
07525d72
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
17 additions
and
0 deletions
+17
-0
config.mk
features.in/oem/config.mk
+7
-0
60-oem-install.mk
features.in/oem/lib/60-oem-install.mk
+4
-0
99-oem-setup
features.in/oem/rootfs/image-scripts.d/99-oem-setup
+6
-0
No files found.
features.in/oem/config.mk
View file @
77e80ef0
...
...
@@ -9,6 +9,7 @@ use/oem: use/services use/branding
@$(call xport,OEM_TARGET)
@$(call xport,OEM_NO_CLEANUP)
@$(call xport,OEM_STEPS)
@$(call xport,OEM_INSTALL)
use/oem/vnc: use/oem use/x11-vnc use/net-eth/dhcp
@$(call add,THE_PACKAGES,alterator-setup-x11vnc)
...
...
@@ -18,3 +19,9 @@ use/oem/vnc: use/oem use/x11-vnc use/net-eth/dhcp
use/oem/no-cleanup: use/oem
@$(call set,OEM_NO_CLEANUP,yes)
use/oem/install: use/oem use/repo/main
@$(call set,OEM_INSTALL,yes)
@$(call try,OEM_STEPS,sysconfig notes-license datetime pkg \
preinstall net-eth root users setup-finish)
@$(call add,THE_PACKAGES,alterator-pkg alterator-net-eth)
features.in/oem/lib/60-oem-install.mk
0 → 100644
View file @
77e80ef0
all: $(GLOBAL_DEBUG) $(OEM_INSTALL:%=oem-install)
oem-install:
@git archive HEAD:pkg > files/.install3.tar
features.in/oem/rootfs/image-scripts.d/99-oem-setup
View file @
77e80ef0
...
...
@@ -21,4 +21,10 @@ if [ -n "$GLOBAL_OEM_STEPS" ]; then
done
fi
if
[
-n
"
$GLOBAL_OEM_INSTALL
"
]
;
then
mkdir
-p
/var/lib/install3
tar
-xf
/.install3.tar
-C
/var/lib/install3/
rm
/.install3.tar
fi
:
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