diff --git a/PKGBUILD b/PKGBUILD index 723aaa3..c808e92 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,11 +3,11 @@ pkgbase=manjaro-architect pkgname=('manjaro-architect' 'manjaro-architect-launcher') -pkgver=0.7.4.r78.g86f8c83 +pkgver=0.9.34.r2.g08c5614 pkgrel=1 pkgdesc="Manjaro CLI net-installer, forked from the Archlinux Architect" arch=(any) -url="https://github.com/Chrysostomus/$pkgbase" +url="https://gitlab.manjaro.org/applications/$pkgbase" license=(GPL2) depends=('bash' 'dialog') diff --git a/data/package-lists/base-systemd-manjaro b/data/package-lists/base-systemd-manjaro index 3378824..9937e6d 100644 --- a/data/package-lists/base-systemd-manjaro +++ b/data/package-lists/base-systemd-manjaro @@ -78,7 +78,7 @@ wpa_supplicant tar texinfo usbutils -util-linux +util-linux-libs which xfsprogs zd1211-firmware diff --git a/lib/util-base.sh b/lib/util-base.sh index 97f6fb5..08e4bac 100644 --- a/lib/util-base.sh +++ b/lib/util-base.sh @@ -212,8 +212,6 @@ install_base() { # Choose kernel and possibly base-devel DIALOG " $_InstBseTitle " --checklist "\n$_InstStandBseBody$_UseSpaceBar\n " 0 0 15 \ "yay + base-devel" "-" off \ - "linux-lts" "-" off \ - "linux-latest" "-" off \ $(cat /tmp/.available_kernels | awk '$0=$0" - off"') 2>${PACKAGES} || { loopmenu=0; return 0; } if [[ ! $(grep "linux" ${PACKAGES}) ]]; then # Check if a kernel is already installed @@ -789,8 +787,6 @@ pacman -S --noconfirm grub-theme-manjaro" > ${MOUNTPOINT}/usr/bin/grub_installer # First the "main" entries [[ -e ${MOUNTPOINT}/boot/initramfs-linux.img ]] && echo -e "\n\nLABEL arch\n\tMENU LABEL Manjaro Linux\n\tLINUX \ ../vmlinuz-linux\n\tAPPEND root=${ROOT_PART} rw\n\tINITRD ../initramfs-linux.img" >> ${MOUNTPOINT}/boot/syslinux/syslinux.cfg - [[ -e ${MOUNTPOINT}/boot/initramfs-linux-lts.img ]] && echo -e "\n\nLABEL arch\n\tMENU LABEL Manjaro Linux realtime LTS\n\tLINUX \ - ../vmlinuz-linux-lts\n\tAPPEND root=${ROOT_PART} rw\n\tINITRD ../initramfs-linux-lts.img" >> ${MOUNTPOINT}/boot/syslinux/syslinux.cfg [[ -e ${MOUNTPOINT}/boot/initramfs-linux-grsec.img ]] && echo -e "\n\nLABEL arch\n\tMENU LABEL Manjaro Linux realtime\n\tLINUX \ ../vmlinuz-linux-grsec\n\tAPPEND root=${ROOT_PART} rw\n\tINITRD ../initramfs-linux-grsec.img" >> ${MOUNTPOINT}/boot/syslinux/syslinux.cfg [[ -e ${MOUNTPOINT}/boot/initramfs-linux-zen.img ]] && echo -e "\n\nLABEL arch\n\tMENU LABEL Manjaro Linux release candidate\n\tLINUX \ @@ -799,8 +795,6 @@ pacman -S --noconfirm grub-theme-manjaro" > ${MOUNTPOINT}/usr/bin/grub_installer # Second the "fallback" entries [[ -e ${MOUNTPOINT}/boot/initramfs-linux.img ]] && echo -e "\n\nLABEL arch\n\tMENU LABEL Manjaro Linux Fallback\n\tLINUX \ ../vmlinuz-linux\n\tAPPEND root=${ROOT_PART} rw\n\tINITRD ../initramfs-linux-fallback.img" >> ${MOUNTPOINT}/boot/syslinux/syslinux.cfg - [[ -e ${MOUNTPOINT}/boot/initramfs-linux-lts.img ]] && echo -e "\n\nLABEL arch\n\tMENU LABEL Manjaro Linux Fallback realtime LTS\n\tLINUX \ - ../vmlinuz-linux-lts\n\tAPPEND root=${ROOT_PART} rw\n\tINITRD ../initramfs-linux-lts-fallback.img" >> ${MOUNTPOINT}/boot/syslinux/syslinux.cfg [[ -e ${MOUNTPOINT}/boot/initramfs-linux-grsec.img ]] && echo -e "\n\nLABEL arch\n\tMENU LABEL Manjaro Linux Fallback realtime\n\tLINUX \ ../vmlinuz-linux-grsec\n\tAPPEND root=${ROOT_PART} rw\n\tINITRD ../initramfs-linux-grsec-fallback.img" \ >> ${MOUNTPOINT}/boot/syslinux/syslinux.cfg diff --git a/lib/util-desktop.sh b/lib/util-desktop.sh index 78a2fda..6f64e54 100644 --- a/lib/util-desktop.sh +++ b/lib/util-desktop.sh @@ -258,8 +258,6 @@ install_desktop() { # Choose kernel and possibly base-devel DIALOG " $_InstBseTitle " --checklist "\n$_InstStandBseBody$_UseSpaceBar\n " 0 0 15 \ "yay + base-devel" "-" off \ - "linux-lts" "-" off \ - "linux-latest" "-" off \ $(cat /tmp/.available_kernels | awk '$0=$0" - off"') 2>${PACKAGES} || { loopmenu=0; return 0; } if [[ ! $(grep "linux" ${PACKAGES}) ]]; then # Check if a kernel is already installed