Skip to content

Commit

Permalink
try submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
ook37 committed Jan 3, 2025
1 parent 51d0abf commit d116eb3
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/iso.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ jobs:
runs-on: buildjet-4vcpu-ubuntu-2204
steps:
- uses: actions/checkout@v4
with:
submodules: recursive

- name: Install needed packages
run: |
Expand Down Expand Up @@ -38,6 +40,8 @@ jobs:
runs-on: buildjet-4vcpu-ubuntu-2204-arm
steps:
- uses: actions/checkout@v4
with:
submodules: recursive

- name: Install needed packages
run: |
Expand Down
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "etc/config/includes.binary/grub"]
path = etc/config/includes.binary/grub
url = https://github.com/rhino-linux/grub.git
2 changes: 1 addition & 1 deletion etc/config/hooks/live/setup-casper-folder.binary
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ mv live/vmlinuz-* casper/vmlinuz
mv live/filesystem.packages-remove casper/filesystem.manifest-remove
mv live/filesystem.packages casper/filesystem.manifest
mkdir -p casper/boot/grub/themes
cp -r usr/share/grub/themes/rhino casper/boot/grub/themes/rhino
cp -rf ../config/includes.binary/grub casper/boot/grub/themes/rhino
printf "$(sudo du -sx --block-size=1 ./ | cut -f1)" > casper/filesystem.size
1 change: 1 addition & 0 deletions etc/config/includes.binary/grub
Submodule grub added at d27e65

0 comments on commit d116eb3

Please sign in to comment.