[go: nahoru, domu]

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added "Screen will stop updating" message to Grub output on kernel boot. #43

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update config.json
Added screen will stop updating message.
  • Loading branch information
ilovepancakes95 authored Oct 2, 2021
commit 66daa988398091b7d65f7c7c43289625a1a99add
2 changes: 2 additions & 0 deletions config/DS3615xs/7.0-41222/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@
"echo Loading initramfs...",
"initrd /rd.gz /custom.gz",
"echo Starting kernel with USB boot"
"echo This screen will stop updating shortly. Visit find.synology.com to continue DSM installation."
],
"cmdline": {
"earlyprintk": null,
Expand All @@ -86,6 +87,7 @@
"echo Loading initramfs...",
"initrd /rd.gz /custom.gz",
"echo Starting kernel with SATA boot"
"echo This screen will stop updating shortly. Visit find.synology.com to continue DSM installation."
],
"cmdline": {
"earlyprintk": null,
Expand Down