Adding overlays and a different startup profile.

This commit is contained in:
sergiotarxz 2022-05-05 23:49:03 +02:00
parent 53b61d2a65
commit cddbc33a40
2 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
../../var/db/repos/gentoo/profiles/default/linux/amd64/17.0/
../../var/db/repos/gentoo/profiles/default/linux/amd64/17.0/musl/

View File

@ -1,7 +1,7 @@
#!/bin/bash -e
echo "Do nothing."
emerge --sync sergiotarxz
emerge --sync musl
# This is just here to sync up with the other desktops systems.
# It just makes life easier when doing a 'git diff' between branches.
# But if we were to do the same thing, it would be roughly this ...