FreeBSD Bugzilla – Attachment 11544 Details for
Bug 22696
picobsd build with router configuration can't boot.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.19 KB, created by
Mas.TAKEMURA
on 2000-11-08 18:10:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Mas.TAKEMURA
Created:
2000-11-08 18:10:01 UTC
Size:
1.19 KB
patch
obsolete
>--- /usr/src/release/picobsd/mfs_tree/etc/oinit.rc.orig Thu Nov 9 02:24:52 2000 >+++ /usr/src/release/picobsd/mfs_tree/etc/oinit.rc Thu Nov 9 02:25:08 2000 >@@ -22,4 +22,5 @@ > umount /dev/fd0a > echo "Ok. (Now you may remove floppy if you like)" > echo >+gzip -d rc.gz > . rc >--- /usr/src/release/picobsd/build/stage1.orig Thu Nov 9 02:11:34 2000 >+++ /usr/src/release/picobsd/build/stage1 Thu Nov 9 02:48:45 2000 >@@ -99,13 +99,17 @@ > >/dev/null || fail $? makedevs > fi > >- MFS_RC=mfs_tree/etc/rc >- if [ ! -f ${MFS_RC} ] ; then # no private version. use generic mfs.rc >- MFS_RC=${BUILDDIR}/../${MFS_RC} >- fi > if [ "${INIT}" = "oinit" ] ; then >+ MFS_RC=mfs_tree/etc/oinit.rc >+ if [ ! -f ${MFS_RC} ] ; then # no private version. use generic mfs.rc >+ MFS_RC=${BUILDDIR}/../${MFS_RC} >+ fi > cat ${MFS_RC} | sed -e "s/@VER@/${VER}/g" > ${MFS_MOUNTPOINT}/etc/oinit.rc > else >+ MFS_RC=mfs_tree/etc/rc >+ if [ ! -f ${MFS_RC} ] ; then # no private version. use generic mfs.rc >+ MFS_RC=${BUILDDIR}/../${MFS_RC} >+ fi > cat ${MFS_RC} | sed -e "s/@VER@/${VER}/g" > ${MFS_MOUNTPOINT}/etc/rc > if [ -f mfs_tree/etc/login.conf ] ; then > cp mfs_tree/etc/login.conf ${MFS_MOUNTPOINT}/etc/login.conf
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 22696
: 11544