#!/bin/sh PREREQ="" prereqs() { echo "$PREREQ" } case $1 in # get pre-requisites prereqs) prereqs exit 0 ;; esac if grep all_generic_ide /proc/cmdline 2>/dev/null; then echo "====all_generic_ide====" modprobe -b ide-generic fi # modprobe sd_mod # modprobe ohci_hcd # modprobe usb_storage # read -p "press ENTER1" tasto # # echo "$SEPA" # echo "*** Insert USB stick, wait for device and press ENTER ***" # echo "$SEPA" # # qui occorre una pausa per dare il tempo necessatio a udev # read -p "press ENTER2" tasto