Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
cookbook
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
redox-os
cookbook
Commits
2c9c51d8
Commit
2c9c51d8
authored
1 year ago
by
Jeremy Soller
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' into 'master'
initfs: switch to VT#3 before `run.d` See merge request
!295
parents
053df828
209f0bcc
No related branches found
No related tags found
1 merge request
!295
initfs: switch to VT#3 before `run.d`
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
recipes/drivers/recipe.toml
+1
-0
1 addition, 0 deletions
recipes/drivers/recipe.toml
recipes/initfs/init.rc
+2
-1
2 additions, 1 deletion
recipes/initfs/init.rc
with
3 additions
and
1 deletion
recipes/drivers/recipe.toml
+
1
−
0
View file @
2c9c51d8
...
...
@@ -17,6 +17,7 @@ BINS=(
usbscsid
virtio-netd
xhcid
inputd
)
# Add additional drivers to the list to build, that are not in drivers-initfs
...
...
This diff is collapsed.
Click to expand it.
recipes/initfs/init.rc
+
2
−
1
View file @
2c9c51d8
...
...
@@ -4,7 +4,7 @@ nulld
zerod
randd
inputd
vesad T T
G
vesad T T
T T T T T T T T T T
logd debug: display/vesa:1
stdio log:
ps2d us
...
...
@@ -14,4 +14,5 @@ pcid /etc/pcid/initfs.toml
redoxfs --uuid $REDOXFS_UUID file $REDOXFS_BLOCK
cd file:
export PATH file:/bin
inputd -G 3
run.d /etc/init.d
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment