[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
|
# systemd-boot configuration files settings, set kernel and initramfs file names
|
||||||
# and amount of time before default selection boots
|
# and amount of time before default selection boots
|
||||||
kernel: "/vmlinuz-linux"
|
kernel: "_ALL_kver_"
|
||||||
img: "/initramfs-linux.img"
|
img: "_default_image_"
|
||||||
fallback: "/initramfs-linux-fallback.img"
|
fallback: "_fallback_image_"
|
||||||
timeout: "10"
|
timeout: "10"
|
||||||
# Optionally set the menu entry name and kernel name to use in systemd-boot.
|
# 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.
|
# If not specified here, these settings will be taken from branding.desc.
|
||||||
# bootloaderEntryName: "Generic GNU/Linux"
|
# bootloaderEntryName: "Manjaro"
|
||||||
# kernelLine: ", with Stable-Kernel"
|
kernelLine: ", with _manjaro_kernel_"
|
||||||
# fallbackKernelLine: ", with Stable-Kernel (fallback initramfs)"
|
fallbackKernelLine: ", with _manjaro_kernel_ (fallback initramfs)"
|
||||||
|
|
||||||
# GRUB 2 binary names and boot directory
|
# GRUB 2 binary names and boot directory
|
||||||
# Some distributions (e.g. Fedora) use grub2-* (resp. /boot/grub2/) names.
|
# 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"
|
region: "America"
|
||||||
zone: "New_York"
|
zone: "New_York"
|
||||||
#localeGenPath: "/etc/locale.gen"
|
localeGenPath: "/etc/locale.gen"
|
||||||
#geoipUrl: "freegeoip.net"
|
geoipUrl: "freegeoip.net"
|
||||||
|
@ -5,7 +5,7 @@ services:
|
|||||||
- name: "NetworkManager" #name of the service file
|
- name: "NetworkManager" #name of the service file
|
||||||
mandatory: false #true=> if enabling fails the installer errors out and quits
|
mandatory: false #true=> if enabling fails the installer errors out and quits
|
||||||
#false=>if enabling fails print warning to console and continue
|
#false=>if enabling fails print warning to console and continue
|
||||||
- name: "cups"
|
- name: "org.cups.cupsd"
|
||||||
mandatory: false
|
mandatory: false
|
||||||
|
|
||||||
targets:
|
targets:
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
---
|
---
|
||||||
unpack:
|
unpack:
|
||||||
- source: "/path/to/filesystem.img"
|
- source: "_root-image_"
|
||||||
sourcefs: "ext4"
|
sourcefs: "squashfs"
|
||||||
destination: ""
|
destination: ""
|
||||||
- source: "/path/to/another/filesystem.sqfs"
|
- source: "_desktop-image_"
|
||||||
sourcefs: "squashfs"
|
sourcefs: "squashfs"
|
||||||
destination: ""
|
destination: ""
|
||||||
|
@ -6,7 +6,6 @@ defaultGroups:
|
|||||||
- network
|
- network
|
||||||
- storage
|
- storage
|
||||||
- wheel
|
- wheel
|
||||||
- audio
|
|
||||||
autologinGroup: autologin
|
autologinGroup: autologin
|
||||||
doAutologin: true
|
doAutologin: true
|
||||||
sudoersGroup: wheel
|
sudoersGroup: wheel
|
||||||
|
Loading…
Reference in New Issue
Block a user