From 227caebf88ade57a7a0c70348b3b857f0f28359e Mon Sep 17 00:00:00 2001 From: JMARyA Date: Mon, 13 Jan 2025 20:52:25 +0100 Subject: [PATCH] fix perm + pacco --- airootfs/etc/pacman.conf | 6 +++--- airootfs/etc/pacman.d/hooks/uncomment-mirrors.hook | 13 ------------- profiledef.sh | 3 ++- 3 files changed, 5 insertions(+), 17 deletions(-) delete mode 100644 airootfs/etc/pacman.d/hooks/uncomment-mirrors.hook diff --git a/airootfs/etc/pacman.conf b/airootfs/etc/pacman.conf index 5fe6560..bf8bd4c 100644 --- a/airootfs/etc/pacman.conf +++ b/airootfs/etc/pacman.conf @@ -44,13 +44,13 @@ LocalFileSigLevel = Optional #Include = /etc/pacman.d/mirrorlist [core] -Include = /etc/pacman.d/mirrorlist +Server = https://pac.hydrar.de/pkg/$repo/$arch #[extra-testing] #Include = /etc/pacman.d/mirrorlist [extra] -Include = /etc/pacman.d/mirrorlist +Server = https://pac.hydrar.de/pkg/$repo/$arch # If you want to run 32 bit applications on your x86_64 system, # enable the multilib repositories as required here. @@ -59,7 +59,7 @@ Include = /etc/pacman.d/mirrorlist #Include = /etc/pacman.d/mirrorlist [multilib] -Include = /etc/pacman.d/mirrorlist +Server = https://pac.hydrar.de/pkg/$repo/$arch [navos] Server = https://pac.hydrar.de/pkg/$repo/$arch diff --git a/airootfs/etc/pacman.d/hooks/uncomment-mirrors.hook b/airootfs/etc/pacman.d/hooks/uncomment-mirrors.hook deleted file mode 100644 index 342aa95..0000000 --- a/airootfs/etc/pacman.d/hooks/uncomment-mirrors.hook +++ /dev/null @@ -1,13 +0,0 @@ -# remove from airootfs! -[Trigger] -Operation = Install -Operation = Upgrade -Type = Package -Target = pacman-mirrorlist - -[Action] -Description = Uncommenting all mirrors in /etc/pacman.d/mirrorlist... -When = PostTransaction -Depends = pacman-mirrorlist -Depends = sed -Exec = /usr/bin/sed -i "s/#Server/Server/g" /etc/pacman.d/mirrorlist diff --git a/profiledef.sh b/profiledef.sh index 7073717..8c317f2 100644 --- a/profiledef.sh +++ b/profiledef.sh @@ -21,6 +21,7 @@ file_permissions=( ["/root/.automated_script.sh"]="0:0:755" ["/root/.gnupg"]="0:0:700" ["/usr/local/bin/choose-mirror"]="0:0:755" - ["/usr/local/bin/Installation_guide"]="0:0:755" + ["/etc/skel/Desktop/Copy Configuration.desktop"]="1000:1000:744" + ["/etc/skel/Desktop/Install System.desktop"]="1000:1000:744" ["/usr/local/bin/livecd-sound"]="0:0:755" )