File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ ${H3_COLOR}Description${N0_COLOR}:
13
13
14
14
Filelist support for hardlink, e.g. valid line's:
15
15
16
- % /rescue/cat
17
- % /sbin/swapon /sbin/swapctl /sbin/swapoff
16
+ %% /rescue/cat
17
+ %% /sbin/swapon /sbin/swapctl /sbin/swapoff
18
18
19
19
${H3_COLOR}Options${N0_COLOR}:
20
20
Original file line number Diff line number Diff line change @@ -959,6 +959,9 @@ mfs_type="mfs_root"
959
959
#mfsbsd.autodhcp="YES"
960
960
vfs.root.mountfrom="ufs:/dev/md0"
961
961
vfs.root_mount_always_wait=1
962
+ if_bridge_load="YES"
963
+ #pptdevs="0/2/0"
964
+ #vmm_load="YES"
962
965
geom_label_load="YES"
963
966
geom_md_load="YES"
964
967
geom_part_gpt_load="YES"
@@ -1031,6 +1034,8 @@ if_bnxt.ko \
1031
1034
if_re.ko \
1032
1035
opensolaris.ko \
1033
1036
zfs.ko \
1037
+ vmm.ko \
1038
+ if_bridge.ko \
1034
1039
geom_concat.ko \
1035
1040
geom_eli.ko \
1036
1041
geom_gate.ko \
@@ -1151,6 +1156,9 @@ mfs_name="/mfsroot"
1151
1156
mfs_type="mfs_root"
1152
1157
vfs.root.mountfrom="ufs:/dev/md0"
1153
1158
vfs.root_mount_always_wait=1
1159
+ if_bridge_load="YES"
1160
+ #pptdevs="0/2/0"
1161
+ #vmm_load="YES"
1154
1162
EOF
1155
1163
1156
1164
${MV_CMD} ${TMP_DIR}/mfsroot.gz ${TMP_DIR}/root
You can’t perform that action at this time.
0 commit comments