"vscode:/vscode.git/clone" did not exist on "6ea1e1bee5450fb4c435e38f035528be12bffe91"
install-base.sh 339 Bytes
Newer Older
1
2
3
4
#!/bin/bash -eux

set -eux

5
6
7
8
9
10
11
12
13
pushd /tmp/input
mv guestinit.sh /home/ubuntu/guestinit.sh
mv bzImage /boot/vmlinuz-5.4.46
mv config-5.4.46 /boot/
mv m5 /sbin/m5
update-grub
tar xf kheaders.tar.bz2 -C /
popd
rm -rf /tmp/input
14
15
16
17
18
19
20

apt-get update
apt-get -y install \
    iperf \
    netperf \
    netcat \
    ethtool \
21
22
    tcpdump \
    pciutils