mirror of
https://github.com/Dasharo/scripts.git
synced 2026-03-06 14:51:26 -08:00
firmware: prevent ChromeOS from booting with Tianocore as RWL
Signed-off-by: Matt DeVillier <matt.devillier@gmail.com>
This commit is contained in:
@@ -142,6 +142,9 @@ else
|
||||
echo_green "RW_LEGACY firmware successfully installed/updated."
|
||||
# update firmware type
|
||||
firmwareType="Stock ChromeOS w/RW_LEGACY"
|
||||
#Prevent from trying to boot stock ChromeOS install
|
||||
rm -rf /tmp/boot/efi > /dev/null 2>&1
|
||||
rm -rf /tmp/boot/syslinux > /dev/null 2>&1
|
||||
fi
|
||||
|
||||
if [ -z "$1" ]; then
|
||||
|
||||
Reference in New Issue
Block a user