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
86452196
Commit
86452196
authored
Feb 16, 2013
by
Michael Shigorin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
live: added EFI to use/live/desktop
Its support is quite mature and practically useful by now. Let's also add a convenient alias.
parent
a89fff3c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
config.mk
features.in/efi/config.mk
+2
-0
config.mk
features.in/live/config.mk
+2
-1
No files found.
features.in/efi/config.mk
View file @
86452196
+efi: use/efi; @:
ifeq (x86_64,$(ARCH))
ifeq (x86_64,$(ARCH))
EFI_LISTS := $(call tags,base efi)
EFI_LISTS := $(call tags,base efi)
...
...
features.in/live/config.mk
View file @
86452196
...
@@ -14,7 +14,8 @@ use/live/x11: use/live use/firmware use/x11/xorg
...
@@ -14,7 +14,8 @@ use/live/x11: use/live use/firmware use/x11/xorg
@$(call add,LIVE_PACKAGES,xinit)
@$(call add,LIVE_PACKAGES,xinit)
# optimized out: use/x11/xorg
# optimized out: use/x11/xorg
use/live/desktop: use/live/base use/x11/wacom use/live/sound +vmguest +power
use/live/desktop: use/live/base use/x11/wacom use/live/sound \
+vmguest +power +efi
@$(call add,LIVE_LISTS,$(call tags,desktop && (live || network)))
@$(call add,LIVE_LISTS,$(call tags,desktop && (live || network)))
@$(call add,LIVE_LISTS,$(call tags,base l10n))
@$(call add,LIVE_LISTS,$(call tags,base l10n))
@$(call add,LIVE_PACKAGES,fonts-ttf-dejavu fonts-ttf-droid)
@$(call add,LIVE_PACKAGES,fonts-ttf-dejavu fonts-ttf-droid)
...
...
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