Commit Graph

180 Commits

Author SHA1 Message Date
Le0xFF
25c0c6684a Add some comments 2023-10-02 18:28:51 +02:00
Le0xFF
f4ee8c85ec Finally fix kdfontop.c error 2023-10-02 18:21:58 +02:00
Le0xFF
fb03a19e05 Uncomment "FONT" line only 2023-10-02 17:42:24 +02:00
Le0xFF
b84a3d6702 Fix i18n dracut conf 2023-10-02 17:34:51 +02:00
Le0xFF
825101ae9c Set console font to avoid kdfontop.c errors 2023-09-03 10:43:47 +02:00
Le0xFF
945061d92f Code optimization 2023-08-05 17:51:30 +02:00
Le0xFF
7eb4edb628 Introduce chroot_shell function:
- Let user open a new bash shell during chroot menu
2023-08-04 14:44:29 +02:00
Le0xFF
b094fdc0c1 Use xmirror to change repo mirror during chroot 2023-08-04 12:34:10 +02:00
Le0xFF
2d6aee3af7 Bug fixing:
- More error detection
- Add more verbose output
- Internet connection is now required
- Fix bootloader installation if encryption is later deselected
2023-08-04 12:17:25 +02:00
Le0xFF
41dc23040e Add /var/log to FSTAB
Some applications don't like to have /var/log as read-only, so add it to FSTAB for overlayfs.
2023-08-01 21:17:58 +02:00
Le0xFF
c1fb1f56ac Bug fixing:
- fix musl installation
- fix void_packages chroot function
2023-07-31 12:15:52 +02:00
Le0xFF
4848710d2e Wrong header 2023-07-31 09:17:40 +02:00
Le0xFF
9a68653c10 The rewrite is now the main script 2023-07-30 18:07:23 +02:00
Le0xFF
74ad30e212 Fix swap creation for low memory systems 2023-07-27 16:12:57 +02:00
Le0xFF
14de907f4d Fix mounting folders for chroot, fixes issue #6 2023-07-27 15:43:41 +02:00
Le0xFF
02cdd89d21 Cosmetic changes 2022-09-07 14:05:06 +02:00
Le0xFF
21c0b70912 Fix exit from a loop 2022-09-07 13:04:36 +02:00
Le0xFF
1c473e7ea1 Add missing i18n dracut module 2022-09-07 12:55:44 +02:00
Le0xFF
fe826aa85c Try another way to check if custom void-packages git repo exists or not
This should also fix issue #4
2022-09-06 20:38:14 +02:00
Le0xFF
9fa24125a6 Add another check if GRUB2 is installed or not 2022-09-05 19:25:04 +02:00
Le0xFF
39b72fede5 Cosmetic changes 2022-09-04 10:59:02 +02:00
Le0xFF
03a279a510 Integrate custom keyboard layout in grubx64.efi
If GRUB2 is choosen as bootloader, after selecting a keyboard layout it's possible to integrate it in the efi file through a script located in /etc/kernel.d/post-install/
2022-09-03 23:07:50 +02:00
Le0xFF
ed5a5b22d1 Cosmetic changes 2022-09-01 15:07:01 +02:00
Le0xFF
bd6d99507b Forget to consider official void-packages repo 2022-09-01 14:22:53 +02:00
Le0xFF
9ba870a639 Now it's really fixed 2022-09-01 14:10:36 +02:00
Le0xFF
b976f3a46e Let's hope it works this time 2022-09-01 13:56:24 +02:00
Le0xFF
6ce4a4da1a Try to fix void-packages url and branch again, different approach 2022-09-01 13:35:07 +02:00
Le0xFF
b4ff7ca7fb Try to fix void-packages url and branch 2022-09-01 12:30:39 +02:00
Le0xFF
e216c0eb2d Fix reading custom repo with spaces 2022-09-01 11:05:44 +02:00
Le0xFF
e8be4b4de0 Fix missing double quote 2022-09-01 10:46:47 +02:00
Le0xFF
5dcdf3d198 Let user chose a custom url for void packages 2022-09-01 09:01:46 +02:00
Le0xFF
801dab1e96 Cosmetic changes 2022-08-31 22:29:07 +02:00
Le0xFF
e9a174dc18 Cosmetic changes 2022-08-30 16:03:35 +02:00
Le0xFF
defc3b8508 Keep using the old way to unmount block devices 2022-08-30 15:25:49 +02:00
Le0xFF
afec043731 I'm getting good at fixing the same stuffs over and over again 2022-08-30 15:13:00 +02:00
Le0xFF
5fdd6f1e32 Fix those fancy colours 2022-08-30 15:06:17 +02:00
Le0xFF
ae85e61877 Can't live without those fancy colours 2022-08-30 15:03:59 +02:00
Le0xFF
33f6dbc1ea Cosmetic changes 2022-08-30 15:00:40 +02:00
Le0xFF
8c3636e5d7 Minor fixes 2022-08-30 14:58:31 +02:00
Le0xFF
b5dbaabef9 Cosmetic changes 2022-08-30 14:45:44 +02:00
Le0xFF
44e99b3428 Add user KEYMAP to initramfs and strip it from all the other ones 2022-08-30 14:42:38 +02:00
Le0xFF
0e83885a36 Cosmetic changes 2022-08-30 11:37:06 +02:00
Le0xFF
efd9fce8a6 Enable wheel users to use sudo 2022-08-30 10:57:11 +02:00
Le0xFF
eb1f96e45e Maybe a better way to unmount block devices 2022-08-30 10:04:51 +02:00
Le0xFF
1f90008406 Update script description 2022-08-29 21:44:46 +02:00
Le0xFF
a632f1bff4 Fix reading user bootloader again on main script 2022-08-28 17:11:16 +02:00
Le0xFF
2d00a9dc9b Fix reading user bootloader 2022-08-28 16:44:13 +02:00
Le0xFF
15564b37b1 Fix bootloader choice
Avoid a bug if no encryption was chosen
2022-08-28 16:20:43 +02:00
Le0xFF
801cc25b09 Install intel-ucode on intel cpus 2022-08-28 15:54:35 +02:00
Le0xFF
92a23c65ab Merge functions in chroot script
Merge set_root, edit_fstab and generate_dracut_conf functions into initial_configuration function
2022-08-28 15:36:06 +02:00