Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F153932562
D12231.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D12231.diff
View Options
Index: head/release/amd64/make-memstick.sh
===================================================================
--- head/release/amd64/make-memstick.sh
+++ head/release/amd64/make-memstick.sh
@@ -32,7 +32,7 @@
echo '/dev/ufs/FreeBSD_Install / ufs ro,noatime 1 1' > ${1}/etc/fstab
echo 'root_rw_mount="NO"' > ${1}/etc/rc.conf.local
-makefs -B little -o label=FreeBSD_Install ${2}.part ${1}
+makefs -B little -o label=FreeBSD_Install -o version=2 ${2}.part ${1}
rm ${1}/etc/fstab
rm ${1}/etc/rc.conf.local
Index: head/release/arm64/make-memstick.sh
===================================================================
--- head/release/arm64/make-memstick.sh
+++ head/release/arm64/make-memstick.sh
@@ -32,7 +32,7 @@
echo '/dev/ufs/FreeBSD_Install / ufs ro,noatime 1 1' > ${1}/etc/fstab
echo 'root_rw_mount="NO"' > ${1}/etc/rc.conf.local
-makefs -B little -o label=FreeBSD_Install ${2}.part ${1}
+makefs -B little -o label=FreeBSD_Install -o version=2 ${2}.part ${1}
rm ${1}/etc/fstab
rm ${1}/etc/rc.conf.local
Index: head/release/i386/make-memstick.sh
===================================================================
--- head/release/i386/make-memstick.sh
+++ head/release/i386/make-memstick.sh
@@ -32,7 +32,7 @@
echo '/dev/ufs/FreeBSD_Install / ufs ro,noatime 1 1' > ${1}/etc/fstab
echo 'root_rw_mount="NO"' > ${1}/etc/rc.conf.local
-makefs -B little -o label=FreeBSD_Install ${2}.part ${1}
+makefs -B little -o label=FreeBSD_Install -o version=2 ${2}.part ${1}
rm ${1}/etc/fstab
rm ${1}/etc/rc.conf.local
Index: head/release/powerpc/make-memstick.sh
===================================================================
--- head/release/powerpc/make-memstick.sh
+++ head/release/powerpc/make-memstick.sh
@@ -37,7 +37,7 @@
echo '/dev/da0s3 / ufs ro,noatime 1 1' > ${1}/etc/fstab
echo 'root_rw_mount="NO"' > ${1}/etc/rc.conf.local
rm -f ${tempfile}
-makefs -B big ${tempfile} ${1}
+makefs -B big -o version=2 ${tempfile} ${1}
rm ${1}/etc/fstab
rm ${1}/etc/rc.conf.local
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Apr 25, 10:00 PM (8 h, 30 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
32097609
Default Alt Text
D12231.diff (1 KB)
Attached To
Mode
D12231: make-memstick.sh: use UFSv2
Attached
Detach File
Event Timeline
Log In to Comment