Commit Graph

335 Commits

Author SHA1 Message Date
Le0xFF
90d458ab23 Improve final unmounting partitions 2022-07-26 21:51:53 +02:00
Le0xFF
da515bb48a Improve instructions after refactoring LVM
Add aslo instructions for the @snapshots subvolume and what to do if system breaks
2022-07-26 21:35:42 +02:00
Le0xFF
8b2efefcb7 Remove the need for the separate /home partition.
Now btrfs subvolume will take care of that. LVM is keeped but just for the whole encrypted partition, so adding more space in the future should be easier.
2022-07-26 21:30:01 +02:00
Le0xFF
3f3283b606 Update btrfs mount options
Removed ssd option because btrfs will automatically detect it; add discard=async; now compression will be always forced with compress-force
2022-07-25 21:07:10 +02:00
Le0xFF
9285b8f2da Update README to reflect script name change 2022-07-25 21:04:34 +02:00
Le0xFF
c14f6f84e1 Change script name
Script renamed from VoidLinuxInstaller.sh to vli.sh
2022-07-25 19:36:38 +02:00
Le0xFF
54aa0bedb3 Remove useless part
Remove if-check from chroot.sh script when installing grub
2022-07-23 17:50:07 +02:00
Le0xFF
e1db98808d Add further instructions
Add instruction for first boot, when neither wget or curl are present
2022-07-23 17:26:24 +02:00
Le0xFF
8354423c0f Fix missing colours when chrooting 2022-07-23 17:19:01 +02:00
Le0xFF
94454b064f Add missing warning 2022-07-23 16:57:09 +02:00
Le0xFF
814917bb80 Fix missing colours even in chroot.sh script 2022-07-23 16:52:17 +02:00
Le0xFF
e965523a8c Cosmetic changes 2022-07-23 16:38:10 +02:00
Le0xFF
0b0d2b4b6c Fix typo 2022-07-23 16:32:21 +02:00
Le0xFF
015c922c2a Rename function in chroot.sh script
Rename enabling_services function to finish_chroot and bring packages reconfiguration inside this function
2022-07-23 16:30:49 +02:00
Le0xFF
575023bc7f Convert colours to variables 2022-07-23 16:24:36 +02:00
Le0xFF
3d55e32a45 Remove parentheses from variables and add more colours 2022-07-23 16:11:04 +02:00
Le0xFF
047bdebc92 Add some more colours 2022-07-23 15:25:32 +02:00
Le0xFF
c0332e5073 Add some colours 2022-07-23 14:54:44 +02:00
Le0xFF
3f4b0b91bc Move some headers to separate function 2022-07-23 14:06:26 +02:00
Le0xFF
2e3678992d Add more notes
Add instructions on how to reduce number of iterations per key and eventually how to change keyboard layout during grub decryption
2022-07-21 18:24:58 +02:00
Le0xFF
817f8d8838 Add github link to intro function and cosmetic changes 2022-07-20 21:14:27 +02:00
Le0xFF
38bd8aa096 Better README
Added proper explanation of what the script does, what will ask to the user, what's the proper partition layout to use adn the expected result
2022-07-20 21:13:42 +02:00
Le0xFF
019f9583d0 Better if condition for symlinks 2022-07-19 09:56:16 +02:00
Le0xFF
bfd2c7da3b Better if condition for regular files 2022-07-19 09:40:12 +02:00
Le0xFF
a2ad7d6ebf Better if condition for block devices 2022-07-19 09:33:49 +02:00
Le0xFF
26e4994226 Avoid cat abuse, we do love animals 2022-07-19 09:02:01 +02:00
Le0xFF
03660333c1 Add old script to separated folder 2022-07-18 23:15:09 +02:00
Le0xFF
8e1697dd0a Only one file needed
The main script now integrate the chroot script and it will also create it
2022-07-18 23:12:20 +02:00
Le0xFF
54c69db8f6 Do not copy wpa_supplicant.conf if NetworkManager is available 2022-07-18 22:30:07 +02:00
Le0xFF
8ab6168984 Cosmetic changes 2022-07-18 20:00:57 +02:00
Le0xFF
870a0154a8 Now musl has been tested 2022-07-18 20:00:00 +02:00
Le0xFF
e039706673 Fix musl repo 2022-07-18 19:48:26 +02:00
Le0xFF
457d919626 Fix musl arch 2022-07-18 19:40:51 +02:00
Le0xFF
8c93d6053b Fix typo 2022-07-18 19:24:40 +02:00
Le0xFF
b027ad221c Add instructions 2022-07-18 16:51:24 +02:00
Le0xFF
223000a861 Fix markdown 2022-07-18 16:26:34 +02:00
Le0xFF
0cdd1e94ad Fix markdown 2022-07-18 16:23:29 +02:00
Le0xFF
bdf4638f69 Improve README 2022-07-18 16:21:23 +02:00
Le0xFF
b9c54b611c Beautifying cat 2022-07-18 11:02:24 +02:00
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