File tree Expand file tree Collapse file tree 4 files changed +26
-4
lines changed
config/stages/package.use Expand file tree Collapse file tree 4 files changed +26
-4
lines changed Original file line number Diff line number Diff line change 1+ FROM gentoo/portage:latest AS portage
2+
3+ FROM gentoo/stage3:latest AS stage3
4+
5+ COPY --from=portage /var/db/repos/gentoo /var/db/repos/gentoo
6+
7+ RUN echo "dev-util/catalyst ~amd64" >> /etc/portage/package.accept_keywords/00_core && \
8+ echo "sys-apps/util-linux python" >> /etc/portage/package.use/00_core && \
9+ echo "sys-boot/grub grub_platforms_efi-32" >> /etc/portage/package.use/00_core && \
10+ emerge-webrsync && \
11+ emerge --verbose --deep --newuse --with-bdeps=y --with-bdeps=y \
12+ dev-util/catalyst
13+
Original file line number Diff line number Diff line change @@ -28,4 +28,5 @@ virtual/libcrypt static-libs
2828sys-libs/libxcrypt static-libs
2929media-fonts/noto-emoji icons
3030dev-lang/rust wasm rustfmt system-llvm rust-src rust-analyzer clippy
31- gnome-base/gvfs mtp nfs samba zeroconf
31+ gnome-base/gvfs mtp nfs samba zeroconf
32+ app-emulation/libvirt qemu libvirtd virt-network
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ echo mariaos > /etc/hostname
2929hostnamectl hostname mariaos
3030
3131# Install Nix daemon
32- sh <( curl -L https://nixos.org/nix/install) --daemon --yes
32+ # sh <(curl -L https://nixos.org/nix/install) --daemon --yes
3333
3434systemctl enable bluetooth
3535systemctl enable NetworkManager
@@ -43,10 +43,14 @@ systemctl enable zfs.target
4343systemctl enable zfs-import-cache
4444systemctl enable zfs-mount
4545systemctl enable zfs-import.target
46- systemctl enable nix-daemon
46+ # systemctl enable nix-daemon
4747systemctl enable docker
4848systemctl enable tlp
49- # systemctl enable libvirtd
49+ # libvirtd
50+ systemctl enable virtnetworkd.service
51+ systemctl enable virtqemud.service
52+ systemctl enable virtstoraged.socket
53+ systemctl enable virtlogd.service
5054
5155systemctl --global enable pipewire.socket pipewire-pulse.socket wireplumber.service
5256
Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ stage4/use:
4040 dri
4141 vpx
4242 xkb
43+ libvirt
4344 - qt5
4445 - qt6
4546 - kde
@@ -131,6 +132,9 @@ stage4/packages:
131132 dev - lang / rust
132133 sys - apps / gnome - disk - utility
133134 sys - firmware / intel - microcode
135+ app - emulation / libvirt
136+ app - emulation / qemu
137+ app - emulation / virt - manager
134138stage4 / empty : / var / tmp / var / cache / tmp
135139stage4 / rm :
136140 / boot / initramfs ?* .img
You can’t perform that action at this time.
0 commit comments