From b2f1c3f994736ad2d5d53975c3dfd167ae8d182e Mon Sep 17 00:00:00 2001 From: Tim Snyder Date: Sat, 19 Mar 2022 05:33:46 +0000 Subject: [PATCH] wip: remove nbd-kmod to see if everything else works --- build-setup-nolog.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/build-setup-nolog.sh b/build-setup-nolog.sh index c6918bcd..df1de17d 100644 --- a/build-setup-nolog.sh +++ b/build-setup-nolog.sh @@ -211,8 +211,9 @@ if wget -T 1 -t 3 -O /dev/null http://169.254.169.254/; then marshal_dir=$RDIR/sw/firesim-software # Setup for using qcow2 images - cd $RDIR - ./scripts/install-nbd-kmod.sh + # XXX skip this for now because it needs rpmbuild and other things from the Development Tools group + #cd $RDIR + #./scripts/install-nbd-kmod.sh # Source {sdk,hdk}_setup.sh once on this machine to build aws libraries and # pull down some IP, so we don't have to waste time doing it each time on