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
2
Issues
2
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
a61162c4
Commit
a61162c4
authored
Mar 29, 2021
by
Anton Midyukov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
grub, initrd-propagator, syslinux: Set STAGE1_INITRD to initrd-propagator
parent
923cc170
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
4 deletions
+3
-4
generate.mk
features.in/grub/generate.mk
+1
-2
config.mk
features.in/initrd-propagator/config.mk
+1
-1
generate.mk
features.in/syslinux/generate.mk
+1
-1
No files found.
features.in/grub/generate.mk
View file @
a61162c4
...
@@ -102,8 +102,7 @@ bootargs: clean
...
@@ -102,8 +102,7 @@ bootargs: clean
GRUBTHEME=$(GRUBTHEME); \
GRUBTHEME=$(GRUBTHEME); \
[ -n "$$GRUBTHEME" ] || GRUBTHEME=$$(cut -d "-" -f2 <<< $(BRANDING)); \
[ -n "$$GRUBTHEME" ] || GRUBTHEME=$$(cut -d "-" -f2 <<< $(BRANDING)); \
sed -i "s,@grubtheme@,$$GRUBTHEME,g" $(DSTCFGS)
sed -i "s,@grubtheme@,$$GRUBTHEME,g" $(DSTCFGS)
@echo STAGE1_INITRD=$(STAGE1_INITRD)
@if [ "$(STAGE1_INITRD)" = initrd-propagator ]; then \
@if [ "$(STAGE1_INITRD)" = PROPAGATOR ]; then \
sed -i "s,@initrd@,full," $(DSTCFGS); \
sed -i "s,@initrd@,full," $(DSTCFGS); \
sed -i "s,@initrd_ext@,cz," $(DSTCFGS); \
sed -i "s,@initrd_ext@,cz," $(DSTCFGS); \
else \
else \
...
...
features.in/initrd-propagator/config.mk
View file @
a61162c4
use/initrd-propagator:
use/initrd-propagator:
@$(call add_feature)
@$(call add_feature)
@$(call add,STAGE1_PACKAGES,make-initrd-propagator propagator)
@$(call add,STAGE1_PACKAGES,make-initrd-propagator propagator)
@$(call set,STAGE1_INITRD,
PROPAGATOR
)
@$(call set,STAGE1_INITRD,
initrd-propagator
)
features.in/syslinux/generate.mk
View file @
a61162c4
...
@@ -90,7 +90,7 @@ bootargs: clean
...
@@ -90,7 +90,7 @@ bootargs: clean
sed -i "s,@bootvga@,$(BOOTVGA)," $(DSTCFGS); \
sed -i "s,@bootvga@,$(BOOTVGA)," $(DSTCFGS); \
fi; \
fi; \
sed -i "s,@bootvga@,,;s,vga= ,," $(DSTCFGS)
sed -i "s,@bootvga@,,;s,vga= ,," $(DSTCFGS)
@if [ "$(STAGE1_INITRD)" =
PROPAGATOR
]; then \
@if [ "$(STAGE1_INITRD)" =
initrd-propagator
]; then \
sed -i "s,@initrd@,full.cz," $(DSTCFGS); \
sed -i "s,@initrd@,full.cz," $(DSTCFGS); \
else \
else \
sed -i "s,@initrd@,initrd.img," $(DSTCFGS); \
sed -i "s,@initrd@,initrd.img," $(DSTCFGS); \
...
...
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