i-c-u-p
93f2caeb3b
fix locale selector, clear screen after listing keymaps/locales
...
fix another var typo and clear the screen after the user searches for locales/keymaps with / (since less floods the screen)
2022-04-28 03:10:37 +00:00
i-c-u-p
0a379f40f1
fix keyboard/locale not being installed, and kb select function
...
use the right var when checking if the selected keymap exists, don't skip prompt for keyboard layout if the user entered "/" and don't include the installation of the keymap/locale in the selection functions since no subvolumes are mounted when they're called
2022-04-28 02:33:08 +00:00
i-c-u-p
2fb11dbfb1
fix pacman sed
...
sed expressions using the a, c or i commands cant be separated with ; and require a newline or -e to do so instead. since the ILoveCandy is the only expression in the sequence that uses one of those commands i just moved it to the end which seemed to fix the problem. also shortened the parallel downloads sed. chaining expressions is addressed in section 3.8.1 of the gnu sed manual
2022-04-28 00:49:26 +00:00
i-c-u-p
c990c0f9a0
shorten sed for adding ILoveCandy
...
sed's "a" command can be used for this (ty LARBS :P)
2022-04-27 10:34:56 +00:00
i-c-u-p
dd065fb340
cleanup paralleldownloads regex
...
because the pattern ends with ".*" using "$" is pointless
2022-04-27 09:13:19 +00:00
i-c-u-p
165a2c03f6
Update easy-arch.sh
...
edited some functions related to user input so that their formatting/installing won't take place until after questions are over to prevent having to wait in between questions. also moved the order of the microcode virt check functions run to prevent installing stuff before questions are over, and some other funcs to just be more convenient (keyboard layout is now selected first incase the user isn't using US qwerty) and now there are options to search for locales and keymaps before making a selection.
2022-04-27 08:23:34 +00:00
i-c-u-p
22d6cdf8bc
move mount options to variable
2022-04-27 02:53:57 +00:00
i-c-u-p
576912e9ec
fix indentation of password selection functions
...
made the indentation on the password selection functions more consistent and use 4 spaces per indent instead of a literal tab character.
2022-04-26 07:54:53 +00:00
i-c-u-p
3df93905c4
Update easy-arch.sh
2022-04-25 21:48:55 +00:00
i-c-u-p
527e71124b
fix typo in last commit
2022-04-25 09:55:43 +00:00
i-c-u-p
7797b19331
simplify grub & sudoers sed expressions
2022-04-25 09:54:37 +00:00
i-c-u-p
c56fbb9878
use nested brace expansion when making subvol dirs
...
also removed unnecessary /
2022-04-25 09:46:21 +00:00
i-c-u-p
b3b860c8d6
change btrfs subvolume related commands to loops
2022-04-25 09:43:06 +00:00
Tommaso Chiti
41f8816b85
Merge pull request #46 from i-c-u-p/chmod_+x-easy-arch.sh
...
Made easy-arch.sh executable
2022-04-10 08:15:51 +02:00
i-c-u-p
62987ab3b4
Made easy-arch.sh executable
...
Changed permissions of easy-arch.sh from 644 to 755 to be able to run it via "./easy-arch.sh" with out first executing "chmod +x easy-arch.sh".
2022-04-06 09:36:42 +00:00
Tommaso Chiti
906548bcc2
Merge pull request #41 from pm4rcin/patch-1
...
Make disk selection more verbose
2022-03-17 07:09:09 +01:00
pm4rcin
c33b349095
Make disk selection more verbose
...
because it's confusing for new users
2022-03-16 17:44:11 +00:00
Tommaso Chiti
1e11929db1
Merge pull request #37 from pm4rcin/patch-1
...
Update zRAM config
2022-02-07 14:21:07 +01:00
Tommaso Chiti
e958a0e983
Merge pull request #38 from pm4rcin/patch-2
...
Remove redundant parallel download
2022-02-07 14:20:22 +01:00
pm4rcin
7d46d14efe
Remove redundant parallel download
...
since it's already later in the code
2022-02-04 15:51:37 +00:00
pm4rcin
a48db2c7b8
Update zRAM config
...
as zram-fraction and max-zram-size are obsolete.
2022-02-04 14:49:08 +00:00
Tommaso Chiti
44df04c1cf
Merge pull request #36 from i-c-u-p/patch-2
...
QOL changes
2022-01-22 06:54:52 +01:00
i-c-u-p
dd833473d9
QOL changes
...
Verify LUKS password (code from [here](https://stackoverflow.com/a/22249163 )), prompt for user password at beginning of script, enable pacman parallel downloading, only show stderr during pacstraps and avoid reinstalling packages.
2022-01-21 22:53:47 +00:00
Tommaso Chiti
d539d2f900
Update README.md
2022-01-01 10:14:56 +01:00
Tommaso Chiti
ea0c8d2dd0
Update README.md
2022-01-01 10:14:23 +01:00
Tommaso Chiti
3659bb6644
Merge pull request #35 from classy-giraffe/add-code-of-conduct-1
...
Create CODE_OF_CONDUCT.md
2021-12-31 14:29:10 +01:00
Tommaso Chiti
7beff14ece
Create CODE_OF_CONDUCT.md
2021-12-31 14:29:00 +01:00
Tommaso Chiti
4656ae7168
Merge pull request #34 from i-c-u-p/patch-1
...
move kernel parameters in grub config
2021-12-31 14:24:58 +01:00
i-c-u-p
08b0a72138
move kernel parameters in grub config
...
move kernel parameters from GRUB_CMDLINE_LINUX_DEFAULT to GRUB_CMDLINE_LINUX
2021-12-31 01:25:21 +00:00
Tommaso Chiti
b6f1d587de
Update easy-arch.sh
2021-12-30 10:32:12 +01:00
Tommaso Chiti
6a8ef1fa46
Update FUNDING.yml
2021-12-27 10:53:19 +01:00
Tommaso Chiti
99f442a8c1
Update FUNDING.yml
2021-12-27 10:52:52 +01:00
Tommaso Chiti
a47382deb7
Update FUNDING.yml
2021-12-27 10:52:02 +01:00
Tommaso Chiti
b58c05c4e8
Pacman eye-candies.
2021-12-08 19:22:19 +01:00
Tommaso Chiti
bb0c4ec018
Proper way to add a user.
2021-12-08 19:21:10 +01:00
Tommaso Chiti
d1cb7e0b05
Experimental.
2021-12-08 18:47:24 +01:00
Tommaso Chiti
9af0e33346
Typo.
2021-12-08 15:09:49 +01:00
Tommaso Chiti
56e6e8f166
Proper table.
2021-12-08 15:09:12 +01:00
Tommaso Chiti
941d7cf1ae
Proper compression.
2021-12-08 14:57:59 +01:00
Tommaso Chiti
52d67aabb4
Packages subvol.
2021-12-08 12:02:03 +01:00
Tommaso Chiti
9a9ea19fed
LF.
2021-12-03 13:22:01 +01:00
Tommaso Chiti
45572992bf
Merge pull request #32 from iSparsh/patch-1
...
Add linux-headers package to installation
2021-11-30 11:49:50 +01:00
Sparsh Mishra
58d347f3b2
update with $kernel-headers
...
linux -headers -> $kernel-headers
2021-11-30 16:05:36 +05:30
Sparsh Mishra
c320228c62
Add linux-headers package to installation
...
Add `linux-headers` package, which is helpful to get tools like drawing tablets to work.
2021-11-29 12:52:18 +05:30
Tommaso Chiti
8dcfa60254
Fixed user bug.
2021-11-17 19:29:20 +01:00
Tommaso Chiti
4ca0761b7d
Update README.md
2021-11-16 18:06:24 +01:00
Tommaso Chiti
245cd01e38
Capitalization.
2021-11-13 11:01:15 +01:00
Tommaso Chiti
58133d4404
Systemd based initramfs (should improve boot performances.
2021-11-13 10:46:12 +01:00
Tommaso Chiti
233ae169d1
changes.
2021-11-08 20:15:38 +01:00
Tommaso Chiti
96b047eaf6
Merge pull request #29 from Cyfraka/patch-1
...
Update easy-arch.sh
2021-11-07 15:32:20 +01:00