Skip to content

Commit

Permalink
fix failing builds
Browse files Browse the repository at this point in the history
  • Loading branch information
alkazar committed May 10, 2024
1 parent cb85649 commit 8bc4d32
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion chimeraos/airootfs/etc/mkinitcpio.conf
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ FILES=()
#
## NOTE: If you have /usr on a separate partition, you MUST include the
# usr, fsck and shutdown hooks.
HOOKS=(base udev memdisk archiso_shutdown archiso archiso_loop_mnt archiso_pxe_common archiso_pxe_nbd archiso_pxe_http archiso_pxe_nfs archiso_kms block filesystems keyboard)
HOOKS=(base udev memdisk archiso archiso_loop_mnt archiso_kms block filesystems keyboard microcode)

# COMPRESSION
# Use this to compress the initramfs image. By default, gzip compression
Expand Down
2 changes: 0 additions & 2 deletions chimeraos/efiboot/loader/entries/archiso-x86_64-linux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,5 @@

title Install ChimeraOS
linux /%INSTALL_DIR%/boot/x86_64/vmlinuz-linux-chimeraos
initrd /%INSTALL_DIR%/boot/intel-ucode.img
initrd /%INSTALL_DIR%/boot/amd-ucode.img
initrd /%INSTALL_DIR%/boot/x86_64/initramfs-linux-chimeraos.img
options archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% nomodeset

0 comments on commit 8bc4d32

Please sign in to comment.