Skip to content

Commit

Permalink
Update build-with-llvm.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
netflexs authored Nov 14, 2024
1 parent 254646b commit 9147e53
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/build-with-llvm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,10 @@ jobs:
sudo apt-get install -y busybox-static
cp /bin/busybox rootfs/bin/
# Install Neofetch dependencies
sudo apt-get install -y neofetch
# Copy Neofetch to rootfs
cp /usr/bin/neofetch rootfs/usr/bin/
# Modify the init script to run neofetch on boot
cat << 'EOF' > rootfs/init
#!/bin/sh
Expand Down Expand Up @@ -80,8 +77,7 @@ jobs:
run: |
mkdir -p iso/boot/grub
cp arch/x86/boot/bzImage iso/boot/
cp rootfs/initramfs.img iso/boot/
cp initramfs.img iso/boot/
cat << EOF > iso/boot/grub/grub.cfg
set default=0
set timeout=5
Expand All @@ -91,7 +87,6 @@ jobs:
initrd /boot/initramfs.img
}
EOF
genisoimage -U -r -J -V "FOS_OS" -b boot/grub/stage2_eltorito -no-emul-boot -boot-load-size 4 -boot-info-table -o fos_os.iso iso
- name: Archive the ISO Artifact
Expand Down

0 comments on commit 9147e53

Please sign in to comment.