vanillaSprinkles

Results 16 comments of vanillaSprinkles

I was thinking an additional checkbox within the Options menu to to enable the feature, where all temps would have a C and F degrees (it would increase the max...

lol im so mad, i only now came across your repo (after getting this compiling myself from netbootxyz's stuff) the patches you have included for driver inf files, ect; are...

ah ok cool, appreciate for the info! well hopefully the PR i put in here isnt subject to a mailing list; although i havent tested the rpi4 build yet, i...

yes i posted some pull requests in to fix it; if the single Makefile for both rpi3 and rpi4 gets merged and accepted (along with the rpi4 img working as...

@antonym interesting; i did see another fork of ipxe/pipxe where i assume they had it functioning (found it of course after i got the thing building myself) - it was...

> > > @PowerShell/powershell-committee reviewed this and similar to #6833, path normalization should happen within the provider. If the registry provider is inappropriately normalizing the path, that is a bug...

would it be possible to give the user a prompt, upon ultimate failure, to abort advancing on the entirety of the archinstall scripts, or to continue with a potentially failed...

im wondering now if adding different behaviors for each type of error would be useful? for example for my "fun" hardware the efibootmgr can fail but is not an issue...

@svartkanin nice thanks did a lazy-sync of master to the current archiso via `find "/usr/lib/python3.11/site-packages/archinstall/" -type f -printf "%P\n" | xargs -I{} curl -sL https://raw.githubusercontent.com/archlinux/archinstall/master/archinstall/{} -o /usr/lib/python3.11/site-packages/archinstall/{}` guided mode still...

i think at the moment the guided setup adds the [Repo] to pacman.conf, and latest master also adds it to the mirrorlist file ( i forget if it appends or...