Commit Graph

111 Commits

Author SHA1 Message Date
Le0xFF
abcd5954e3 Cosmetic changes 2022-07-28 20:51:51 +02:00
Le0xFF
94a71a6278 Learn how to use --recursove with umount 2022-07-28 19:42:34 +02:00
Le0xFF
898f591d68 Going the really lazy way 2022-07-28 18:55:19 +02:00
Le0xFF
6dd6c11e93 Trying to fix kill_script function once again 2022-07-28 18:30:35 +02:00
Le0xFF
791ce7fcbb Some more fixing on unmounting when killing script 2022-07-27 22:01:13 +02:00
Le0xFF
f14a0d31f5 Fix unmoning encrypted partition when killing script and cosmetic changes 2022-07-27 21:45:43 +02:00
Le0xFF
24405e66df Fix function called when trapping signals again or something like that 2022-07-27 21:39:58 +02:00
Le0xFF
a5d208968a Fix function called when trapping signals 2022-07-27 21:34:58 +02:00
Le0xFF
c51938b1a0 Try to trap kill signals 2022-07-27 21:25:47 +02:00
Le0xFF
7f64ec92c5 Clarify that LVM is optional in README 2022-07-27 16:41:52 +02:00
Le0xFF
e0e1e70401 Cosmetic changes 2022-07-27 16:40:15 +02:00
Le0xFF
7353051236 Fix typo 2022-07-27 16:38:43 +02:00
Le0xFF
40a5cd61b6 Fix typos 2022-07-27 16:37:30 +02:00
Le0xFF
79dddd7f49 Improve README with instruction for adding more space
Added some instructions for how to add more space easily with LVM
2022-07-27 16:30:45 +02:00
Le0xFF
e17e1d6e7c Cosmetic changes 2022-07-27 15:46:02 +02:00
Le0xFF
e2cfebb895 Cosmetic changes 2022-07-27 15:32:07 +02:00
Le0xFF
3226e29606 Fix fstab creation while in chroot and cosmetic changes 2022-07-27 15:26:17 +02:00
Le0xFF
f46aac7128 Cosmetic changes 2022-07-27 14:59:41 +02:00
Le0xFF
b49fb6083a Fix if conditions 2022-07-27 14:49:45 +02:00
Le0xFF
ddd4922009 Make LVM optional 2022-07-27 14:41:34 +02:00
Le0xFF
7bc9febc25 Put the snapper command directly in the README 2022-07-26 22:32:23 +02:00
Le0xFF
e4d5743b5c Add link for creating a configuration with snapper 2022-07-26 22:29:36 +02:00
Le0xFF
fc61782df2 Keep the same variables names as the ones in the script 2022-07-26 22:26:09 +02:00
Le0xFF
6964f628ca Remove repeated procedure 2022-07-26 22:19:44 +02:00
Le0xFF
910d4947c3 Remove old snapper guide and reference 2022-07-26 22:15:18 +02:00
Le0xFF
3c809b899f Fix typo 2022-07-26 22:06:08 +02:00
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