FreeBSD Bugzilla – Attachment 27671 Details for
Bug 46846
livecd: Running fails due to old patches
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 2.41 KB, created by
David Holm
on 2003-01-07 23:50:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
David Holm
Created:
2003-01-07 23:50:01 UTC
Size:
2.41 KB
patch
obsolete
>--- rc Tue Jan 7 20:25:07 2003 >+++ rc.diff Tue Jan 7 20:34:46 2003 >@@ -134,96 +134,11 @@ > . /etc/rc.early > fi > >-case ${bootmode} in >-autoboot) >- echo 'Automatic boot in progress...' >- fsck -p >- case $? in >- 0) >- ;; >- 2) >- exit 1 >- ;; >- 4) >- reboot >- echo 'Reboot failed... help!' >- exit 1 >- ;; >- 8) >- case ${fsck_y_enable} in >- [Yy][Ee][Ss]) >- echo 'File system preen failed, trying fsck -y . . .' >- fsck -y >- case $? in >- 0) >- ;; >- *) >- echo 'Automatic file system check failed . . . help!' >- exit 1 >- ;; >- esac >- ;; >- *) >- echo 'Automatic file system check failed . . . help!' >- exit 1 >- ;; >- esac >- ;; >- 12) >- echo 'Reboot interrupted' >- exit 1 >- ;; >- 130) >- # interrupt before catcher installed >- exit 1 >- ;; >- *) >- echo 'Unknown error in reboot' >- exit 1 >- ;; >- esac >- ;; >-*) >- echo 'Skipping disk checks ...' >- ;; >-esac >- >-set -T >-trap "echo 'Reboot interrupted'; exit 1" 3 >- >-# root normally must be read/write, but if this is a BOOTP NFS >-# diskless boot it does not have to be. >-# >-case ${root_rw_mount} in >-[Nn][Oo] | '') >- ;; >-*) >- if ! mount -u -o rw /; then >- echo 'Mounting root filesystem rw failed, startup aborted' >- exit 1 >- fi >- ;; >-esac >- >-umount -a >/dev/null 2>&1 >- >-# If using diskless, run custom disk mounting function here >-# >-if [ -n "${diskless_mount}" -a -r "${diskless_mount}" ]; then >- sh ${diskless_mount} >-else >-# otherwise mount everything except nfs filesystems. >- mount -a -t nonfs >+if [ -r /etc/rc.live ]; then >+ echo -n 'Initializing LiveCD:' >+ sh /etc/rc.live >+ echo '.' > fi >- >-case $? in >-0) >- ;; >-*) >- echo 'Mounting /etc/fstab filesystems failed, startup aborted' >- exit 1 >- ;; >-esac > > adjkerntz -i
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 46846
:
27670
| 27671