View | Details | Raw Unified | Return to bug 255824
Collapse All | Expand All

(-)script (+10 lines)
Lines 109-114 Link Here
109
touch $PATH_FSTAB
109
touch $PATH_FSTAB
110
if [ "$ZFSBOOT_DISKS" ]; then
110
if [ "$ZFSBOOT_DISKS" ]; then
111
	bsdinstall zfsboot
111
	bsdinstall zfsboot
112
	if [ "$ZFSBOOT_BOOT_TYPE" = "UEFI" -o \
113
	     "$ZFSBOOT_BOOT_TYPE" = "BIOS+UEFI" ]
114
	then
115
		bsdinstall mount
116
	fi
112
else
117
else
113
	bsdinstall scriptedpart "$PARTITIONS"
118
	bsdinstall scriptedpart "$PARTITIONS"
114
	bsdinstall mount
119
	bsdinstall mount
Lines 162-167 Link Here
162
167
163
bsdinstall entropy
168
bsdinstall entropy
164
if [ "$ZFSBOOT_DISKS" ]; then
169
if [ "$ZFSBOOT_DISKS" ]; then
170
	if [ "$ZFSBOOT_BOOT_TYPE" = "UEFI" -o \
171
	     "$ZFSBOOT_BOOT_TYPE" = "BIOS+UEFI" ]
172
	then
173
		bsdinstall umount
174
	fi
165
	zpool export $ZFSBOOT_POOL_NAME
175
	zpool export $ZFSBOOT_POOL_NAME
166
else
176
else
167
	bsdinstall umount
177
	bsdinstall umount

Return to bug 255824