[configs] adjust for manjaro
This commit is contained in:
parent
170b6cadc2
commit
0440765680
@ -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.
|
||||||
|
@ -32,6 +32,8 @@ DesktopEnvironment = collections.namedtuple('DesktopEnvironment', ['executable',
|
|||||||
desktop_environments = [
|
desktop_environments = [
|
||||||
DesktopEnvironment('/usr/bin/startkde', 'plasma'), # KDE Plasma 5
|
DesktopEnvironment('/usr/bin/startkde', 'plasma'), # KDE Plasma 5
|
||||||
DesktopEnvironment('/usr/bin/startkde', 'kde-plasma'), # KDE Plasma 4
|
DesktopEnvironment('/usr/bin/startkde', 'kde-plasma'), # KDE Plasma 4
|
||||||
|
DesktopEnvironment('/usr/bin/budgie-desktop', 'budgie-desktop'), # Budgie v10.x
|
||||||
|
DesktopEnvironment('/usr/bin/budgie-session', 'budgie-desktop'), # Budgie v8.x
|
||||||
DesktopEnvironment('/usr/bin/gnome-session', 'gnome'),
|
DesktopEnvironment('/usr/bin/gnome-session', 'gnome'),
|
||||||
DesktopEnvironment('/usr/bin/startxfce4', 'xfce'),
|
DesktopEnvironment('/usr/bin/startxfce4', 'xfce'),
|
||||||
DesktopEnvironment('/usr/bin/cinnamon-session-cinnamon', 'cinnamon'),
|
DesktopEnvironment('/usr/bin/cinnamon-session-cinnamon', 'cinnamon'),
|
||||||
@ -42,8 +44,6 @@ desktop_environments = [
|
|||||||
DesktopEnvironment('/usr/bin/lxqt-session', 'lxqt'),
|
DesktopEnvironment('/usr/bin/lxqt-session', 'lxqt'),
|
||||||
DesktopEnvironment('/usr/bin/pekwm', 'pekwm'),
|
DesktopEnvironment('/usr/bin/pekwm', 'pekwm'),
|
||||||
DesktopEnvironment('/usr/bin/pantheon-session', 'pantheon'),
|
DesktopEnvironment('/usr/bin/pantheon-session', 'pantheon'),
|
||||||
DesktopEnvironment('/usr/bin/budgie-session', 'budgie-session'),
|
|
||||||
DesktopEnvironment('/usr/bin/budgie-desktop', 'budgie-desktop'),
|
|
||||||
DesktopEnvironment('/usr/bin/i3', 'i3'),
|
DesktopEnvironment('/usr/bin/i3', 'i3'),
|
||||||
DesktopEnvironment('/usr/bin/startdde', 'deepin'),
|
DesktopEnvironment('/usr/bin/startdde', 'deepin'),
|
||||||
DesktopEnvironment('/usr/bin/openbox-session', 'openbox')
|
DesktopEnvironment('/usr/bin/openbox-session', 'openbox')
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
---
|
---
|
||||||
region: "America"
|
region: "America"
|
||||||
zone: "New_York"
|
zone: "New_York"
|
||||||
|
localeGenPath: "/etc/locale.gen"
|
||||||
# GeoIP settings. Leave commented out to disable GeoIP.
|
geoipUrl: "freegeoip.net"
|
||||||
#localeGenPath: "/etc/locale.gen"
|
|
||||||
#geoipUrl: "freegeoip.net"
|
|
||||||
|
@ -2,7 +2,6 @@
|
|||||||
description: "Default group"
|
description: "Default group"
|
||||||
hidden: true
|
hidden: true
|
||||||
selected: true
|
selected: true
|
||||||
critical: false
|
|
||||||
packages:
|
packages:
|
||||||
- base
|
- base
|
||||||
- chakra-live-skel
|
- chakra-live-skel
|
||||||
@ -166,7 +165,6 @@
|
|||||||
- kapudan
|
- kapudan
|
||||||
- name: "Wireless"
|
- name: "Wireless"
|
||||||
description: "Tools for wireless connections"
|
description: "Tools for wireless connections"
|
||||||
critical: false
|
|
||||||
packages:
|
packages:
|
||||||
- crda
|
- crda
|
||||||
- ndiswrapper
|
- ndiswrapper
|
||||||
@ -200,4 +198,49 @@
|
|||||||
- kdegraphics-svgpart
|
- kdegraphics-svgpart
|
||||||
- kdegraphics-thumbnailers
|
- kdegraphics-thumbnailers
|
||||||
- imagemagick
|
- imagemagick
|
||||||
|
- name: "Burning"
|
||||||
|
description: "Set of packages for disc burning"
|
||||||
|
packages:
|
||||||
|
- dvd+rw-tools
|
||||||
|
- vcdimager
|
||||||
|
- transcode
|
||||||
|
- emovix
|
||||||
|
- k3b
|
||||||
|
- libdvdcss
|
||||||
|
- name: "Printing"
|
||||||
|
description: "Print much?"
|
||||||
|
packages:
|
||||||
|
- cups
|
||||||
|
- gutenprint
|
||||||
|
- cups-pdf
|
||||||
|
- kdeadmin-print-manager
|
||||||
|
- hplip
|
||||||
|
- epsoneplijs
|
||||||
|
- epson-inkjet-printer-escpr
|
||||||
|
- python2-gobject2
|
||||||
|
- samba
|
||||||
|
- name: "Multimedia"
|
||||||
|
description: "Music and video players"
|
||||||
|
packages:
|
||||||
|
- kdemultimedia-dragonplayer
|
||||||
|
- kdenlive
|
||||||
|
- amarok
|
||||||
|
- name: "Miscellaneous"
|
||||||
|
description: "Useful tools and apps"
|
||||||
|
packages:
|
||||||
|
- imagewriter
|
||||||
|
- tomoyo-tools
|
||||||
|
- python2-gobject ## needed for systemd-analyze
|
||||||
|
- clamav
|
||||||
|
- kdenetwork-kget ## maybe move to a network group?
|
||||||
|
- kdeplasma-addons-applets-lancelot
|
||||||
|
- kdeplasma-applets-homerun
|
||||||
|
- kdeplasma-applets-appmenu-qml
|
||||||
|
- kdeplasma-addons-runners-characters
|
||||||
|
- kdeplasma-addons-runners-converter
|
||||||
|
- kdeplasma-addons-runners-datetime
|
||||||
|
- kdeplasma-addons-runners-dictionary ##4.10 option
|
||||||
|
- kdeplasma-addons-runners-spellchecker
|
||||||
|
- appmenu-qt ## needed for menubar options in 4.10
|
||||||
|
- kscreen
|
||||||
|
|
||||||
|
@ -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: ""
|
||||||
|
Loading…
Reference in New Issue
Block a user