[modules] adjust to Manjaro configs

This commit is contained in:
Philip 2016-09-10 14:01:50 +02:00
parent d50a27cb4c
commit ff8be85b08
6 changed files with 14 additions and 15 deletions

View File

@ -5,15 +5,15 @@ efiBootLoader: "grub"
# systemd-boot configuration files settings, set kernel and initramfs file names
# and amount of time before default selection boots
kernel: "/vmlinuz-linux"
img: "/initramfs-linux.img"
fallback: "/initramfs-linux-fallback.img"
kernel: "_ALL_kver_"
img: "_default_image_"
fallback: "_fallback_image_"
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)"
# bootloaderEntryName: "Manjaro"
kernelLine: ", with _manjaro_kernel_"
fallbackKernelLine: ", with _manjaro_kernel_ (fallback initramfs)"
# GRUB 2 binary names and boot directory
# Some distributions (e.g. Fedora) use grub2-* (resp. /boot/grub2/) names.

View File

@ -1,2 +1,2 @@
---
kernel: linux312
kernel: _kernel_

View File

@ -1,5 +1,5 @@
---
region: "America"
zone: "New_York"
#localeGenPath: "/etc/locale.gen"
#geoipUrl: "freegeoip.net"
localeGenPath: "/etc/locale.gen"
geoipUrl: "freegeoip.net"

View File

@ -5,7 +5,7 @@ services:
- name: "NetworkManager" #name of the service file
mandatory: false #true=> if enabling fails the installer errors out and quits
#false=>if enabling fails print warning to console and continue
- name: "cups"
- name: "org.cups.cupsd"
mandatory: false
targets:

View File

@ -1,8 +1,8 @@
---
unpack:
- source: "/path/to/filesystem.img"
sourcefs: "ext4"
destination: ""
- source: "/path/to/another/filesystem.sqfs"
- source: "_root-image_"
sourcefs: "squashfs"
destination: ""
- source: "_desktop-image_"
sourcefs: "squashfs"
destination: ""

View File

@ -6,7 +6,6 @@ defaultGroups:
- network
- storage
- wheel
- audio
autologinGroup: autologin
doAutologin: true
sudoersGroup: wheel