First commit on the initramfs generation.

This commit is contained in:
sergiotarxz 2022-05-05 02:11:13 +02:00
parent 09ba994d38
commit e036ddcfbc
10 changed files with 5 additions and 35 deletions

View File

@ -1,13 +0,0 @@
# We always try and start the DM on a static VT. The various DMs normally
# default to using VT7. If you wish to use the display-manager init
# script, then you should ensure that the VT checked is the same VT your
# DM wants to use.
# We do this check to ensure that you haven't accidentally configured
# something to run on the VT in your /etc/inittab file so that
# you don't get a dead keyboard.
CHECKVT=7
# What display manager do you use ?
# [ xdm | greetd | gdm | sddm | gpe | lightdm | entrance ]
# NOTE: If this is set in /etc/rc.conf, that setting will override this one.
DISPLAYMANAGER="gdm"

View File

@ -1,2 +0,0 @@
# Set to the hostname of this machine
hostname="immutable-gentoo"

View File

@ -1,10 +1,9 @@
COMMON_FLAGS="-mtune=native -O2"
COMMON_FLAGS="-O2"
CFLAGS="${COMMON_FLAGS}"
CXXFLAGS="${COMMON_FLAGS}"
FCFLAGS="${COMMON_FLAGS}"
FFLAGS="${COMMON_FLAGS}"
MAKEOPTS="-j1"
USE="screencast"
PORTDIR="/var/db/repos/gentoo"
DISTDIR="/var/cache/distfiles"

View File

@ -4,7 +4,6 @@ CXXFLAGS="${COMMON_FLAGS}"
FCFLAGS="${COMMON_FLAGS}"
FFLAGS="${COMMON_FLAGS}"
MAKEOPTS="-j1"
USE="screencast"
PORTDIR="/var/db/repos/gentoo"
DISTDIR="/var/cache/distfiles"

View File

@ -4,7 +4,6 @@ CXXFLAGS="${COMMON_FLAGS}"
FCFLAGS="${COMMON_FLAGS}"
FFLAGS="${COMMON_FLAGS}"
MAKEOPTS="-j1"
USE="screencast"
PORTDIR="/var/db/repos/gentoo"
DISTDIR="/var/cache/distfiles"

View File

@ -1 +1 @@
../../var/db/repos/gentoo/profiles/default/linux/amd64/17.1/desktop/gnome
../../var/db/repos/gentoo/profiles/default/linux/amd64/17.0/

View File

@ -1,5 +0,0 @@
[sergiotarxz]
location = /var/db/repos/sergiotarxz
sync-type = git
sync-uri = https://gitea.sergiotarxz.freemyip.com/sergiotarxz/sergiotarxz-overlay.git
masters = gentoo

View File

@ -1,5 +1 @@
gnome-base/gnome
app-editors/vim
sys-process/cronie
app-admin/syslog-ng
app-admin/sudo
sys-fs/cryptsetup

View File

@ -1,5 +1 @@
gnome-base/gnome
app-editors/vim
sys-process/cronie
app-admin/syslog-ng
app-admin/sudo
sys-fs/cryptsetup

View File

@ -1,5 +1,6 @@
#!/bin/bash -e
emerge --depclean virtual/editor virtual/man virtual/pager sys-apps/man-pages sys-devel/binutils sys-devel/gcc sys-devel/patch sys-devel/make sys-apps/less sys-devel/gnuconfig sys-apps/diffutils
rm -rf /tmp/*
rm -rf /var/tmp
find /var/log -type f -delete