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
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 2 additions & 0 deletions config/DS3615xs/6.2.4-25556/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 @@ -87,6 +88,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
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
2 changes: 2 additions & 0 deletions config/DS918+/6.2.4-25556/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,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 @@ -94,6 +95,7 @@
"initrd /rd.gz /custom.gz",
"echo Starting kernel with SATA boot",
"echo WARNING: SATA boot support on this platform is experimental!"
"echo This screen will stop updating shortly. Visit find.synology.com to continue DSM installation."
],
"cmdline": {
"earlyprintk": null,
Expand Down
2 changes: 2 additions & 0 deletions config/DS918+/7.0-41890/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,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 @@ -94,6 +95,7 @@
"initrd /rd.gz /custom.gz",
"echo Starting kernel with SATA boot",
"echo WARNING: SATA boot support on this platform is experimental!"
"echo This screen will stop updating shortly. Visit find.synology.com to continue DSM installation."
],
"cmdline": {
"earlyprintk": null,
Expand Down