HomeSort by relevance Sort by last modified time
    Searched refs:USB_ZVOL (Results 1 - 2 of 2) sorted by null

  /livemedia/livemedia/
usbgen 38 if [ -n "$USB_ZVOL" ]; then
39 zfs list $USB_ZVOL >/dev/null 2>&1 && zfs destroy $USB_ZVOL
40 zfs create -b 512 -V $USB_SIZE $USB_ZVOL
42 echo "Unable to create $USB_ZVOL for USB generation"
45 rdevs=/dev/zvol/rdsk/$USB_ZVOL
46 devs=/dev/zvol/dsk/$USB_ZVOL
build_live_dvd.conf.sample 75 # USB_ZVOL if you want to use a ZFS volume for the USB image
77 USB_ZVOL=space/live56/usb

Completed in 4859 milliseconds