mirror of
https://github.com/pocopico/tinycore-redpill.git
synced 2025-09-15 12:51:13 +08:00
Adding beta 7.2
This commit is contained in:
124
config/DS1019+/7.2.0-64216/config.json
Normal file
124
config/DS1019+/7.2.0-64216/config.json
Normal file
@ -0,0 +1,124 @@
|
||||
{
|
||||
"os": {
|
||||
"id": "ds1019p_64216",
|
||||
"pat_url": "https://global.download.synology.com/download/DSM/release/7.2.0/64216/DSM_DS1019%2B_64216.pat",
|
||||
"sha256": "46e878970f8167aaba391115b1588c3557a8a33e29a7e5c047a8ab7bd02186ad"
|
||||
},
|
||||
"files": {
|
||||
"zlinux": {
|
||||
"name": "zImage",
|
||||
"sha256": "449e79815a6812393a8e76d29a8ceee29256f1484cf76b3ddea247a49dc30a27"
|
||||
},
|
||||
"ramdisk": {
|
||||
"name": "rd.gz",
|
||||
"sha256": "8b3a9443275c155f5e8f922e6d5933a48b454322712963f5136b40cd6b34b448"
|
||||
},
|
||||
"vmlinux": {
|
||||
"sha256": "9e47b7747010e0b30b668ae3d5f074804f686ebdacf9569bd993b1e20a19f173"
|
||||
}
|
||||
},
|
||||
"patches": {
|
||||
"zlinux": [
|
||||
"zImage-001-1019p-64216-ramdisk-and-flag-NOP.bsp"
|
||||
],
|
||||
"ramdisk": [
|
||||
"@@@COMMON@@@/ramdisk-001-disable-root-pwd.patch",
|
||||
"@@@COMMON@@@/v7.2.0/ramdisk-002-init-script.patch",
|
||||
"@@@COMMON@@@/v7.2.0/ramdisk-003-post-init-script-noatime.patch",
|
||||
"@@@COMMON@@@/ramdisk-004-network-hosts.patch",
|
||||
"@@@COMMON@@@/ramdisk-005-disable-disabled-ports.patch"
|
||||
]
|
||||
},
|
||||
"synoinfo": {
|
||||
"maxdisks": "16",
|
||||
"internalportcfg": "0xffff",
|
||||
"esataportcfg": "0x0",
|
||||
"HddHotplug": "",
|
||||
"support_led_brightness_adjustment": "",
|
||||
"support_leds_lp3943": "",
|
||||
"buzzeroffen": "0xffff",
|
||||
"rss_server": "https://raw.githubusercontent.com/pocopico/redpill-load/develop/rss.xml",
|
||||
"rss_server_ssl": "https://raw.githubusercontent.com/pocopico/redpill-load/develop/rss.xml",
|
||||
"rss_server_v2": "https://raw.githubusercontent.com/pocopico/redpill-load/develop/rss.json",
|
||||
"small_info_path": "https://example.com/null",
|
||||
"security_version_server": "https://example.com/smallupdate"
|
||||
},
|
||||
"grub": {
|
||||
"template": "@@@COMMON@@@/grub-template.conf",
|
||||
"base_cmdline": {
|
||||
"sn": "",
|
||||
"vid": "0x46f4",
|
||||
"pid": "0x0001",
|
||||
"mac1": "",
|
||||
"netif_num": 1,
|
||||
"syno_hw_version": "DS1019+",
|
||||
"syno_hdd_powerup_seq": 1,
|
||||
"HddHotplug": 0,
|
||||
"vender_format_version": 2,
|
||||
"console": "ttyS0,115200n8",
|
||||
"withefi": null,
|
||||
"elevator": "elevator",
|
||||
"syno_port_thaw": 1,
|
||||
"syno_hdd_detect": 0,
|
||||
"root": "/dev/md0",
|
||||
"earlycon": "uart8250,io,0x3f8,115200n8"
|
||||
},
|
||||
"menu_entries": {
|
||||
"RedPill DS1019+ v7.2.0-64216 (USB, Verbose)": {
|
||||
"options": [
|
||||
"savedefault",
|
||||
"set root=(hd0,msdos1)",
|
||||
"echo Loading Linux...",
|
||||
"linux /zImage @@@CMDLINE@@@",
|
||||
"echo Loading initramfs...",
|
||||
"initrd /rd.gz /custom.gz",
|
||||
"echo Starting kernel with USB boot"
|
||||
],
|
||||
"cmdline": {
|
||||
"earlyprintk": null,
|
||||
"withefi": null,
|
||||
"loglevel": 15,
|
||||
"log_buf_len": "32M"
|
||||
}
|
||||
},
|
||||
"RedPill DS1019+ v7.2.0-64216 (SATA, Verbose)": {
|
||||
"options": [
|
||||
"savedefault",
|
||||
"set root=(hd0,msdos1)",
|
||||
"echo Loading Linux...",
|
||||
"linux /zImage @@@CMDLINE@@@",
|
||||
"echo Loading initramfs...",
|
||||
"initrd /rd.gz /custom.gz",
|
||||
"echo Starting kernel with SATA boot",
|
||||
"echo WARNING: SATA boot support on this platform is experimental!"
|
||||
],
|
||||
"cmdline": {
|
||||
"earlyprintk": null,
|
||||
"withefi": null,
|
||||
"loglevel": 15,
|
||||
"synoboot_satadom": 2,
|
||||
"log_buf_len": "32M"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"extra": {
|
||||
"compress_rd": false,
|
||||
"ramdisk_copy": {
|
||||
"@@@EXT@@@/rp-lkm/redpill-linux-v4.4.302+.ko": "usr/lib/modules/rp.ko",
|
||||
"@@@COMMON@@@/iosched-trampoline.sh": "usr/sbin/modprobe"
|
||||
},
|
||||
"bootp1_copy": {
|
||||
"@@@PAT@@@/GRUB_VER": "GRUB_VER",
|
||||
"@@@COMMON@@@/EFI/boot/SynoBootLoader.conf": "EFI/BOOT/",
|
||||
"@@@COMMON@@@/EFI/boot/SynoBootLoader.efi": "EFI/BOOT/"
|
||||
},
|
||||
"bootp2_copy": {
|
||||
"@@@PAT@@@/GRUB_VER": "GRUB_VER",
|
||||
"@@@COMMON@@@/EFI": "EFI",
|
||||
"@@@PAT@@@/grub_cksum.syno": "grub_cksum.syno",
|
||||
"@@@PAT@@@/rd.gz": "rd.gz",
|
||||
"@@@PAT@@@/zImage": "zImage"
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user