diff --git a/00_reset_light.sh b/00_reset_light.sh index afeef09..cf38c62 100755 --- a/00_reset_light.sh +++ b/00_reset_light.sh @@ -1,7 +1,7 @@ #!/bin/sh sudo rm -rf ../work -mkdir ./work +mkdir ../work notify-send -a "$(basename $(pwd)): Reset" -t 999999999 "finished" "$(date '+%Y.%m.%d %H:%M:%S')" diff --git a/04_sign.sh b/04_sign.sh index 6e1d3d0..c3654d9 100755 --- a/04_sign.sh +++ b/04_sign.sh @@ -6,7 +6,7 @@ iso_name="Melawy-linux-${date_tag}-x86_64.iso" gpg --detach-sign --local-user BC8B600E8DDA1F4CB77B10D2BA803A261A5EE6B8 --output "../boot/txt/${iso_name}.sig" "../boot/iso/${iso_name}" sha1sum "../boot/iso/${iso_name}" > "../boot/txt/${iso_name}.sha1" sha256sum "../boot/iso/${iso_name}" > "../boot/txt/${iso_name}.sha256" -cp "../boot/iso/arch/pkglist.x86_64.txt" "../boot/txt/Melawy-linux-${date_tag}-pkglist.txt" +cp "../work/arch/pkglist.x86_64.txt" "../boot/txt/Melawy-linux-${date_tag}-pkglist.txt" notify-send -a "$(basename $(pwd)): Sign" -t 999999999 "finished" "$(date '+%Y.%m.%d %H:%M:%S')" diff --git a/airootfs/etc/sddm.conf.d/kde_settings.conf b/airootfs/etc/sddm.conf.d/kde_settings.conf index 6dd91ba..28d570a 100644 --- a/airootfs/etc/sddm.conf.d/kde_settings.conf +++ b/airootfs/etc/sddm.conf.d/kde_settings.conf @@ -1,6 +1,6 @@ [Autologin] Relogin=false -Session= +Session=plasma User= [General]