i-c-u-p
a3eb271e3f
shorten sudoers regex for removing comments (properly this time)
...
overreacted a bit in 1e4f7b6 . the shortenings only "broadened the match" because in b07be8b i removed "^# " from the start of what gets matched. this commit shortens them without doing that.
2022-04-28 23:28:49 +00:00
i-c-u-p
f993194eba
fix last commit, undo pointless sed changes in b07be8b
...
for some reason in b07be8b i made the sudoers sed exprs match less specific patterns and said i "fixed them". the actual problem was some had two s commands which i didn't fix until f0bcb96 . also reverted locale.gen's sed to avoid uncommenting en_US.UTF-8 twice.
2022-04-28 11:05:11 +00:00
i-c-u-p
1e4f7b6e80
undo shortening uncommenting seds for sudoers
...
editing sudoers is very risky and the shortening broadens the match, so doing it to those commands was a bad idea
2022-04-28 10:43:45 +00:00
i-c-u-p
742a2dc236
remove trailing space & move "then" and "do"...
...
parts of if/while/loop statements to be separated from the condition by a colon instead of newline to reduce vertical space
2022-04-25 09:06:37 +00:00
i-c-u-p
b07be8b50c
remove redundant echo flags, fix sed expressions from c58e725
2022-04-25 06:21:51 +00:00
i-c-u-p
c58e725ca8
shorten some sed expressions
...
use & for adding comments to patterns and use '/<pattern>/s/^# //' for uncommenting them
2022-04-25 05:34:09 +00:00
Austin Horstman
9c8a77090d
Add shdoc decorators for the github action to generate some documentation.
2022-03-21 16:04:44 -05:00
Chris Titus
00b49edc59
Merge pull request #276 from Zackptg5/avahi
...
Add avahi service enable
2022-03-20 20:36:19 -05:00
Zackptg5
6bb84dead7
Add avahi fix
2022-03-07 21:04:12 -05:00
Austin Horstman
b37c415a88
Add some extra actions
2022-03-02 12:20:14 -06:00
Austin Horstman
017c9a9ba8
Add mkinitcpio plymouth hook
2022-02-23 22:53:25 -06:00
Austin Horstman
d16dd322ee
Add post setup of plymouth theme
2022-02-23 10:46:40 -06:00
Austin Horstman
1f915fa541
make sure devices are unmounted before formatting
2022-02-20 23:09:01 -06:00
Austin Horstman
28dcb64e8d
Generate fstab from /mnt and use label to prevent incorrect UUID issue.
...
UUIDs always differ, use labels since we utilize them in formatting
2022-02-20 23:09:01 -06:00
Austin Horstman
f78e8e17c1
fix log copy scope
2022-02-20 23:09:01 -06:00
Austin Horstman
a2b00058a2
fix misc errors from logs
...
Remove iptables-nft conflict
Include glibc in prereqs to prevent issues with outdated isos
2022-02-20 23:09:01 -06:00
Austin Horstman
e21015e235
more console output and copying logs to installation, fix copy configs
2022-02-19 00:19:42 -06:00
Austin Horstman
17eea517f4
sudo fix
2022-02-18 09:42:36 -06:00
Austin Horstman
0ef4faae1d
Reorganize solution
2022-02-18 09:42:36 -06:00