Skip to content

Commit

Permalink
Installer miniroot should include the pcieadm
Browse files Browse the repository at this point in the history
  • Loading branch information
citrus-it committed Apr 15, 2021
1 parent e545894 commit b8ebd1d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build/build_miniroot
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ SYSTEM="system/boot/real-mode system/boot/loader
system/library system/network
system/prerequisite/gnu system/storage/luxadm
system/storage/fibre-channel/port-utility developer/debug/mdb
system/bhyve"
system/bhyve diagnostic/pci"

DEBUG_PKGS="system/dtrace developer/dtrace"

Expand Down Expand Up @@ -340,6 +340,9 @@ EOM
cp $SRCDIR/bin/dmesg $ROOTDIR/usr/bin/dmesg
chmod 0755 $ROOTDIR/usr/bin/dmesg

# Link the PCI utility to /usr/bin for the installer.
ln -s ../lib/pci/pcieadm $ROOTDIR/usr/bin/pcieadm

chkpt cull
;;

Expand Down
2 changes: 2 additions & 0 deletions data/filelist
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@
/usr/bin/mv
/usr/bin/nawk
/usr/bin/nc
/usr/bin/pcieadm
/usr/bin/pfiles
/usr/bin/pgrep
/usr/bin/pkill
Expand Down Expand Up @@ -201,6 +202,7 @@
/usr/kernel/fs/amd64/pcfs
/usr/kernel/pcbe
/usr/kernel/pcbe/amd64
/usr/lib/pci/pcieadm
/usr/platform/i86pc/lib/fm/topo/maps/chassis-hc-topology.xml
/usr/platform/i86pc/lib/fm/topo/maps/chip-hc-topology.xml
/usr/platform/i86pc/lib/fm/topo/maps/fan-hc-topology.xml
Expand Down

0 comments on commit b8ebd1d

Please sign in to comment.