update 2026-07-10 18:48:19

This commit is contained in:
action
2026-07-10 18:48:19 +08:00
parent 92fabac863
commit ddc4538935
1958 changed files with 1523144 additions and 3 deletions
Binary file not shown.
+10
View File
@@ -0,0 +1,10 @@
#!/bin/sh
uci -q batch <<-EOF >/dev/null
set dhcp.@dnsmasq[0].enable_tftp='1'
set dhcp.@dnsmasq[0].dhcp_boot='pxelinux.0'
set dhcp.@dnsmasq[0].tftp_root='/root'
commit dhcp
EOF
exit 0
+9
View File
@@ -0,0 +1,9 @@
default 0
timeout 0
fallback 0
title Synology DSM
map --mem (pd)/dsm.iso (hd32)
map --hook
chainloader (hd32)
Binary file not shown.