[modules] adjust to Manjaro configs
This commit is contained in:
parent
d50a27cb4c
commit
ff8be85b08
@ -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.
|
||||
|
@ -1,2 +1,2 @@
|
||||
---
|
||||
kernel: linux312
|
||||
kernel: _kernel_
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
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:
|
||||
|
@ -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: ""
|
||||
|
@ -6,7 +6,6 @@ defaultGroups:
|
||||
- network
|
||||
- storage
|
||||
- wheel
|
||||
- audio
|
||||
autologinGroup: autologin
|
||||
doAutologin: true
|
||||
sudoersGroup: wheel
|
||||
|
Loading…
Reference in New Issue
Block a user