r-darwish / alma

Create Arch Linux based bootable USB drives
GNU General Public License v3.0
389 stars 31 forks source link

[Question] Which package is automatically installed and did not need to be added to preset files? #85

Closed LazyGeniusMan closed 2 years ago

LazyGeniusMan commented 2 years ago

Hi, I was wondering where I can find the list of package that will automatically installed so it doesn't need to be added to preset files? at first I thought it's package from archiso but after I use ALMA looks like it is not? there are some package missing compared to archiso package list from Arch Gitlab. I use user preset and kde preset btw

jamesmcm commented 2 years ago

See https://github.com/r-darwish/alma/blob/master/src/constants.rs

    "base",
    "linux",
    "linux-firmware",
    "grub",
    "efibootmgr",
    "intel-ucode",
    "networkmanager",
    "broadcom-wl",
    "amd-ucode",
LazyGeniusMan commented 2 years ago

aight thanks