Commit Graph

296 Commits

Author SHA1 Message Date
Le0xFF
85d14f04a9 Better disk_partitioning function
Check if user wants to change the previously wiped drive
2022-07-18 10:53:48 +02:00
Le0xFF
c5b76b9a42 Cosmetic changes 2022-07-18 10:51:55 +02:00
Le0xFF
3614463fd9 Cosmetic changes and fix grub installation
Avoid a condition when user_drive variable could be empty so GRUB installation could fail
2022-07-17 22:54:09 +02:00
Le0xFF
e915777031 Cosmetic changes and unmounting partition wheneverything's done 2022-07-17 22:52:57 +02:00
Le0xFF
6567db68bf Cosmetic changes 2022-07-17 21:22:24 +02:00
Le0xFF
1d2577adf7 Small changes
Avoid an error with lsblk if user had skipped all the previous parts
2022-07-17 19:21:17 +02:00
Le0xFF
2122042294 Cosmetic changes 2022-07-17 19:08:02 +02:00
Le0xFF
94585d4590 Cosmetic changes 2022-07-17 17:56:21 +02:00
Le0xFF
449b706a86 Cosmetic changes 2022-07-17 16:23:09 +02:00
Le0xFF
6b25a0b9fd Cosmetic changes 2022-07-17 15:33:19 +02:00
Le0xFF
980d02ffc4 Add sync after formatting 2022-07-17 12:01:52 +02:00
Le0xFF
a815f4b761 Minor changes and fixes 2022-07-17 11:58:23 +02:00
Le0xFF
107e1b5565 Fix typo 2022-07-16 22:12:58 +02:00
Le0xFF
62ecf8b5cc Cosmetic changes 2022-07-14 22:24:45 +02:00
Le0xFF
042c5481e8 Add intro function 2022-07-14 21:18:50 +02:00
Le0xFF
ac5f95a1c0 Upload logo ASCII art 2022-07-14 20:29:06 +02:00
Le0xFF
af75f3571f Add chroot.sh script
Add script that will be run once inside the chrooted system
2022-07-14 17:33:26 +02:00
Le0xFF
96893f6c02 Add outro function and minor fixes 2022-07-14 17:32:41 +02:00
Le0xFF
406ac21c3d Small fixes 2022-07-14 14:34:59 +02:00
Le0xFF
4a6d358247 Add check_if_chroot_exists function
Add a function to check if chroot.sh script exists in home folder
2022-07-14 14:10:58 +02:00
Le0xFF
1101257b47 Add check_if_uefi function 2022-07-14 13:08:25 +02:00
Le0xFF
7b460afe02 Add install_base_system_and_chroot function 2022-07-14 12:00:54 +02:00
Le0xFF
eb926e46b9 Add create_btrfs_subvolumes function 2022-07-14 10:08:40 +02:00
Le0xFF
b990923199 Add create_filesystems function
Add a function which format previosly created lvm logical volumes, letting the user choose their labels
2022-07-11 22:24:31 +02:00
Le0xFF
2caede72b6 Too many loops 2022-07-11 20:33:59 +02:00
Le0xFF
ca8c50fe7c Add lvm_creation function
Add a function which create lvm logical volumes, letting the user choose their names and dimensions
2022-07-11 20:22:36 +02:00
Le0xFF
543adced2b Better internet function
Check if connected to the internet before asking to the user if they want to connect to the internet
2022-07-11 18:13:58 +02:00
Le0xFF
e309bab019 Minor changes 2022-07-10 21:52:59 +02:00
Le0xFF
527ec0bc61 Add disk_encryption function
Add a function which encrypt a user selected partition and mounts it
2022-07-10 21:50:55 +02:00
Le0xFF
1a54bb23db Check if drive is mounted before partitioning it 2022-07-10 17:58:08 +02:00
Le0xFF
899c051706 Check if drive is mounted before wiping it 2022-07-10 17:11:31 +02:00
Le0xFF
7e72c7d86f Minor changes 2022-07-08 21:40:00 +02:00
Le0xFF
d70c3757cf Better while loop in disk_partitioning function 2022-07-08 21:30:56 +02:00
Le0xFF
f8b85ec73c Minor changes 2022-07-08 19:16:18 +02:00
Le0xFF
c96b43963b Better while loop in disk_wiping function 2022-07-07 22:05:10 +02:00
Le0xFF
6e3c25f2fe Add disk_partitioning function
Add a function which let the user choose which drive to partition
2022-07-06 16:53:23 +02:00
Le0xFF
d010d1d1f5 Ask to connect to the internet
Let the user choose if they want to connect to the internet or not
2022-07-06 13:21:57 +02:00
Le0xFF
ff6c88ab60 Fix formatting 2022-07-06 13:03:09 +02:00
Le0xFF
7880db3de8 Ask to wipe
Let the user choose if they want to wipe any drive or not
2022-07-06 13:02:48 +02:00
Le0xFF
3f842fb9e9 Add disk_wiping function
Add a function which let the user choose which drive to wipe entirely
2022-07-06 12:52:29 +02:00
Le0xFF
0d249d1f6f Better y/n handling
When entering another letter rather then y/n the script would behave wrongly
2022-07-06 10:59:40 +02:00
Le0xFF
b017a5b432 Choose to change keyboard layout or not
Let the user choose if they want to change keyboard layout or not
2022-07-06 10:37:52 +02:00
Le0xFF
5ab08288e2 Fix styling when choosing keyboard layout
Now it just print all keyboard layouts without extensions
2022-07-06 10:11:15 +02:00
Le0xFF
10001b9a08 Fix wpa_supplicant stuffs
Now it checks if the service exists and if it's running or not
2022-07-06 08:56:36 +02:00
Le0xFF
5f5fb2b19b Better internet handling
Let the user choose if connecting with wifi or with ethernet cable
2022-07-05 22:14:02 +02:00
Le0xFF
0e49e84af8 Upload files 2022-07-05 20:42:36 +02:00