From b95e2c190d4ccfe661731a5eac044dc934216d71 Mon Sep 17 00:00:00 2001 From: WeeXnes Date: Mon, 30 Jun 2025 19:58:46 +0200 Subject: [PATCH] update --- .../etc/calamares/branding/lunora/branding.desc | 4 ++++ airootfs/etc/calamares/modules/bootloader.conf | 7 +++++++ airootfs/etc/calamares/modules/packages.conf | 11 +++++++++++ airootfs/etc/calamares/settings.conf | 16 ++++++++++++++++ git.sh | 4 ++++ packages.x86_64 | 4 ++++ pacman.conf | 5 +++++ 7 files changed, 51 insertions(+) create mode 100644 airootfs/etc/calamares/branding/lunora/branding.desc create mode 100644 airootfs/etc/calamares/modules/bootloader.conf create mode 100644 airootfs/etc/calamares/modules/packages.conf create mode 100644 airootfs/etc/calamares/settings.conf create mode 100755 git.sh diff --git a/airootfs/etc/calamares/branding/lunora/branding.desc b/airootfs/etc/calamares/branding/lunora/branding.desc new file mode 100644 index 0000000..b3bdd17 --- /dev/null +++ b/airootfs/etc/calamares/branding/lunora/branding.desc @@ -0,0 +1,4 @@ +--- +name: "lunora" +version: "1.0" +productName: "Lunora Linux" diff --git a/airootfs/etc/calamares/modules/bootloader.conf b/airootfs/etc/calamares/modules/bootloader.conf new file mode 100644 index 0000000..2ee9602 --- /dev/null +++ b/airootfs/etc/calamares/modules/bootloader.conf @@ -0,0 +1,7 @@ +bootLoaders: + - id: grub + name: "GRUB" + packages: [ grub, efibootmgr ] + - id: systemd-boot + name: "Systemd-Boot" + packages: [ systemd-boot ] diff --git a/airootfs/etc/calamares/modules/packages.conf b/airootfs/etc/calamares/modules/packages.conf new file mode 100644 index 0000000..f76152b --- /dev/null +++ b/airootfs/etc/calamares/modules/packages.conf @@ -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" diff --git a/airootfs/etc/calamares/settings.conf b/airootfs/etc/calamares/settings.conf new file mode 100644 index 0000000..5021f3e --- /dev/null +++ b/airootfs/etc/calamares/settings.conf @@ -0,0 +1,16 @@ +--- +branding: "lunora" + +modules: + - welcome + - locale + - keyboard + - partition + - users + - packages + - bootloader + - summary + - finished + +show: + sidebar: true diff --git a/git.sh b/git.sh new file mode 100755 index 0000000..4aaa9ee --- /dev/null +++ b/git.sh @@ -0,0 +1,4 @@ +sudo rm -rf work/ out/ +git add * +git commit -m "update" +git push diff --git a/packages.x86_64 b/packages.x86_64 index b519f73..0985293 100644 --- a/packages.x86_64 +++ b/packages.x86_64 @@ -126,3 +126,7 @@ xdg-utils xfsprogs xl2tpd zsh +gnome +gdm +calamares + diff --git a/pacman.conf b/pacman.conf index e7e6497..7c12b66 100644 --- a/pacman.conf +++ b/pacman.conf @@ -98,3 +98,8 @@ Include = /etc/pacman.d/mirrorlist #[custom] #SigLevel = Optional TrustAll #Server = file:///home/custompkgs + + +[localrepo] +SigLevel = Optional TrustAll +Server = file:///home/weexnes/localrepo