Replies: 3 comments 6 replies
-
They are sourced during the Proframatically all you would do is: with archinstall.Installer() as installation:
archinstall.Profile(“gnome”).install() You can generate a configuration with I suspect that I’ve misunderstood your question or it’s lacking some details. Either way it sounds more like a question/discussion and if that’s the case I’ll go ahead and move this to the discussion section if you don’t mind? thank you in advance! |
Beta Was this translation helpful? Give feedback.
-
I have tried dry-run and can see output. If for example I am running this from within a live environment such as arch media can I still use profile to create an install based on it. More to the point need: Configure drives, filesystems, locales, mirrors, users and root, base, kernel [etc] i3 [profile drags in xserver and drivers] to a target device. Think I could easily modify a profile to suit. One other thing is a post install script can see an option, would this allow user configs, home directory to be pulled in? If I am honest am thinking that archinstall could become a very useful installer for arch based distros. All the elements are there and it works. Feel free to move this ;-) am sure I find it. Many thanks MrGreen |
Beta Was this translation helpful? Give feedback.
-
Looking at guided.py there is a global_menu.run. Am assuming I could run a custom script from here [this will be under arch-chroot]. Not sure yet how to get script onto target drive. Thinking either via curl,wget, git or possibly a package from a custom repo. I might use i3 profile for testing as it will install i3, xorg and a log in manager. Is there a function in archinstall that would allow transfer of a file to target drive from host? |
Beta Was this translation helpful? Give feedback.
-
I can see profiles for inclusion of window managers [i3,deepin etc]. Would like to find out how they are used? Can see how to build iso image but wish to install a WM via installer if possible.
Beta Was this translation helpful? Give feedback.
All reactions