Skip to content

Commit 46bd27f

Browse files
Alexandru-Cezar Sardandianpopa
authored andcommitted
rootfs: add msr-tools package
Add the `msr-tools` package which provides binaries to read/write MSRs. We'll use this package to test MSRs exposed in the Guest. Signed-off-by: Alexandru-Cezar Sardan <alsardan@amazon.com>
1 parent 7ddf6eb commit 46bd27f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/tests/setup_rootfs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ prepare_fc_rootfs() {
1111
SSH_DIR="$BUILD_DIR/ssh"
1212
RESOURCE_DIR="$2"
1313

14-
packages="udev systemd-sysv openssh-server iproute2"
14+
packages="udev systemd-sysv openssh-server iproute2 msr-tools"
1515
apt-get update
1616
apt-get install -y --no-install-recommends $packages
1717

0 commit comments

Comments
 (0)