mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-04 10:25:25 +01:00
Flush stdout before bootstrap
This commit is contained in:
parent
3be90c7afd
commit
ffda41f38a
3 changed files with 5 additions and 1 deletions
2
.github/workflows/qemu.yml
vendored
2
.github/workflows/qemu.yml
vendored
|
|
@ -51,7 +51,7 @@ jobs:
|
|||
- name: Remount package disk
|
||||
if: always()
|
||||
run: >
|
||||
DEV=$(sudo losetup -f target/external.img) &&
|
||||
DEV=$(sudo losetup -f --show target/external.img) &&
|
||||
sudo partprobe ${DEV}p1 &&
|
||||
mkdir -p mnt &&
|
||||
sudo mount ${DEV}p1 mnt
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue