FreeBSD Bugzilla – Attachment 13548 Details for
Bug 25730
[PATCH] mount_mfs is being phased out -> new diskless boot procedure
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 891 bytes, created by
krepel
on 2001-03-12 11:10:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
krepel
Created:
2001-03-12 11:10:01 UTC
Size:
891 bytes
patch
obsolete
>--- rc.diskless1 Wed Mar 7 17:47:04 2001 >+++ /usr/src/etc/rc.diskless1 Sun Oct 8 19:18:24 2000 >@@ -98,14 +98,9 @@ > # WARNING! null mounts cannot handle mmap, and since many programs > # use mmap (such as 'cp'), we have to copy. > # >-# up to now we don't have make swapon and so we must use malloc >-# >-mdconfig -a -t malloc -s 2048 -u 10 >-disklabel -r -w md10 auto >-newfs /dev/md10c >-mount /dev/md10c /conf/etc >+mount_mfs -s 2048 -T qp120at dummy /conf/etc > cp -Rp /etc/* /conf/etc >-chkerr $? "MD mount on /conf/etc" >+chkerr $? "MFS mount on /conf/etc" > > if [ -d /conf/${bootp_ipa} ] ; then > cp -Rp /conf/${bootp_ipa}/etc/* /conf/etc >@@ -117,8 +112,7 @@ > > # Make the new directory available as /etc > # >-umount /dev/md10c >-mount /dev/md10c /etc >+mount_null /conf/etc /etc > > # Tell /etc/rc to run the specified script after > # it does its mounts but before it does anything
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 25730
: 13548 |
13549
|
13550
|
13551
|
13552