Skip to content

Commit

Permalink
README: Updating docs for rebuild-stage1.sh.
Browse files Browse the repository at this point in the history
  • Loading branch information
JillTyrell committed Jun 14, 2018
1 parent 23e9be4 commit 2a119f0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,11 @@ At this point, stage1 is complete and your Sabotage chroot is set up. There are
two optional steps to consider at this time:

$ /src/utils/clean-stage1.sh # remove unneeded bootstrap packages
$ /src/utils/optimize-chroot.sh # rebuild stage1 binaries with latest gcc
$ /src/utils/rebuild-stage1.sh # rebuild core packages with the stage1 gcc

Rebuilding stage1 will not only optimize the packages built with the older
bootstrap compiler, but will also ensure that your builds are reproducible
and will match the results of others.

You may also install optional packages:

Expand Down

0 comments on commit 2a119f0

Please sign in to comment.