pico.dev

Results 27 comments of pico.dev

Parece que GRUB no soporta LUKS2 [GRUB#Encrypted_/boot][1] por otro lado habría que utilizar un keyfile [Device_encryption#With_a_keyfile][2] para que no se pidiese la contraseña para descifrar dos veces (una para /boot...

LUKS2 support added to GRUB https://www.phoronix.com/scan.php?page=news_item&px=GRUB-Boots-LUKS2-Disk-Encrypt https://wiki.archlinux.org/index.php/GRUB#Encrypted_/boot

Yes, please, send a pull request to add `dracut` support additionally to `mkinitcpio` if it meets your needs and I will review and merge it.

That is the checks function/step output, the checks function checks the packages to install are valid and exists, the packages are installed later on packages function. After the scripts ends,...

Any error message in logs when scripts ends? or after checks step? are you executing alis.sh or alis-packages.sh? In your screenshoot log sems you are executing alis-packges.sh, but I see...

checking the asciinema.log the problem seems to be in this line. https://github.com/picodotdev/alis/blob/14b7584239836bb46a5d3577d677b361a924cac7/alis-packages.sh#L142 Its is trying to install pipewire but for that is need to remove pulseaudio pulseaudio-bluetooth packages before, the...

Givin a look to the alis.log has the following message at package installation. `error: package 'gnome-extra' was not found` So, no packages and flatpak installation is expected. Not sure why...