-
Notifications
You must be signed in to change notification settings - Fork 30
Expand file tree
/
Copy pathconfig.json
More file actions
119 lines (114 loc) · 3.92 KB
/
config.json
File metadata and controls
119 lines (114 loc) · 3.92 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
{
"os": {
"id": "rs4021xsp_42218",
"pat_url": "https://global.synology.com/download/DSM/release/7.0.1/42218/DSM_RS4021xs%2B_42218.pat",
"sha256": "a72076b1a5c148e775e9542916e2f07fe18d8676dc7396ed69355a9a0a38b36c"
},
"files": {
"zlinux": {
"name": "zImage",
"sha256": "17607e1739c8acc9903272ebd981bccb27b51057cdcb3cc446e5c5149db452d3"
},
"ramdisk": {
"name": "rd.gz",
"sha256": "3aa9d810064747fca6d0a3ab4c979bd82b49fc0d166dfe714261c2a22145cc70"
},
"vmlinux": {
"sha256": "e33e2e92110329eb48d518240c9b1b7169ed7a25f03dd8b2bbfb25b6720c259d"
}
},
"patches": {
"_comment": ".bsp patches are applied to FILES using bspatch(1); .patch are applied to DIRECTORIES using patch(1)",
"zlinux": [
"zImage-001-4021xs+-42218-ramdisk-and-header.bsp"
],
"ramdisk": [
"@@@COMMON@@@/ramdisk-001-disable-root-pwd.patch",
"@@@COMMON@@@/v7.0.1/ramdisk-002-init-script.patch",
"@@@COMMON@@@/v7.0.1/ramdisk-003-post-init-script.patch",
"@@@COMMON@@@/ramdisk-004-network-hosts.patch"
]
},
"synoinfo": {
"maxdisks": "25",
"internalportcfg": "0xffff",
"esataportcfg": "0x0",
"support_bde_internal_10g": "no",
"support_disk_compatibility": "no"
},
"grub": {
"template": "@@@COMMON@@@/grub-template.conf",
"base_cmdline": {
"sn": "",
"vid": "0x46f4",
"pid": "0x0001",
"mac1": "",
"netif_num": 4,
"syno_hw_version": "RS4021xs+",
"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 RS4021xs+ v7.0.1-42218 Beta (USB, Verbose)": {
"options": [
"savedefault",
"set root=(hd0,2)",
"echo Loading Linux...",
"linux /zImage @@@CMDLINE@@@",
"echo Loading initramfs...",
"initrd /rd.gz /custom.gz",
"echo Starting kernel with USB boot"
],
"cmdline": {
"earlyprintk": null,
"loglevel": 15,
"log_buf_len": "32M"
}
},
"RedPill RS4021xs+ v7.0.1-42218 Beta (SATA, Verbose)": {
"options": [
"savedefault",
"set root=(hd0,2)",
"echo Loading Linux...",
"linux /zImage @@@CMDLINE@@@",
"echo Loading initramfs...",
"initrd /rd.gz /custom.gz",
"echo Starting kernel with SATA boot"
],
"cmdline": {
"earlyprintk": null,
"loglevel": 15,
"synoboot_satadom": 1,
"log_buf_len": "32M"
}
}
}
},
"extra": {
"compress_rd": false,
"ramdisk_copy": {
"@@@EXT@@@/rp-lkm/redpill-linux-v4.4.180+.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"
}
}
}