update
This commit is contained in:
parent
e62690dca7
commit
b95e2c190d
7 changed files with 51 additions and 0 deletions
4
airootfs/etc/calamares/branding/lunora/branding.desc
Normal file
4
airootfs/etc/calamares/branding/lunora/branding.desc
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
---
|
||||||
|
name: "lunora"
|
||||||
|
version: "1.0"
|
||||||
|
productName: "Lunora Linux"
|
7
airootfs/etc/calamares/modules/bootloader.conf
Normal file
7
airootfs/etc/calamares/modules/bootloader.conf
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
bootLoaders:
|
||||||
|
- id: grub
|
||||||
|
name: "GRUB"
|
||||||
|
packages: [ grub, efibootmgr ]
|
||||||
|
- id: systemd-boot
|
||||||
|
name: "Systemd-Boot"
|
||||||
|
packages: [ systemd-boot ]
|
11
airootfs/etc/calamares/modules/packages.conf
Normal file
11
airootfs/etc/calamares/modules/packages.conf
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
packages:
|
||||||
|
- name: kernel
|
||||||
|
description: "Wähle deinen Kernel"
|
||||||
|
type: select
|
||||||
|
installMode: pacman
|
||||||
|
default: linux-cachyos
|
||||||
|
items:
|
||||||
|
- id: linux-cachyos
|
||||||
|
name: "CachyOS Default Kernel"
|
||||||
|
- id: linux-cachyos-eevdf
|
||||||
|
name: "EEVDF Kernel"
|
16
airootfs/etc/calamares/settings.conf
Normal file
16
airootfs/etc/calamares/settings.conf
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
---
|
||||||
|
branding: "lunora"
|
||||||
|
|
||||||
|
modules:
|
||||||
|
- welcome
|
||||||
|
- locale
|
||||||
|
- keyboard
|
||||||
|
- partition
|
||||||
|
- users
|
||||||
|
- packages
|
||||||
|
- bootloader
|
||||||
|
- summary
|
||||||
|
- finished
|
||||||
|
|
||||||
|
show:
|
||||||
|
sidebar: true
|
4
git.sh
Executable file
4
git.sh
Executable file
|
@ -0,0 +1,4 @@
|
||||||
|
sudo rm -rf work/ out/
|
||||||
|
git add *
|
||||||
|
git commit -m "update"
|
||||||
|
git push
|
|
@ -126,3 +126,7 @@ xdg-utils
|
||||||
xfsprogs
|
xfsprogs
|
||||||
xl2tpd
|
xl2tpd
|
||||||
zsh
|
zsh
|
||||||
|
gnome
|
||||||
|
gdm
|
||||||
|
calamares
|
||||||
|
|
||||||
|
|
|
@ -98,3 +98,8 @@ Include = /etc/pacman.d/mirrorlist
|
||||||
#[custom]
|
#[custom]
|
||||||
#SigLevel = Optional TrustAll
|
#SigLevel = Optional TrustAll
|
||||||
#Server = file:///home/custompkgs
|
#Server = file:///home/custompkgs
|
||||||
|
|
||||||
|
|
||||||
|
[localrepo]
|
||||||
|
SigLevel = Optional TrustAll
|
||||||
|
Server = file:///home/weexnes/localrepo
|
||||||
|
|
Loading…
Add table
Reference in a new issue