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

  /livemedia/livemedia/bootcd_skel/root/installer/
install_live 28 echo "Usage: $0 <zfs|ufs> <root slice> <swap slice> [progress file]"
50 zfs set mountpoint=legacy $poolname
51 zfs create $dsname
52 zfs set mountpoint=legacy $dsname
53 mount -F zfs $dsname /a
97 echo "$dsname - / zfs - no -" >>/tmp/vfstab.$$
102 # Copy zpool cache from the running root if doing zfs
103 if [ $fstype = zfs ]; then
104 mkdir -p /a/etc/zfs
105 cp /etc/zfs/zpool.cache /a/etc/zf
    [all...]
install-finish 157 # no bootpath needed for zfs boot.
160 # in the first place for zfs boot
179 if [ "$rootfstype" = "zfs" ] ; then
329 if [ "$rootfstype" != "zfs" ] ; then
341 # add the '-B $ZFS-BOOTFS' switch to the zfs boot dataset's menu entry
343 if [ "$rootfstype" = "zfs" ] ; then
345 grep "^kernel.*ISADIR/unix.*-B .ZFS-BOOTFS" $MENUFILE \
349 sed "s#^kernel.*ISADIR/unix#& -B \$ZFS-BOOTFS#" \
359 if [ "$rootfstype" = "zfs" ] ; the
    [all...]
  /livemedia/livemedia/
build_live_dvd 94 zfs list $PREFIX_DATASET >/dev/null 2>&1 || zfs create $PREFIX_DATASET
141 # If we're configured to use a ZFS dataset, then set it up if necessary
147 zfs list $PROTO_DATASET >/dev/null 2>&1 || zfs create $PROTO_DATASET
148 zfs set snapdir=hidden $PROTO_DATASET
152 zfs list $SKELETON_SNAPSHOT >/dev/null 2>&1 && NEED_SKELETON=false
153 zfs list $POSTRUN_SNAPSHOT >/dev/null 2>&1 && NEED_POSTRUN=false
154 zfs list $PKG_SNAPSHOT >/dev/null 2>&1 && NEED_PKGS=false
223 [ -n "$PKG_SNAPSHOT" ] && zfs snapshot $PKG_SNAPSHO
    [all...]
usbgen 39 zfs list $USB_ZVOL >/dev/null 2>&1 && zfs destroy $USB_ZVOL
40 zfs create -b 512 -V $USB_SIZE $USB_ZVOL
  /livemedia/livemedia/bootcd_skel/lib/svc/method/
live-devices-local 82 if [ -x /usr/sbin/zfs ]; then
83 /usr/sbin/zfs volinit || exit $SMF_EXIT_ERR_FATAL

Completed in 3993 milliseconds