Skip to content

Commit

Permalink
uses a blank live build
Browse files Browse the repository at this point in the history
  • Loading branch information
taukakao committed Feb 5, 2024
1 parent 0a6a69f commit 108408e
Show file tree
Hide file tree
Showing 39 changed files with 8 additions and 1,369 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/orchid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,16 @@ jobs:
rm -r /run/host${{ runner.tool_cache }}
- name: Install needed packages
run: apt update && apt install debootstrap -y
run: apt update && apt install -y debootstrap live-build gnupg2 binutils zstd ca-certificates

- name: Build ISO
run: ./build.sh etc/terraform.conf
run: |
mkdir my-live
cd my-live
lb config
lb build
- uses: actions/upload-artifact@v4
with:
name: VanillaOS 2
path: builds/
name: Test Iso
path: my-live/live-image-amd64.hybrid.iso
35 changes: 0 additions & 35 deletions BACKERS.md

This file was deleted.

674 changes: 0 additions & 674 deletions LICENSE

This file was deleted.

47 changes: 0 additions & 47 deletions README.md

This file was deleted.

92 changes: 0 additions & 92 deletions build.sh

This file was deleted.

72 changes: 0 additions & 72 deletions etc/auto/config

This file was deleted.

30 changes: 0 additions & 30 deletions etc/config/archives/vanilla-main.key

This file was deleted.

41 changes: 0 additions & 41 deletions etc/config/archives/vanilla.key

This file was deleted.

2 changes: 0 additions & 2 deletions etc/config/archives/vanilla.list

This file was deleted.

Binary file removed etc/config/bootloaders/grub-pc/font.pf2
Binary file not shown.
36 changes: 0 additions & 36 deletions etc/config/bootloaders/grub-pc/grub.cfg

This file was deleted.

Loading

0 comments on commit 108408e

Please sign in to comment.