Adding beta 7.2

This commit is contained in:
pocopico
2023-03-19 13:01:02 +02:00
parent dbc1eecb28
commit 85cea2aea1
127 changed files with 2698 additions and 0 deletions

View File

@ -0,0 +1,125 @@
{
"os": {
"id": "ds1621xsp_64216",
"pat_url": "https://global.download.synology.com/download/DSM/release/7.2.0/64216/DSM_DS1621xs%2B_64216.pat",
"sha256": "4d86bb0009658d9a5bd17e2200be4d65096a7fe5ce24892d5aa3ebcc1317cc6c"
},
"files": {
"zlinux": {
"name": "zImage",
"sha256": "da68e9d495d11654ec8afeb28351d95ff9c5523b86abd2137e2465665df6f750"
},
"ramdisk": {
"name": "rd.gz",
"sha256": "79302e47121b0277d6a503d3ea00c6d5d0e2955c585513305f31b1372cae921a"
},
"vmlinux": {
"sha256": "3782dda0f04fd7dae623fbd2a72da286879b19adfebb0fb89acdd56406f53fba"
}
},
"patches": {
"_comment": ".bsp patches are applied to FILES using bspatch(1); .patch are applied to DIRECTORIES using patch(1)",
"zlinux": [
"zImage-001-1621xsp-64216-ramdisk-and-header.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": "24",
"support_bde_internal_10g": "no",
"support_disk_compatibility": "no",
"internalportcfg": "0xfffff",
"SasIdxMap": "0",
"esataportcfg": "0x00",
"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",
"SataPortMap": "1",
"DiskIdxMap": "0",
"mac1": "",
"netif_num": 1,
"syno_hw_version": "DS1621xs+",
"syno_hdd_powerup_seq": 0,
"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 DS1621xs+ 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 DS1621xs+ 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"
],
"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"
}
}
}