Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 273660 - --quiet option for bootstrap
Summary: --quiet option for bootstrap
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords: InVCS
Depends on:
Blocks: 273664
  Show dependency tree
 
Reported: 2009-06-10 22:06 UTC by Alexandre Nuno Milheiro
Modified: 2010-09-11 17:07 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
patch for bootstrap.sh (bootstrap.patch,1.22 KB, patch)
2009-06-10 22:10 UTC, Alexandre Nuno Milheiro
Details | Diff
postsyncd script to patch bootstrap.sh (50-quiet-stage2-patch,1.54 KB, text/plain)
2009-07-04 20:35 UTC, Alexandre Nuno Milheiro
Details
correction to postsyncd script (50-quiet-stage2-patch,1.53 KB, text/plain)
2009-07-05 11:06 UTC, Alexandre Nuno Milheiro
Details

Note You need to log in before you can comment on or make changes to this bug.
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.