aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStéphane Lesimple <speed47_github@speed47.net>2018-01-18 10:17:25 +0100
committerStéphane Lesimple <speed47_github@speed47.net>2018-01-18 10:17:25 +0100
commitdb357b8e25c0ec2df1d32e501665defe6049a9a9 (patch)
tree9207a9ef99f28086fc419be1c2a071aef2819faf
parent42a57dd98083262212b4441693883076ea3fc035 (diff)
downloadspectre-meltdown-checker-db357b8e25c0ec2df1d32e501665defe6049a9a9.tar.lz
spectre-meltdown-checker-db357b8e25c0ec2df1d32e501665defe6049a9a9.tar.xz
spectre-meltdown-checker-db357b8e25c0ec2df1d32e501665defe6049a9a9.zip
CoreOS: remove ephemeral install of a non-used package
-rwxr-xr-xspectre-meltdown-checker.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/spectre-meltdown-checker.sh b/spectre-meltdown-checker.sh
index ce0e5c5..9b26388 100755
--- a/spectre-meltdown-checker.sh
+++ b/spectre-meltdown-checker.sh
@@ -545,7 +545,7 @@ if [ "$opt_coreos" = 1 ]; then
load_msr
load_cpuid
mount_debugfs
- toolbox --ephemeral --bind-ro /dev/cpu:/dev/cpu -- sh -c "dnf install -y binutils curl which && /media/root$PWD/$0 $@ --coreos-within-toolbox"
+ toolbox --ephemeral --bind-ro /dev/cpu:/dev/cpu -- sh -c "dnf install -y binutils which && /media/root$PWD/$0 $@ --coreos-within-toolbox"
exitcode=$?
mount_debugfs
unload_cpuid