mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-19 09:45:24 +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
|
mirror-state
|
||||||
key: cache-${{ hashFiles('steps/*/sources') }}
|
key: cache-${{ hashFiles('steps/*/sources') }}
|
||||||
- name: Run bootstrap
|
- 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
|
- name: Remount package disk
|
||||||
if: always()
|
if: always()
|
||||||
run: >
|
run: >
|
||||||
DEV=$(sudo losetup -f --show target/external.img) &&
|
DEV=$(sudo losetup -f --show target/external.img) &&
|
||||||
sudo partprobe ${DEV}p1 &&
|
sudo partprobe ${DEV} &&
|
||||||
mkdir -p mnt &&
|
mkdir -p mnt &&
|
||||||
sudo mount ${DEV}p1 mnt
|
sudo mount ${DEV}p1 mnt
|
||||||
- name: Archive created packages
|
- name: Archive created packages
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue