diff --git a/files/storage-device b/files/storage-device old mode 100755 new mode 100644 diff --git a/tinyramfs b/tinyramfs index d230a98..908f126 100755 --- a/tinyramfs +++ b/tinyramfs @@ -272,6 +272,7 @@ install_driver() { cut -d " " -f 2 | while read -r full_driver; do + # check if driver already installed [ -e "${workdir}${full_driver}" ] && continue