📁 File Manager Pro
v10.0.3 | PHP: 7.4.15
Server: Apache/2.4.25 (Debian)
2026-07-01 23:40:12
📂
/ (Root)
/
usr
/
share
/
bug
/
linux-image-4.9.0-14-amd64
📍 /usr/share/bug/linux-image-4.9.0-14-amd64
🔄 Refresh
✏️
Editing: include-pci
Read Only
add_pci() { echo '** PCI devices:' >&3 lspci -nnvv >&3 2>/dev/null || echo 'not available' >&3 echo >&3 } ask_pci() { # This information shouldn't vary much between kernel versions, so # include it anyway. test $same_system = nop || add_pci }
💾 Save Changes
❌ Cancel