mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-07 11:55:23 +01:00
When building in chroot write stderr to log file
This commit is contained in:
parent
6791064571
commit
8e944c382f
1 changed files with 1 additions and 1 deletions
|
|
@ -271,7 +271,7 @@ find . | cpio -H newc -o | gzip > initramfs.igz
|
|||
# Run
|
||||
case "${QEMU_CMD}" in
|
||||
chroot)
|
||||
sudo PATH="/after/bin:${PATH}" chroot . /init | tee "$LOGFILE"
|
||||
sudo PATH="/after/bin:${PATH}" chroot . /init 2>&1 | tee "$LOGFILE"
|
||||
;;
|
||||
minikernel)
|
||||
git clone --depth 1 --branch v0.4 https://github.com/bittorf/kritis-linux.git
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue