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
c0d7b19b
Commit
c0d7b19b
authored
Jan 29, 2017
by
Michael Shigorin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
features.in: fixed glitches found
Those few places lacking "; @:" replacement for a real recipe have been finally -spotted- identified with `make check' and fixed.
parent
a2897267
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
config.mk
features.in/efi/config.mk
+1
-1
config.mk
features.in/install2/config.mk
+1
-1
config.mk
features.in/net-eth/config.mk
+1
-1
config.mk
features.in/repo/config.mk
+1
-1
No files found.
features.in/efi/config.mk
View file @
c0d7b19b
...
...
@@ -38,6 +38,6 @@ else
# ignore on an unsupported target arch but make it hybrid at least
use/efi use/efi/signed use/efi/debug \
use/efi/refind use/efi/shell use/efi/memtest86: use/isohybrid
use/efi/refind use/efi/shell use/efi/memtest86: use/isohybrid
; @:
endif
features.in/install2/config.mk
View file @
c0d7b19b
...
...
@@ -27,7 +27,7 @@ use/install2/stage3: use/install2
@$(call add,BASE_PACKAGES,installer-$$(INSTALLER)-stage3)
# just an alias, better use its endpoint directly
use/install2/fonts: use/fonts/install2
use/install2/fonts: use/fonts/install2
; @:
# see also use/vmguest
use/install2/vmguest: use/install2/kvm use/install2/vbox use/install2/vmware; @:
...
...
features.in/net-eth/config.mk
View file @
c0d7b19b
# NB: this is aimed at LiveCD/installer images
+net-eth: use/net-eth use/stage2/net-eth
+net-eth: use/net-eth use/stage2/net-eth
; @:
# see also use/stage2/net-eth; do not depend on it though
# as stage2-less images need preconfigured networking too
...
...
features.in/repo/config.mk
View file @
c0d7b19b
...
...
@@ -2,4 +2,4 @@ use/repo:
@$(call add_feature)
@$(call add,STAGE1_PACKAGES,gnupg)
use/repo/main: sub/main use/repo
use/repo/main: sub/main use/repo
; @:
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