From c3dad02c1ea9adf3310bf158539f55e96c0c7bfb Mon Sep 17 00:00:00 2001 From: sebanc Date: Fri, 20 Oct 2023 18:11:47 +0200 Subject: [PATCH] Minor update on ReadMe --- Readme.md | 6 +++--- linuxloops | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Readme.md b/Readme.md index ca1ffa7..62885c3 100644 --- a/Readme.md +++ b/Readme.md @@ -12,8 +12,8 @@ Linuxloops is a flexible linux distro installer. Why create a custom linux distro installer ? -Linux is very modular thanks to package management systems, however distribution installers are either completely manual or focus on a specific DE. Linuxloops allows to have more DE options, to add custom packages, Secure Boot support, nvidia proprietary drivers or Linux-surface patches. -In addition, Linuxloops supports installing linux distros in disk image files that can be booted natively from the GRUB bootloader (on btrfs, ext4, exfat or ntfs partitions) or in VMs. +Linux is very modular thanks to package management systems, however most distribution installers are either completely manual or focus on a specific DE and bring lots of packages that are not necessarily needed. Linuxloops allows to have minimal installs with more DE options, the possibility to directly include custom packages, Secure Boot support, nvidia proprietary drivers or Linux-surface patches. +In addition, Linuxloops supports installing linux distros in disk image files that can be booted natively by the GRUB bootloader (from btrfs, ext4, exfat or ntfs partitions) or in VMs. The main limitation of Linuxloops is that the partitionning is not currently customizable (EFI, BOOT and ROOT partitions). As such, it is not aimed at users needing complex partition tables (or they can customize the linuxloops script to their liking). @@ -65,7 +65,7 @@ For security purpose, Linuxloops will not install packages/binaries that are not |RockyLinux |9 |✓ | | |[notes][RockyLinux-notes]| |SteamOS |Current |✓ (shim-signed AUR) |✓ |✓ |[notes][SteamOS-notes]| |Tails |Latest |✓ | | |[notes][Tails-notes]| -|Ubuntu |23.04 |✓ |✓ |✓ | | +|Ubuntu |23.10 |✓ |✓ |✓ | | |Ubuntu-LTS |22.04 |✓ |✓ |✓ | | |VoidLinux |Current | |✓ | | | |Zorin |16 |✓ |✓ |✓ | | diff --git a/linuxloops b/linuxloops index 263006d..18f92bc 100644 --- a/linuxloops +++ b/linuxloops @@ -5058,7 +5058,7 @@ set -e pacman-key --init pacman-key --populate pacman -Syu --noconfirm --needed linux linux-headers dkms linux-firmware sof-firmware wireless-regdb bash sudo modemmanager networkmanager wpa_supplicant bluez cryptsetup e2fsprogs ntfs-3g nano acpid curl thermald bash-completion gnupg polkit xdg-user-dirs zstd fwupd patchutils net-tools usb_modeswitch upower efibootmgr grub os-prober shim amd-ucode intel-ucode sbsigntools mokutil dosfstools btrfs-progs -systemctl enable bluetooth.service ModemManager.service NetworkManager.service +systemctl enable bluetooth.service ModemManager.service NetworkManager.service systemd-resolved.service CHROOT_INIT chmod 0755 "${linuxloopsdir}"/chroot/bootstrap/linuxloops/chroot_init @@ -6543,7 +6543,7 @@ mount -t tmpfs -o mode=1777 none /mnt/tmp mkdir -p /mnt/linuxloops mount --bind /linuxloops /mnt/linuxloops rm -f /mnt/etc/resolv.conf -if [ "${distro}" == "Elementary" ] || [ "${distro}" == "Linuxmint" ] || [ "${distro}" == "Neon" ] || [ "${distro}" == "Pop" ] || [ "${distro}" == "Qubes" ] || [ "${distro}" == "Ubuntu" ] || [ "${distro}" == "Ubuntu-LTS" ] || [ "${distro}" == "Zorin" ]; then +if [ "${distro}" == "Elementary" ] || [ "${distro}" == "Linuxmint" ] || [ "${distro}" == "Neon" ] || [ "${distro}" == "Pop" ] || [ "${distro}" == "Qubes" ] || [ "${distro}" == "SteamOS" ] || [ "${distro}" == "Ubuntu" ] || [ "${distro}" == "Ubuntu-LTS" ] || [ "${distro}" == "Zorin" ]; then dns_manager="systemd/resolve/stub-resolv.conf" elif [ "${desktop}" == "enlightenment" ]; then dns_manager="connman/resolv.conf"