Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 273660

Summary: --quiet option for bootstrap
Product: Gentoo Linux Reporter: Alexandre Nuno Milheiro <nunomilheiro>
Component: [OLD] Core systemAssignee: Portage team <dev-portage>
Status: RESOLVED FIXED    
Severity: enhancement CC: armin76
Priority: High Keywords: InVCS
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 273664    
Attachments: patch for bootstrap.sh
postsyncd script to patch bootstrap.sh
correction to postsyncd script

Description Alexandre Nuno Milheiro 2009-06-10 22:06:00 UTC
I would like to have the hability to have a --quiet|-q option for the bootstrap.sh script in portage. It could be useful for example to have a more consistent output in catalyst.
Comment 1 Alexandre Nuno Milheiro 2009-06-10 22:10:33 UTC
Created attachment 194199 [details, diff]
patch for bootstrap.sh

This patch should be enough to make this simple enhancement
Comment 2 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2009-06-13 23:13:45 UTC
Reassigning to vapier as he's the last one who touched the file.
Mike if you're the wrong assignee, please correct the assignment and drop me a note.
Comment 3 Alexandre Nuno Milheiro 2009-07-04 20:35:36 UTC
Created attachment 196672 [details]
postsyncd script to patch bootstrap.sh

This script applies this patch http://bugs.gentoo.org/attachment.cgi?id=194199
Place it in the /etc/portage/postsync.d directory and it will repatch boostrap.sh after each emerge --sync
Comment 4 Alexandre Nuno Milheiro 2009-07-05 11:06:22 UTC
Created attachment 196725 [details]
correction to postsyncd script

Ther's a mistake in the previous script as it will overwrite your /dev/null node with the patch rejects.
DON'T USE IT !
If you used it, then take those corrective steps:
rm /dev/null
mknod /dev/null c 1 3
chmod a+w /dev/null
Sorry for the inconvenience
Comment 5 Zac Medico gentoo-dev 2010-09-11 17:07:26 UTC
Thanks, this is in cvs now.