Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 49716 Details for
Bug 79798
Change pause in livecd-stage2
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
verbose-pause.patch
verbose-pause.patch (text/plain), 499 bytes, created by
Robert Paskowitz (RETIRED)
on 2005-01-27 19:43:48 UTC
(
hide
)
Description:
verbose-pause.patch
Filename:
MIME Type:
Creator:
Robert Paskowitz (RETIRED)
Created:
2005-01-27 19:43:48 UTC
Size:
499 bytes
patch
obsolete
>--- livecd-stage1-chroot.sh >+++ /usr/lib/catalyst/targets/livecd-stage1/livecd-stage1-chroot.sh 2005-01-27 22:33:50.000000000 -0500 >@@ -55,7 +55,12 @@ > if [ "${clst_VERBOSE}" ] > then > emerge ${clst_emergeopts} -vp ${clst_packages} >- sleep 15 >+ echo "Press any key within 15 seconds to pause the build..." >+ read -s -t 15 -n 1 >+ if [ $? -eq 0 ]; then >+ echo "Press any key to continue..." >+ read -s -n 1 >+ fi > fi > > portage_version=`/usr/lib/portage/bin/portageq best_version / sys-apps/portage \
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 79798
: 49716