Skip to content

Commit

Permalink
Fix 918+ SATA boot menu entry
Browse files Browse the repository at this point in the history
  • Loading branch information
ttg-public committed Jan 1, 1970
1 parent 15feb4b commit 8f870db
Showing 1 changed file with 3 additions and 19 deletions.
22 changes: 3 additions & 19 deletions config/DS918+/6.2.4-25556/config.json
Expand Up @@ -92,30 +92,14 @@
"linux /zImage @@@CMDLINE@@@",
"echo Loading initramfs...",
"initrd /rd.gz",
"echo Starting kernel"
"echo Starting kernel with SATA boot",
"echo WARNING: SATA boot support on this platform is experimental!"
],
"cmdline": {
"earlyprintk": null,
"loglevel": 15,
"synoboot_satadom": 2,
"log_buf_len": "32M"
},
"RedPill DS918+ v6.2.4-25556 (SATA, Verbose)": {
"options": [
"savedefault",
"set root=(hd0,msdos1)",
"echo Loading Linux...",
"linux /zImage @@@CMDLINE@@@",
"echo Loading initramfs...",
"initrd /rd.gz",
"echo Starting kernel with SATA boot",
"echo WARNING: SATA boot support on this platform is experimental!"
],
"cmdline": {
"earlyprintk": null,
"loglevel": 15,
"synoboot_satadom": 2,
"log_buf_len": "32M"
}
}
}
}
Expand Down

0 comments on commit 8f870db

Please sign in to comment.