Update boot.sh
This commit is contained in:
parent
be36019608
commit
4e3a84a748
1 changed files with 7 additions and 0 deletions
|
@ -99,4 +99,11 @@ else
|
||||||
esac
|
esac
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
SM_BIOS="/run/shm/bios.bin"
|
||||||
|
rm -f "$SM_BIOS"
|
||||||
|
|
||||||
|
if ! dmidecode --dump-bin "$SM_BIOS" >/dev/null; then
|
||||||
|
SM_BIOS=""
|
||||||
|
fi
|
||||||
|
|
||||||
return 0
|
return 0
|
||||||
|
|
Loading…
Reference in a new issue