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
Ximper Linux
mkimage-profiles
Commits
90be07fb
You need to sign in or sign up before continuing.
Commit
90be07fb
authored
Jun 19, 2012
by
Michael Shigorin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
initial conf.d/vm.mk
After we have built a bare virtual machine image successfully some variations are due, and these are to be described here.
parent
72fc74d1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
3 deletions
+8
-3
README
README
+1
-1
vm.mk
conf.d/vm.mk
+6
-0
vm.mk
lib/vm.mk
+1
-2
No files found.
README
View file @
90be07fb
...
...
@@ -33,7 +33,7 @@ Most docs are in Russian, welcome to learn it or ask for English.
Объекты:
- дистрибутивы и виртуальные среды/машины:
+ описываются в conf.d/*.mk или соответственно lib/{distro,ve}.mk
+ описываются в conf.d/*.mk или соответственно lib/{distro,ve
,vm
}.mk
+ могут основываться на предшественниках, расширяя их
+ дистрибутивы также:
- включают один или более субпрофилей по надобности
...
...
conf.d/vm.mk
0 → 100644
View file @
90be07fb
# virtual machines
ifeq (vm,$(IMAGE_CLASS))
vm/icewm: vm/bare use/x11/xdm +icewm; @:
endif
lib/vm.mk
View file @
90be07fb
...
...
@@ -6,9 +6,8 @@ endif
ifeq (vm,$(IMAGE_CLASS))
#vm/.bare: profile/bare use/bootloader/grub
vm/.bare: profile/bare
@$(call add,BASE_PACKAGES,
basesystem interactivesystem lilo passwd shadow-utils e2fsprogs mingetty
)
@$(call add,BASE_PACKAGES,
interactivesystem lilo shadow-utils e2fsprogs
)
@$(call set,KFLAVOURS,std-def)
vm/bare: vm/.bare
...
...
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