diff options
author | V3n3RiX <venerix@rogentos.ro> | 2016-11-06 11:36:56 +0000 |
---|---|---|
committer | V3n3RiX <venerix@rogentos.ro> | 2016-11-06 11:36:56 +0000 |
commit | 2315da16b798197c06be56305dfdbff4ff7321b8 (patch) | |
tree | 7f6dd3c715fd9c93d880b244d5f1217961c94e66 /app-misc/calamares-config-kogaion/files/modules | |
parent | cdabcd433150ebbfc3593bb6d7b0c571cabf02f5 (diff) |
calamares config && runtime done
Diffstat (limited to 'app-misc/calamares-config-kogaion/files/modules')
7 files changed, 0 insertions, 135 deletions
diff --git a/app-misc/calamares-config-kogaion/files/modules/bootloader.conf b/app-misc/calamares-config-kogaion/files/modules/bootloader.conf deleted file mode 100644 index 57c162da..00000000 --- a/app-misc/calamares-config-kogaion/files/modules/bootloader.conf +++ /dev/null @@ -1,26 +0,0 @@ ---- -# Define which bootloader you want to use for EFI installations -# Possible options are 'grub' and 'systemd-boot'. -efiBootLoader: "grub" - -# systemd-boot configuration files settings, set kernel and initramfs file names -# and amount of time before default selection boots -kernel: "/boot/kernel-genkernel-x86_64-4.4.4-kogaion" -img: "/boot/initramfs-genkernel-x86_64-4.4.4-kogaion" -timeout: "10" -# Optionally set the menu entry name and kernel name to use in systemd-boot. -# If not specified here, these settings will be taken from branding.desc. -# bootloaderEntryName: "Generic GNU/Linux" -# kernelLine: ", with Stable-Kernel" -# fallbackKernelLine: ", with Stable-Kernel (fallback initramfs)" - -# GRUB 2 binary names and boot directory -# Some distributions (e.g. Fedora) use grub2-* (resp. /boot/grub2/) names. -grubInstall: "grub2-install" -grubMkconfig: "grub2-mkconfig" -grubCfg: "/boot/grub/grub.cfg" -# Optionally set the --bootloader-id to use for EFI. If not set, this defaults -# to the bootloaderEntryName from branding.desc with problematic characters -# replaced. If an efiBootloaderId is specified here, it is taken to already be a -# valid directory name, so no such postprocessing is done in this case. -# efiBootloaderId: "dirname" diff --git a/app-misc/calamares-config-kogaion/files/modules/displaymanager.conf b/app-misc/calamares-config-kogaion/files/modules/displaymanager.conf deleted file mode 100644 index 2e764a9b..00000000 --- a/app-misc/calamares-config-kogaion/files/modules/displaymanager.conf +++ /dev/null @@ -1,16 +0,0 @@ ---- -#The DM module attempts to set up all the DMs found in this list, in that precise order. -#It also sets up autologin, if the feature is enabled in globalstorage. -#The displaymanagers list can also be set in globalstorage, and in that case it overrides anything set up here. -displaymanagers: - - lightdm - -#Enable the following settings to force a desktop environment in your displaymanager configuration file: -#defaultDesktopEnvironment: -# executable: "startkde" -# desktopFile: "plasma" - -#If true, try to ensure that the user, group, /var directory etc. for the -#display manager are set up correctly. This is normally done by the distribution -#packages, and best left to them. Therefore, it is disabled by default. -basicSetup: false diff --git a/app-misc/calamares-config-kogaion/files/modules/keyboard.conf b/app-misc/calamares-config-kogaion/files/modules/keyboard.conf deleted file mode 100644 index ff60ed60..00000000 --- a/app-misc/calamares-config-kogaion/files/modules/keyboard.conf +++ /dev/null @@ -1,8 +0,0 @@ ---- -# The name of the file to write X11 keyboard settings to -# The default value is the name used by upstream systemd-localed. -# Relative paths are assumed to be relative to /etc/X11/xorg.conf.d -xOrgConfFileName: "/usr/share/X11/xorg.conf.d/00-keyboard.conf" -# The path to search for keymaps converted from X11 to kbd format -# Leave this empty if the setting does not make sense on your distribution. -convertedKeymapPath: "/usr/share/keymaps/" diff --git a/app-misc/calamares-config-kogaion/files/modules/packages.conf b/app-misc/calamares-config-kogaion/files/modules/packages.conf deleted file mode 100644 index eaec5a1f..00000000 --- a/app-misc/calamares-config-kogaion/files/modules/packages.conf +++ /dev/null @@ -1,40 +0,0 @@ ---- -# -# Which package manager to use, options are: -# - packagekit - PackageKit CLI tool -# - zypp - Zypp RPM frontend -# - yum - Yum RPM frontend -# - dnf - DNF, the new RPM frontend -# - urpmi - Mandriva package manager -# - apt - APT frontend for DEB and RPM -# - pacman - Pacman -# - portage - Gentoo package manager -# - entropy - Sabayon package manager -# -backend: portage -# -# List of maps with package operations such as install or remove. -# Distro developers can provide a list of packages to remove -# from the installed system (for instance packages meant only -# for the live system). -# -# A job implementing a distro specific logic to determine other -# packages that need to be installed or removed can run before -# this one. Distro developers may want to install locale packages -# or remove drivers not needed on the installed system. -# This job will populate a list of dictionaries in the global -# storage called "packageOperations" and it is processed -# after the static list in the job configuration. -# -operations: - - remove: - - app-admin/calamares - - app-misc/calamares-config-kogaion - - app-misc/calamares-runtime - - app-misc/kogaion-live - - x11-themes/kogaion-artwork-calamares -# - install: -# - pkg1 -# - pkg2 -# - localInstall: -# - /path/to/pkg1 diff --git a/app-misc/calamares-config-kogaion/files/modules/unpackfs.conf b/app-misc/calamares-config-kogaion/files/modules/unpackfs.conf deleted file mode 100644 index 91eca93e..00000000 --- a/app-misc/calamares-config-kogaion/files/modules/unpackfs.conf +++ /dev/null @@ -1,5 +0,0 @@ ---- -unpack: - - source: "/dev/mapper/live-base" - sourcefs: "ext4" - destination: "" diff --git a/app-misc/calamares-config-kogaion/files/modules/users.conf b/app-misc/calamares-config-kogaion/files/modules/users.conf deleted file mode 100644 index 183c3f9d..00000000 --- a/app-misc/calamares-config-kogaion/files/modules/users.conf +++ /dev/null @@ -1,22 +0,0 @@ ---- -userGroup: users -defaultGroups: - - lp - - video - - tape - - uucp - - disk - - wheel - - audio - - cdrom - - cdrw - - usb - - plugdev - - portage - - messagebus - - vboxguest - - vboxsf -autologinGroup: autologin -doAutologin: false -setRootPassword: true -doReusePassword: false
\ No newline at end of file diff --git a/app-misc/calamares-config-kogaion/files/modules/welcome.conf b/app-misc/calamares-config-kogaion/files/modules/welcome.conf deleted file mode 100644 index 7e4f3404..00000000 --- a/app-misc/calamares-config-kogaion/files/modules/welcome.conf +++ /dev/null @@ -1,18 +0,0 @@ ---- -showSupportUrl: true -showKnownIssuesUrl: true -showReleaseNotesUrl: true - -requirements: - requiredStorage: 10.0 - requiredRam: 1.0 - check: - - storage - - ram - - power - - internet - - root - required: - - storage - - ram - - root |