releases/specs/ppc/ppc64le/installcd-stage2-minimal: don't use binpkg

kernel modules need to be built against fresh kernel source.
also disable consoles in grub, to reduce clutter.
both tty0 and hvc0 are handled automatically by livecd-tools.

Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
This commit is contained in:
Georgy Yakovlev 2021-07-28 21:16:16 -07:00
parent 5b3c95a8d4
commit e643d07205
No known key found for this signature in database
GPG key ID: A272C8F015129D52

View file

@ -22,15 +22,13 @@ boot/kernel: 4K_PAGESZ 64K_PAGESZ
# can't be mounted on 4K if created on 64K kernels (btrfs is known to do that and some others)
boot/kernel/4K_PAGESZ/sources: sys-kernel/gentoo-sources
boot/kernel/4K_PAGESZ/config: @REPO_DIR@/releases/kconfig/powerpc/installcd-ppc64le-4K-5.10.config
boot/kernel/4K_PAGESZ/console: hvc0 tty0
boot/kernel/4K_PAGESZ/extraversion: 4K_PAGESZ
boot/kernel/4K_PAGESZ/packages: zfs zfs-kmod
boot/kernel/4K_PAGESZ/packages: --usepkg n zfs zfs-kmod
boot/kernel/64K_PAGESZ/sources: sys-kernel/gentoo-sources
boot/kernel/64K_PAGESZ/config: @REPO_DIR@/releases/kconfig/powerpc/installcd-ppc64le-64K-5.10.config
boot/kernel/64K_PAGESZ/console: hvc0 tty0
boot/kernel/64K_PAGESZ/extraversion: 64K_PAGESZ
boot/kernel/64K_PAGESZ/packages: zfs zfs-kmod
boot/kernel/64K_PAGESZ/packages: --usepkg n zfs zfs-kmod
livecd/unmerge:
app-admin/eselect