add linux-aios custom kernel package
All checks were successful
release / Release (push) Successful in 7m11s

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-18 22:14:21 +09:00
parent 800e16cc02
commit 12b2657a50
4 changed files with 12921 additions and 5 deletions

View File

@@ -29,7 +29,7 @@ arch-chroot $ROOTFS /bin/sh -c 'pacman-key --init && pacman-key --populate archl
arch-chroot $ROOTFS /bin/sh -c 'pacman -Syu --noconfirm base-devel vim git zsh rust clang openssh jq nodejs npm zsh-autosuggestions zsh-syntax-highlighting zsh-history-substring-search jq'
if [[ "$BUILD_MODE" == "image" ]]; then
arch-chroot $ROOTFS /bin/sh -c 'pacman -S --noconfirm linux linux-firmware mkinitcpio'
arch-chroot $ROOTFS /bin/sh -c 'pacman -S --noconfirm linux-aios linux-firmware mkinitcpio'
fi
arch-chroot $ROOTFS /bin/sh -c 'npm i -g @anthropic-ai/claude-code'