Hello, I just finished publishing my Gentoo image for a bare metal installation of LinuxCNC.
https://github.com/NTULINUX/gentoo_backup/tree/linuxcnc https://openlunchbox.com/mw19/index.php/HOWTO:_Gentoo_for_LinuxCNC In short, if you're using Debian Trixie and you're already booted into a PREEMPT_RT kernel and want to use the UEFI installation for Gentoo, you must specify `efi=runtime` on the kernel command line in order to update the UEFI boot manager. After that, install the prerequisites for the installer: btrfs-progs dosfstools e2fsprogs f2fs-tools git (required for fetching the installer) parted xfsprogs Recent coreutils with b2sum Then it's as simple as: git clone -b linuxcnc https://github.com/NTULINUX/gentoo_backup.git cd gentoo_backup sudo ./installer.sh Just follow the prompts! LinuxCNC is pre-installed with full support for halviewer and FlexGUI. For probe basic and qtpyvcp, once inside your new Gentoo installation: git clone https://github.com/NTULINUX/qt_pb.git cd qt_pb && ./qt_pb.sh To update LinuxCNC with the latest code from master branch, simply run: sudo emerge linuxcnc Packages shipped with image, this list is not complete: FileZilla GIMP Krita Inkscape mesaflash halviewer LinuxCNC Hexchat Konqueror NetworkManager (with applet) XFCE LXQt guvcview (camera) Kate Geany btop htop If you run into any problems, let me know! Alec _______________________________________________ Emc-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-developers
