Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F107747332
D30650.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
314 B
Referenced Files
None
Subscribers
None
D30650.diff
View Options
diff --git a/sbin/reboot/nextboot.sh b/sbin/reboot/nextboot.sh
--- a/sbin/reboot/nextboot.sh
+++ b/sbin/reboot/nextboot.sh
@@ -109,7 +109,7 @@
zfs=$(df -Tn "/boot/" 2>/dev/null | while read _fs _type _other ; do
[ "zfs" = "${_type}" ] || continue
- echo "${_fs%/ROOT/*}"
+ echo "${_fs%%/*}"
done)
set -e
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Jan 18, 10:49 PM (20 h, 56 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15901290
Default Alt Text
D30650.diff (314 B)
Attached To
Mode
D30650: nextboot: Improve the shell code used to figure out the zpool name
Attached
Detach File
Event Timeline
Log In to Comment