Commit Graph

420 Commits

Author SHA1 Message Date
natemaia
fc6f1531d0 Bump version for packaging 2019-09-21 14:04:31 -07:00
natemaia
82b1068d8b Quote spots where /* could be confused as comments 2019-09-21 13:57:31 -07:00
natemaia
ad6610daaf Move pulseaudio packages into installer rather than iso
Copy /etc/netctl to install incase not using networkmanager
2019-09-21 10:02:01 -07:00
natemaia
108450dd69 Don't add amd-ucode to installs, linux-firmware provides it for late loading already 2019-09-16 17:43:28 -07:00
natemaia
8d3e3aebd6 Update 2019-09-15 16:59:17 -07:00
natemaia
ea9d419c6b Fix: live() being passed $@ without first shifting 2019-09-15 10:30:44 -07:00
natemaia
9cd8276366 More fixes and cleanup 2019-09-09 20:35:29 -07:00
natemaia
9dea6c7dd9 Minor cleanup 2019-09-09 20:27:10 -07:00
natemaia
2b949499ba Fix: error in root password logic 2019-09-09 02:02:30 -07:00
natemaia
b0f6091391 Require passing in which session to use for live 2019-09-02 16:36:57 -07:00
natemaia
2d9a96c64b Add new package to AL_BASE_PKGS 2019-09-02 14:44:09 -07:00
natemaia
a01b110eca Cleanup some mess 2019-09-01 23:23:58 -07:00
natemaia
cb6908bbaa Fix: missing packages in --live 2019-08-30 23:10:36 -07:00
natemaia
ff1002624b Don't install junk for dwm, cleanup some messy sections 2019-08-30 18:59:30 -07:00
natemaia
741ae95e59 Improve -l,--live option 2019-08-27 02:15:03 -07:00
natemaia
927d7ea1cf Add -l,--live flags 2019-08-27 01:50:42 -07:00
natemaia
b5f9504ec8 Tweaks to messages 2019-08-27 01:17:23 -07:00
natemaia
5ebf34f4d6 Return to main() after successful creation of an LVM setup 2019-08-27 01:12:05 -07:00
natemaia
7b5e1bc035 Add more feedback messages when working on tasks that may be slow 2019-08-27 01:03:33 -07:00
natemaia
ab3d1c4e94 Touch up some variables 2019-08-27 00:52:10 -07:00
natemaia
0e7257b119 Fix: lvm_create() calling dlg() with invalid argument list 2019-08-27 00:24:03 -07:00
natemaia
63fb701354 Cleanup LVM section 2019-08-27 00:00:12 -07:00
natemaia
da5fc031cc Add more optional packages and optional branding change as per issue #4 2019-08-26 23:05:35 -07:00
natemaia
af36aedb2b Cleanup needless splitting of code, add more DMs, remove package bit from background install 2019-08-26 20:16:36 -07:00
natemaia
831cfbcc58 Tweak background process output handling 2019-08-25 11:58:59 -07:00
natemaia
17780ed5f7 Update select_show() 2019-08-25 11:57:00 -07:00
natemaia
1547c4b403 Fix syntax error in select_login() 2019-08-25 11:43:12 -07:00
natemaia
0a343c0981 Bury output from mirrorlist sorting during background install 2019-08-25 11:41:30 -07:00
natemaia
ee17fd144a Move awesome install to be more inline with the rest 2019-08-25 10:50:12 -07:00
natemaia
eec825e909 Add ly to login options, remove extra ucode install 2019-08-25 01:28:30 -07:00
natemaia
185c31c9d1 Longer delay for short messages 2019-08-25 00:16:21 -07:00
natemaia
0560d39f16 Revert changes 2019-08-24 23:20:12 -07:00
natemaia
ee11cc87ef Update for script name changes 2019-08-24 16:06:16 -07:00
natemaia
8aa056e394 Trail fix for user issues post install 2019-08-23 00:15:56 -07:00
natemaia
4a72bfade0 Tweak some parts of install 2019-08-20 23:39:09 -07:00
natemaia
6bf67af66b Add delay to background process output duplicate removal 2019-08-20 23:23:46 -07:00
natemaia
f87b340059 Fix: wm/de count error 2019-08-20 20:06:00 -07:00
natemaia
cbb298fbaf Large cleanup in prep for minor version increase
- Add block comments describing each segment
- Use <<- EOF for consistent indentation
- Rename/rearrange some functions to make more sense
- Remove redundant checks for background install
- Improve background process output handling and speed
- Cleanup some script and comment sections
2019-08-20 16:01:23 -07:00
natemaia
aab6018e41 Remove some uneeded sections, minor cleanup 2019-08-19 19:19:40 -07:00
natemaia
2078621172 Fix: message typo 2019-08-18 14:36:16 -07:00
natemaia
e5992eb278 Fix: missing skel packages for WM/DE that have them 2019-08-18 14:33:30 -07:00
natemaia
091ea12936 More space around some messages 2019-08-18 14:26:50 -07:00
natemaia
77c66897f4 Optimize some mounting functions to only setup some variables when needed
eg. when using auto partition no further setup is needed

Also added dialog to give feedback when a partition is selected automatically
2019-08-18 14:22:41 -07:00
natemaia
b3d7803cf0 Fix: issue when entering mount menu 2019-08-18 14:00:42 -07:00
natemaia
27eb375570 Remove partitions too small/big for their use during mounting menus 2019-08-18 13:37:49 -07:00
natemaia
0bc89ae4b2 Add/improve comments around top level array variables 2019-08-18 10:17:58 -07:00
natemaia
00bfd43756 Move wm extra packages into skel packages depends list 2019-08-18 10:16:40 -07:00
natemaia
94230d70ba Fix: bg install failing with pacman, add fallback 2019-08-18 10:16:14 -07:00
natemaia
910a8a476b Clean up some functions, simplify some sections, and add more comments 2019-08-17 17:39:19 -07:00
Nathaniel Maia
8004a9faf8 Clean up some comments, fix a typo, and some rearranging 2019-08-05 16:26:31 +00:00