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
c6d39c87
Commit
c6d39c87
authored
Dec 13, 2024
by
Anton Midyukov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
initrd-bootchain: add variable BOOTCHAIN_TMPFS_SIZE
parent
23e7ca57
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
0 deletions
+5
-0
config.mk
features.in/initrd-bootchain/config.mk
+1
-0
generate.mk
features.in/initrd-bootchain/generate.mk
+1
-0
bootchain
features.in/initrd-bootchain/stage1/files/.disk/bootchain
+3
-0
No files found.
features.in/initrd-bootchain/config.mk
View file @
c6d39c87
...
...
@@ -22,3 +22,4 @@ use/initrd-bootchain:
@$(call try,BOOTCHAIN_OEM_CIFS_NETINST,/netinst)
@$(call try,BOOTCHAIN_LOGFILE,/var/log/chaind.log)
@$(call try,BOOTCHAIN_LOG_VT,3)
@$(call try,BOOTCHAIN_TMPFS_SIZE,50%)
features.in/initrd-bootchain/generate.mk
View file @
c6d39c87
...
...
@@ -30,6 +30,7 @@ all: debug
-e "s,@oem_cifs_netinst@,$(BOOTCHAIN_OEM_CIFS_NETINST)," \
-e "s,@bc_logfile@,$(BOOTCHAIN_LOGFILE)," \
-e "s,@bc_log_vt@,$(BOOTCHAIN_LOG_VT)," \
-e "s,@bc_tmpfs_size@,$(BOOTCHAIN_TMPFS_SIZE)," \
$(BOOTCHAIN_CFG)
debug:
...
...
features.in/initrd-bootchain/stage1/files/.disk/bootchain
View file @
c6d39c87
...
...
@@ -16,6 +16,9 @@ BC_FGVT_ACTIVATE=@bc_fgvt_activate@
# Full path to the bootchain log or character special device name
BC_LOGFILE=@bc_logfile@
# Specify the TMPFS size, by default it is 50% of available memory
# BC_TMPFS_SIZE=@bc_tmpfs_size@
# Common timeout in seconds for all waitdev steps:
# this make possible using fallback after last waitdev step
WAITDEV_TIMEOUT=@waitdev_timeout@
...
...
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