Gentoo is the base for Google's Chrome os , and thus Coreos... based on Chrome.. (http://gpo.zugaina.org/)
also , as mentioned *https://wiki.gentoo.org/wiki//etc/portage/repos.conf* /etc/portage/repos.conf/corseos.conf [core-os]location = /usr/local/overlay/core-ossync-type = gitsync-uri = https://github.com/coreos/coreos-overlay.git auto-sync = yes make.conf features , buildpkg , getbinpkg Sakis repo , also add /usr/portage/packages... if you can chroot , quickpkg emerge -k/--binpkg some.tar.gz... , also can drop in 64 bit coreos packages folder into /usr/portage , emaint binhost --fix... SAKAKI's Gentoo 64 bit for pi3 <https://github.com/sakaki-/gentoo-on-rpi3-64bit> is alredy efi boot...(Gentoo Wiki by SAKAKI for pi3 <https://wiki.gentoo.org/wiki/Raspberry_Pi_3_64_bit_Install> ) use Etcher <http://etcher.io> for linux or windows no need to even untar , or rufus/DD/winimage32... might have to add a few other chrome or etc gentoo overlays... , however , it would give you a boot-able image with xfce , and allow for faster porting... anyhow its useful to Cherry pick package from core-os , via overlay in my case. Anyhow an Official coreos image for PI3 would be a nice to have esp with rocket , and small.... especially if I get a few more.. pi3's ... anyrate , it should give you a bootable Gentoo image , and making it more coreos shouldn''t be an issue... icecream/distcc , cross-gcc-arm64 on amd64 hosts... i've been bending packages from Sabayon /Pentoo Linux to pi3 based on the Gentoo Image , as they are more related to Gentoo... Note, the kernel config used was derived simply by running make bcmrpi3_defconfig on the rpi-4.10.y branch of the Raspberry Pi kernel tree <https://github.com/raspberrypi/linux>; but, for reference, may be viewed here <https://github.com/sakaki-/gentoo-on-rpi3-64bit/blob/master/configs/bcmrpi3_defconfig> . The image may be downloaded from the link below (or via wget, per the instructions which follow). VariantVersionImageDigital Signature Raspberry Pi 3 Model B 64-bit v1.0.2 genpi64.img.xz <https://github.com/sakaki-/gentoo-on-rpi3-64bit/releases/download/v1.0.2/genpi64.img.xz> genpi64.img.xz.asc <https://github.com/sakaki-/gentoo-on-rpi3-64bit/releases/download/v1.0.2/genpi64.img.xz.asc> Image binhost I have made available a Portage binhost <https://wiki.gentoo.org/wiki/Binary_package_guide> containing all the packages in this image, at https://isshoni.org/pi64. You may find this useful (to save compilation time) if building your own 64-bit system from scratch. For most users, adding/uncommenting the following lines in /etc/portage/make.conf (on your Pi) will suffice to start using automatically the provided binary packages, where available (and building locally - as usual - where not): PORTAGE_BINHOST="https://isshoni.org/pi64" FEATURES="${FEATURES} getbinpkg" On Wednesday, June 14, 2017 at 12:10:10 PM UTC-5, Geoff Levand wrote: > > On 06/13/2017 04:16 PM, Michael R. Lawrence CISSP wrote: > > can just overlay coreos with /etc/portage/repos.conf/coreos.conf > > add the git... etc.. > > If your system has ACPI and can PXE boot, then you can use the PXE > boot files > > coreos_production_pxe.vmlinuz > coreos_production_pxe_image.cpio.gz > > As I have mentioned in earlier posts in this thread, for hard disk > install CoreOS needs a platform that has UEFI and ACPI support. > Without these the release images and update engine can't work. > > Without ACPI support you'll need to hack things up to use a DTB. > > -Geoff > > >
