From c6000c16ab09175e66120538b296018f23ebb760 Mon Sep 17 00:00:00 2001 From: bin456789 Date: Sun, 15 Mar 2026 23:43:52 +0800 Subject: [PATCH] =?UTF-8?q?core:=20=E4=BF=AE=E5=A4=8D=E5=9C=A8=20windows?= =?UTF-8?q?=20=E4=B8=8B=E6=89=93=E5=8C=85=20initramfs=20=E6=97=B6,=20?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BA=86=20rdisc6=20=E7=9A=84=20owner=20?= =?UTF-8?q?=E5=AF=BC=E8=87=B4=20rdisc6=20=E6=97=A0=E6=B3=95=E8=BF=90?= =?UTF-8?q?=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 造成 ipv6 统一配置成静态 > rdisc6 ens5 Raw IPv6 socket: Operation not permitted > ls -l /usr/bin/rdisc6 -rwsr-xr-x 1 197108 197121 26648 Jan 14 2024 /usr/bin/rdisc6 --- reinstall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reinstall.sh b/reinstall.sh index 1964847..318e2a2 100644 --- a/reinstall.sh +++ b/reinstall.sh @@ -3918,7 +3918,7 @@ This script is outdated, please download reinstall.sh again. # -c Identical to "-H newc", use the new (SVR4) # portable format.If you wish the old portable # (ASCII) archive format, use "-H odc" instead. - find . | cpio --quiet -o -H newc | gzip -1 >/reinstall-initrd + find . | cpio --quiet -o -H newc -R 0:0 | gzip -1 >/reinstall-initrd cd - >/dev/null }