Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F105769290
D2571.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
523 B
Referenced Files
None
Subscribers
None
D2571.diff
View Options
Index: usr.sbin/bsdinstall/scripts/zfsboot
===================================================================
--- usr.sbin/bsdinstall/scripts/zfsboot
+++ usr.sbin/bsdinstall/scripts/zfsboot
@@ -974,7 +974,7 @@
/dev/$disk${swappart}.eli none swap sw 0 0 \
$BSDINSTALL_TMPETC/fstab ||
return $FAILURE
- elif [ ${swapsize:-0} -eq 0 ]
+ elif [ ${swapsize:-0} -eq 0 ]; then
# If swap is 0 sized, don't add it to fstab
else
f_eval_catch $funcname printf "$PRINTF_FSTAB" \
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Dec 21, 10:48 AM (17 h, 50 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15540534
Default Alt Text
D2571.diff (523 B)
Attached To
Mode
D2571: Skip adding swap lines to /etc/fstab if swap is 0 sized
Attached
Detach File
Event Timeline
Log In to Comment