Skip to content

Commit dec0638

Browse files
author
olevole
committed
fix help output
1 parent 2507692 commit dec0638

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

tools/copy-binlib

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ ${H3_COLOR}Description${N0_COLOR}:
1313

1414
Filelist support for hardlink, e.g. valid line's:
1515

16-
% /rescue/cat
17-
% /sbin/swapon /sbin/swapctl /sbin/swapoff
16+
%% /rescue/cat
17+
%% /sbin/swapon /sbin/swapctl /sbin/swapoff
1818

1919
${H3_COLOR}Options${N0_COLOR}:
2020

tools/jail2iso

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -959,6 +959,9 @@ mfs_type="mfs_root"
959959
#mfsbsd.autodhcp="YES"
960960
vfs.root.mountfrom="ufs:/dev/md0"
961961
vfs.root_mount_always_wait=1
962+
if_bridge_load="YES"
963+
#pptdevs="0/2/0"
964+
#vmm_load="YES"
962965
geom_label_load="YES"
963966
geom_md_load="YES"
964967
geom_part_gpt_load="YES"
@@ -1031,6 +1034,8 @@ if_bnxt.ko \
10311034
if_re.ko \
10321035
opensolaris.ko \
10331036
zfs.ko \
1037+
vmm.ko \
1038+
if_bridge.ko \
10341039
geom_concat.ko \
10351040
geom_eli.ko \
10361041
geom_gate.ko \
@@ -1151,6 +1156,9 @@ mfs_name="/mfsroot"
11511156
mfs_type="mfs_root"
11521157
vfs.root.mountfrom="ufs:/dev/md0"
11531158
vfs.root_mount_always_wait=1
1159+
if_bridge_load="YES"
1160+
#pptdevs="0/2/0"
1161+
#vmm_load="YES"
11541162
EOF
11551163

11561164
${MV_CMD} ${TMP_DIR}/mfsroot.gz ${TMP_DIR}/root

0 commit comments

Comments
 (0)