blob: 95e716ed442f650f9a30a224b155bf178646ae94 [file]
#!/bin/bash
if ! source /usr/libexec/bios-common.sh ; then
echo "Error loading the bios-common.sh library"
exit 2
fi
IMAGE_FILE="/tmp/bios-image"
bios_activate "$IMAGE_FILE"