Skip to content
Snippets Groups Projects
Commit ff8be85b authored by Philip Müller's avatar Philip Müller
Browse files

[modules] adjust to Manjaro configs

parent d50a27cb
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
---
kernel: linux312
kernel: _kernel_
---
region: "America"
zone: "New_York"
#localeGenPath: "/etc/locale.gen"
#geoipUrl: "freegeoip.net"
localeGenPath: "/etc/locale.gen"
geoipUrl: "freegeoip.net"
......@@ -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:
......
---
unpack:
- source: "/path/to/filesystem.img"
sourcefs: "ext4"
- source: "_root-image_"
sourcefs: "squashfs"
destination: ""
- source: "/path/to/another/filesystem.sqfs"
- source: "_desktop-image_"
sourcefs: "squashfs"
destination: ""
......@@ -6,7 +6,6 @@ defaultGroups:
- network
- storage
- wheel
- audio
autologinGroup: autologin
doAutologin: true
sudoersGroup: wheel
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment