After wiping my main system, which is not so old and has an nvme drive, during instllation hajime came to a standstill while attempting to execute sgdisk. I went to sleep and dreamt my solution should be in line 621?! Now see if it works...
https://codeberg.org/oxo/hajime
#linux #arch #oxo #hajime #bash #commandline #installer
Hajime is finished! I consider it in production from now on.
If you have a spare machine, check it out. A quick offline installation (modules 1-3) will be ready within a couple of minutes.
#linux #archinux #installation #commandline #oxo #hajime
https://codeberg.org/oxo/hajime
Installing #archlinux with all essential application configuration in under 15 minutes! With or (even faster) without network internet connection. Have some spare time left? Use the interactive installation instead.
Happy with hajime, an arch linux installation script that comes in five modules.
#linux #arch #offline #installation #commandline #shell #script #hajime
@Codeberg
My browser shows no codeberg in the title, but forgejo stuff, which is confusing.
Is this on purpose or did you forget to update?
Regards oxo
Here my quick build of a bash toml parser based on kwmiebach's (https://github.com/kwmiebach) version on github. Thanks kwmiebach!
https://codeberg.org/oxo/tool/src/branch/main/toml-read
The order of arguments (file, section key) is irrelevant. Data is aggregated if no key or section is given.
My idea is to integrate it with my paasword manager passr. Then my password files can be toml format.
Have a nice weekend!
@barefootstache Hmm, that's not much. Better luck next season!
Oops! I happen to call the use of a configuration file with the #hajime Arch Linux installer... automatic installation...
AI!? Have I developed AI now!?
#linux #arch #offline #installation #commandline #shell #script #hajime
https://codeberg.org/oxo/hajime
A lot of hurdles to take. But a ton of learning and fun! And still creeping further with hajime, my Arch Linux installer.
Currently working on issues with package lists and configuration file.
Check out the scripts on codeberg.
Have fun and a nice day!
#linux #arch #offline #installation #commandline #shell #script #hajime
Hi! A quick update on hajime;
Up until post, the third step of the (offline) installation process, hajime is working flawless on the testing device.
After this step the operating system is rebooted and ready for the configuration of a desktop environment of choice and additional applications.
#linux #arch #offline #installation #commandline #shell #script #hajime
The configuration file is now fully working for hajime! An example can be found in the online public repository. If you want to use it, handle with utmost care! No questions are asked while executing the script with a configuration file. Still working on the details now. Like working out some pacman errors and making an option flag for the config file location.
#linux #arch #installation #commandline #shell #script #hajime
https://codeberg.org/oxo/hajime
Sustained progression on "hajime", my best and beloved Arch Linux install script.
Offline installation is now default and I am currently working on a configuration file. With this the user interaction will be nearly zero and the installation blazingly fast!
#linux #arch #installation #commandline #shell #script #hajime
https://codeberg.org/oxo/hajime
Recently I have made many improvements on 'hajime', my Arch Linux installation tool and it's companion tool 'make-recov'.
With these tools you can reinstall from scratch within 15 minutes.
Next goal is an installation parameter file, which virtually removes all user interaction during installation. I should call it instalIAtion? :D
https://codeberg.org/oxo/hajime
#archlnux #commandline #installation #tool
@itsfoss
I don't think the installer can create separate partitions for /boot, /home, /var, /usr, /tmp and swap, can it? Sorry, but that's still what I want...
@angrylinus
Btw I keep three versions in cache. My current solution is roughly the following:
ls /var/cache/pacman/pkg \
| grep --extended-regexp "^${pkg_name}-[0-9].*\.pkg\.tar\.(xz|zst)$" \
| sort --version-sort \
| tail -n 1