This commit is contained in:
WeeXnes 2025-06-30 19:58:46 +02:00
parent e62690dca7
commit b95e2c190d
7 changed files with 51 additions and 0 deletions

View file

@ -0,0 +1,4 @@
---
name: "lunora"
version: "1.0"
productName: "Lunora Linux"

View file

@ -0,0 +1,7 @@
bootLoaders:
- id: grub
name: "GRUB"
packages: [ grub, efibootmgr ]
- id: systemd-boot
name: "Systemd-Boot"
packages: [ systemd-boot ]

View 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"

View 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
View file

@ -0,0 +1,4 @@
sudo rm -rf work/ out/
git add *
git commit -m "update"
git push

View file

@ -126,3 +126,7 @@ xdg-utils
xfsprogs xfsprogs
xl2tpd xl2tpd
zsh zsh
gnome
gdm
calamares

View file

@ -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