Update page

This commit is contained in:
MacRimi 2025-05-18 01:15:24 +02:00
parent 8dda541b41
commit b313bde993
6 changed files with 0 additions and 25 deletions

View File

@ -359,12 +359,6 @@ export default function OtherNASSystemsPage() {
</li> </li>
<li>UEFI boot is recommended</li> <li>UEFI boot is recommended</li>
<li>VirtIO network adapter provides best performance</li> <li>VirtIO network adapter provides best performance</li>
<li>
After installation, install the QEMU Guest Agent:
<pre className="bg-gray-100 p-2 mt-1 rounded text-sm overflow-x-auto">
apt update && apt install qemu-guest-agent -y
</pre>
</li>
</ul> </ul>
</div> </div>
@ -385,13 +379,6 @@ export default function OtherNASSystemsPage() {
</li> </li>
<li>UEFI boot is recommended</li> <li>UEFI boot is recommended</li>
<li>VirtIO network adapter provides best performance</li> <li>VirtIO network adapter provides best performance</li>
<li>
After installation, install the QEMU Guest Agent:
<pre className="bg-gray-100 p-2 mt-1 rounded text-sm overflow-x-auto">
pkg install -y qemu-guest-agent && sysrc qemu_guest_agent_enable=YES && service qemu-guest-agent
start
</pre>
</li>
</ul> </ul>
</div> </div>
@ -412,12 +399,6 @@ export default function OtherNASSystemsPage() {
</li> </li>
<li>Both UEFI and Legacy BIOS are supported</li> <li>Both UEFI and Legacy BIOS are supported</li>
<li>VirtIO network adapter provides best performance</li> <li>VirtIO network adapter provides best performance</li>
<li>
After installation, install the QEMU Guest Agent:
<pre className="bg-gray-100 p-2 mt-1 rounded text-sm overflow-x-auto">
apt update && apt install qemu-guest-agent -y
</pre>
</li>
</ul> </ul>
</div> </div>
@ -438,12 +419,6 @@ export default function OtherNASSystemsPage() {
</li> </li>
<li>UEFI boot is recommended</li> <li>UEFI boot is recommended</li>
<li>VirtIO network adapter provides best performance</li> <li>VirtIO network adapter provides best performance</li>
<li>
After installation, install the QEMU Guest Agent:
<pre className="bg-gray-100 p-2 mt-1 rounded text-sm overflow-x-auto">
dnf install -y qemu-guest-agent && systemctl enable --now qemu-guest-agent
</pre>
</li>
</ul> </ul>
</div> </div>
</div> </div>

Binary file not shown.

After

Width:  |  Height:  |  Size: 144 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 178 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 160 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 146 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 180 KiB