mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-02 01:18:08 +01:00
Attempt something else
This commit is contained in:
parent
e8b3cb100d
commit
a86196488a
1 changed files with 2 additions and 2 deletions
4
.github/workflows/qemu.yml
vendored
4
.github/workflows/qemu.yml
vendored
|
|
@ -47,12 +47,12 @@ jobs:
|
|||
mirror-state
|
||||
key: cache-${{ hashFiles('steps/*/sources') }}
|
||||
- name: Run bootstrap
|
||||
run: sudo ./rootfs.py --qemu --external-sources --cores 2 --mirror file://${PWD}/mirror
|
||||
run: sudo ./rootfs.py --qemu --external-sources --cores 1 --mirror file://${PWD}/mirror
|
||||
- name: Remount package disk
|
||||
if: always()
|
||||
run: >
|
||||
DEV=$(sudo losetup -f --show target/external.img) &&
|
||||
sudo partprobe ${DEV}p1 &&
|
||||
sudo partprobe ${DEV} &&
|
||||
mkdir -p mnt &&
|
||||
sudo mount ${DEV}p1 mnt
|
||||
- name: Archive created packages
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue