mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 10:57:55 +01:00
stop cleaning
This commit is contained in:
parent
ab8a3c9ccb
commit
e48aa8e2c6
2 changed files with 0 additions and 12 deletions
11
.github/workflows/iso.yml
vendored
11
.github/workflows/iso.yml
vendored
|
|
@ -22,22 +22,11 @@ jobs:
|
||||||
container:
|
container:
|
||||||
image: fedora:39
|
image: fedora:39
|
||||||
options: "--privileged"
|
options: "--privileged"
|
||||||
volumes:
|
|
||||||
- /:/host
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
packages: write
|
packages: write
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Cleanup host space
|
|
||||||
run: |
|
|
||||||
df -h /host || true
|
|
||||||
rm -rf /host/usr/local/lib/android || true
|
|
||||||
rm -rf /host/usr/share/dotnet || true
|
|
||||||
rm -rf /host/opt/ghc || true
|
|
||||||
rm -rf /host/usr/local/.ghcup || true
|
|
||||||
df -h /host || true
|
|
||||||
|
|
||||||
- name: Install make and git
|
- name: Install make and git
|
||||||
run: dnf install -y make git
|
run: dnf install -y make git
|
||||||
|
|
||||||
|
|
|
||||||
1
Makefile
1
Makefile
|
|
@ -20,7 +20,6 @@ boot.iso: lorax_templates/set_installer.tmpl lorax_templates/configure_upgrades.
|
||||||
--repo /etc/yum.repos.d/fedora-updates.repo \
|
--repo /etc/yum.repos.d/fedora-updates.repo \
|
||||||
--add-template $(base_dir)/lorax_templates/set_installer.tmpl \
|
--add-template $(base_dir)/lorax_templates/set_installer.tmpl \
|
||||||
--add-template $(base_dir)/lorax_templates/configure_upgrades.tmpl \
|
--add-template $(base_dir)/lorax_templates/configure_upgrades.tmpl \
|
||||||
--rootfs-size 2 \
|
|
||||||
./results/
|
./results/
|
||||||
mv results/images/boot.iso $(base_dir)/
|
mv results/images/boot.iso $(base_dir)/
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue