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
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
d3882587
Commit
d3882587
authored
Oct 13, 2021
by
Anton Midyukov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
initrd-bootchain: allow BOOTCHAIN_LOGFILE, BOOTCHAIN_LOG_VT to be reassigned
parent
be0c99ee
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
2 deletions
+6
-2
config.mk
features.in/initrd-bootchain/config.mk
+2
-0
generate.mk
features.in/initrd-bootchain/generate.mk
+2
-0
bootchain
features.in/initrd-bootchain/stage1/files/bootchain
+2
-2
No files found.
features.in/initrd-bootchain/config.mk
View file @
d3882587
...
...
@@ -19,3 +19,5 @@ use/initrd-bootchain: use/uuid-iso
@$(call try,BOOTCHAIN_OEM_SRV_NETINST,)
@$(call try,BOOTCHAIN_OEM_NFS_NETINST,/srv/public/netinst)
@$(call try,BOOTCHAIN_OEM_CIFS_NETINST,/netinst)
@$(call try,BOOTCHAIN_LOGFILE,/var/log/bootchained.log)
@$(call try,BOOTCHAIN_LOG_VT,3)
features.in/initrd-bootchain/generate.mk
View file @
d3882587
...
...
@@ -28,6 +28,8 @@ all: debug
-e "s,@oem_srv_netinst@,$(BOOTCHAIN_OEM_SRV_NETINST)," \
-e "s,@oem_nfs_netinst@,$(BOOTCHAIN_OEM_NFS_NETINST)," \
-e "s,@oem_cifs_netinst@,$(BOOTCHAIN_OEM_CIFS_NETINST)," \
-e "s,@bc_logfile@,$(BOOTCHAIN_LOGFILE)," \
-e "s,@bc_log_vt@,$(BOOTCHAIN_LOG_VT)," \
$(BOOTCHAIN_CFG)
debug:
...
...
features.in/initrd-bootchain/stage1/files/bootchain
View file @
d3882587
...
...
@@ -8,13 +8,13 @@
# mntdir=/dev/bootchain
# Change VT number to show log on specified TTY, empty value turns off this VT
# BC_LOG_VT=3
BC_LOG_VT=@bc_log_vt@
# Delay in seconds before auto-activate interactive VT, empty value for switch immediately
BC_FGVT_ACTIVATE=@bc_fgvt_activate@
# Full path to the bootchain log or character special device name
# BC_LOGFILE=/var/log/bootchained.log
BC_LOGFILE=@bc_logfile@
# Common timeout in seconds for all waitdev steps:
# this make possible using fallback after last waitdev step
...
...
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