summaryrefslogtreecommitdiff
path: root/usr/src/data/ucode/update.amd
diff options
context:
space:
mode:
authorAndy Fiddaman <illumos@fiddaman.net>2022-08-10 18:49:25 +0000
committerAndy Fiddaman <illumos@fiddaman.net>2022-08-24 18:00:40 +0000
commit80b8dac6b3f2dc1f25951b319091df750a4e7d81 (patch)
treec8a7dc188e00b3d47107fa333b4b2a2033c6bacc /usr/src/data/ucode/update.amd
parent22e4c3ac083467e1e6241dedfea03e25c101eedf (diff)
downloadillumos-gate-80b8dac6b3f2dc1f25951b319091df750a4e7d81.tar.gz
14906 AMD CPU microcode files should not be flagged with 'preserve'
Reviewed by: Rich Lowe <richlowe@richlowe.net> Approved by: Robert Mustacchi <rm@fingolfin.org>
Diffstat (limited to 'usr/src/data/ucode/update.amd')
-rwxr-xr-xusr/src/data/ucode/update.amd3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr/src/data/ucode/update.amd b/usr/src/data/ucode/update.amd
index 132832ca22..55a2894211 100755
--- a/usr/src/data/ucode/update.amd
+++ b/usr/src/data/ucode/update.amd
@@ -141,8 +141,7 @@ rm -f $mf.tmp
for f in amd/*; do
bf=${f##*/}
[[ $bf = THIRDPARTYLICENSE* ]] && continue
- echo "file path=$FW/$bf group=sys mode=0444"\
- "reboot-needed=true preserve=true" >> $mf
+ echo "file path=$FW/$bf group=sys mode=0444 reboot-needed=true" >> $mf
done
sed -i "/pkg.fmri.*microcode\/amd@/s/@[0-9]*/@$ver/" $mf