tools-{musl,systemd,uclibc}: switch to nightheron
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
This commit is contained in:
parent
c8b2d3368e
commit
f80a68d359
11 changed files with 109 additions and 9 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
source /etc/catalyst/catalyst.conf
|
||||
source $(pwd)/catalyst.conf.local
|
||||
|
||||
mydate=`date +%Y%m%d`
|
||||
|
||||
|
@ -42,7 +42,8 @@ do_stages() {
|
|||
fi
|
||||
|
||||
banner ${s} ${arch} ${flavor}
|
||||
catalyst -f stage${s}-${arch}-uclibc-${flavor}.conf \
|
||||
catalyst -c $(pwd)/catalyst.conf.local \
|
||||
-f stage${s}-${arch}-uclibc-${flavor}.conf \
|
||||
| tee -a zzz.log \
|
||||
> stage${s}-${arch}-uclibc-${flavor}.log \
|
||||
2> stage${s}-${arch}-uclibc-${flavor}.err
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue