summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scripts/newbitmaps/images/assets/RemoveSD.pngbin0 -> 31849 bytes
-rw-r--r--scripts/newbitmaps/images/assets/RemoveUSB.pngbin0 -> 32205 bytes
-rwxr-xr-xscripts/newbitmaps/images/build_images5
3 files changed, 2 insertions, 3 deletions
diff --git a/scripts/newbitmaps/images/assets/RemoveSD.png b/scripts/newbitmaps/images/assets/RemoveSD.png
new file mode 100644
index 00000000..5bd91f59
--- /dev/null
+++ b/scripts/newbitmaps/images/assets/RemoveSD.png
Binary files differ
diff --git a/scripts/newbitmaps/images/assets/RemoveUSB.png b/scripts/newbitmaps/images/assets/RemoveUSB.png
new file mode 100644
index 00000000..28b8c8a1
--- /dev/null
+++ b/scripts/newbitmaps/images/assets/RemoveUSB.png
Binary files differ
diff --git a/scripts/newbitmaps/images/build_images b/scripts/newbitmaps/images/build_images
index ccd73b4b..a61d6d16 100755
--- a/scripts/newbitmaps/images/build_images
+++ b/scripts/newbitmaps/images/build_images
@@ -84,7 +84,7 @@ main() {
n1366usb )
# Similar to n1366, and can only boot recovery by USB.
background_scale_param="-scale 1366x768!"
- replace_files="insert=insert_usb BadSD=dummy"
+ replace_files="insert=insert_usb BadSD=dummy RemoveDevices=RemoveUSB"
;;
n1366usb2 )
@@ -114,8 +114,7 @@ main() {
# not not able to recover from card reader.)
scale_param="-scale 75%x100%"
background_scale_param="-scale 1024x768!"
- replace_files="insert=insert_usb BadSD=dummy"
- # TODO(hungte) Revise bitmaps so there's no SD card images.
+ replace_files="insert=insert_usb BadSD=dummy RemoveDevices=RemoveUSB"
;;
s1024usb2 )