FreeBSD Bugzilla – Attachment 17128 Details for
Bug 31200
Modification of rc.diskless1 needs change in examples/diskless/clone_root
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 682 bytes, created by
Jean-Francois Dockes
on 2001-10-10 16:50:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Jean-Francois Dockes
Created:
2001-10-10 16:50:01 UTC
Size:
682 bytes
patch
obsolete
>*** clone_root.orig Wed Oct 10 16:52:15 2001 >--- clone_root Wed Oct 10 17:03:58 2001 >*************** >*** 99,104 **** >--- 99,108 ---- > update_conf_and_pw() { > echo "+++ Copying files in /conf and password files" > (cd ${DEST} ; rm -rf conf ) >+ # rc.diskless1 expects a fully populated etc in conf/default/etc >+ mkdir -p ${DEST}/conf/default/etc || exit 1 >+ (cd /etc ; tar clf - .) | (cd ${DEST}/conf/default/etc ; tar xf -) >+ # Add diskless-specific files from /conf on the server > (cd / ; tar clf - conf ) | (cd ${DEST}; tar xvf - ) > mkdir -p ${DEST}/conf/etc # used to mount things > (cd /etc ; tar cvf - ${PWFILES} ) | (cd ${DEST}/etc ; tar xf - )
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 31200
: 17128