FreeBSD Bugzilla – Attachment 25255 Details for
Bug 43167
Ability to have vnode based file systems mounted on boot
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 704 bytes, created by
lonewolf
on 2002-09-21 14:00:15 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
lonewolf
Created:
2002-09-21 14:00:15 UTC
Size:
704 bytes
patch
obsolete
>--- rc.old Sat Sep 21 22:36:29 2002 >+++ rc Sat Sep 21 23:06:35 2002 >@@ -422,6 +422,28 @@ > fi > fi > >+# Set up vnconfig's and mount vnode based file systems >+# >+case "${vnmount_enable}" in >+[Yy][Ee][Ss]) >+ echo -n 'Configuring vnodes:' >+ vnconfig -a -f "${vnmount_tab}" >+ echo ' done.' >+ echo 'Automatic vnode based file systems checks:' >+ grep '^/dev/vn' /etc/fstab | awk '{print $1}' | while read device >+ do >+ fsck -p "$device" >+ done >+ echo -n 'Mounting vnode based file systems:' >+ grep '^/dev/vn' /etc/fstab | awk '{print $2}' | while read mountpoint >+ do >+ echo -n " $mountpoint" >+ mount "$mountpoint" >+ done >+ echo '.' >+ ;; >+esac >+ > if [ -n "${network_pass1_done}" ]; then > network_pass2 > fi >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 43167
: 25255 |
25256