Commit Graph

237 Commits

Author SHA1 Message Date
natemaia
875b8738ba Fix: syslinux UUID 2019-03-16 21:21:48 -07:00
natemaia
7324ec38cb Fix: empty mount options 2019-03-16 21:21:48 -07:00
natemaia
2c9759ac34 Fix: missing grub-mkconfig call 2019-03-16 21:21:48 -07:00
natemaia
37f33c9a1a Fix: wrong array index for boot commands 2019-03-16 21:21:48 -07:00
natemaia
84ed8947ae Update grub install 2019-03-16 21:21:48 -07:00
natemaia
83743ec8c8 Fix: file permissions in the created user's home 2019-03-16 21:21:48 -07:00
natemaia
0572d16454 Fix: xinit setup 2019-03-16 21:21:48 -07:00
natemaia
9f49dfcec8 Fix: grub os-prober module, xinit login 2019-03-16 21:21:48 -07:00
natemaia
9f452ac222 Remove profile files in user home when not autologging in or using a dm 2019-03-16 21:21:48 -07:00
natemaia
a3c3ec6730 Large update and cleanup, attempted fix for grub-install 2019-03-16 21:21:48 -07:00
natemaia
f96435486a Update and clean up some functions 2019-03-16 21:21:48 -07:00
natemaia
c815cb7f02 Change root shell, more package install clean up 2019-03-16 21:21:48 -07:00
natemaia
b307ab8bbd More touch ups to simplify packages 2019-03-16 21:21:48 -07:00
natemaia
529166b83c Shorten some main function names, remove specifics for user wm configs 2019-03-16 21:21:48 -07:00
natemaia
ba91ed8b79 Simplify password handling, better naming for a few functions 2019-03-16 21:21:48 -07:00
natemaia
04c4441fc5 Clean up a number of functions, ensure make is installed for dwm 2019-03-16 21:21:48 -07:00
natemaia
b1243fcba1 Add choice for installing base-devel 2019-03-16 21:21:48 -07:00
natemaia
5258991023 Finish cleaning up package defaults for each WM and removing defaults 2019-03-16 21:21:47 -07:00
natemaia
50faa08c2c Start removal of offline install options 2019-03-16 21:21:47 -07:00
natemaia
678019d663 Add: mksh as login shell choice. Fix: viewing debug log. 2019-03-16 21:21:47 -07:00
natemaia
8e1b4a6647 Function style change, clean up for virtualbox utils 2019-03-16 21:21:47 -07:00
natemaia
76a62ee6da Add package list to the installer package 2019-03-16 21:21:47 -07:00
natemaia
3c76cf943a Split main dialogs to their own lib file, add checklist function, split package choices to menu style 2019-03-16 21:21:47 -07:00
natemaia
fdd77684a0 Add menu function to simplify things 2019-03-16 21:21:47 -07:00
natemaia
b122c92e2e Add reboot back with attempted fix, add shell choice, always create a new user 2019-03-16 21:21:47 -07:00
natemaia
a37423ff21 No longer reboot or shutdown, just exit and let the user handle that step 2019-03-16 21:21:47 -07:00
natemaia
3d41c04f36 Update, another attempted fix for hanging on shutdown 2019-03-16 21:21:47 -07:00
natemaia
7426259dc5 Dont check directly instead of checking 0 everytime, update README 2019-03-16 21:21:47 -07:00
natemaia
92fb1c6cff Don't allow skipping root partition formatting, it's needed in most cases 2019-03-16 21:21:47 -07:00
natemaia
c9a6a08cce Reboot fix, possibly?? 2019-03-16 21:21:47 -07:00
natemaia
2bb960f486 Change LUKS and LVM to strings 2019-03-16 21:21:47 -07:00
natemaia
0c1b09ab7e Version bump for packaging 2019-03-16 21:21:47 -07:00
natemaia
ee3698bc52 Grammar fix in english translation 2019-03-16 21:21:47 -07:00
natemaia
ce18eabd60 Update more english translation text 2019-03-16 21:21:47 -07:00
natemaia
89c95254ed More cleanup and fixes, rename a large amount of functions for brevity 2019-03-16 21:21:47 -07:00
natemaia
3401939dd6 More cleanup in various functions, use var+="val" rather than var="$var val" 2019-03-16 21:21:47 -07:00
natemaia
0702dc69a4 Simplify network check by just checking https://www.archlinux.org/mirrorlist for a 200 response 2018-12-20 00:06:54 -08:00
natemaia
ad8af90d43 Update/overhaul mirror_cmd() function to not rely on reflector 2018-12-20 00:06:54 -08:00
natemaia
e6bbc6a999 Update password handling for user and luks setup to use ecryption 2018-12-20 00:06:54 -08:00
natemaia
5416f553fc Update auto partitioning to use lsblk output rather than the previous mess 2018-12-20 00:06:54 -08:00
natemaia
0640a65e0b Cleanup, fix missing/wrong dialogs, allow mounting old /home without overwriting 2018-12-20 00:06:54 -08:00
natemaia
1627341629 Update README with install instructions 2018-12-20 00:06:54 -08:00
natemaia
b5fa475863 Clean up boot, move funtion to file it's used in 2018-12-20 00:06:54 -08:00
natemaia
989a952751 More regression fixes 2018-12-20 00:06:54 -08:00
natemaia
fe1749bed5 Fix regressions from recent changes 2018-12-20 00:06:54 -08:00
natemaia
432e82f651 Split the large amount of varaible setup to a lib file 2018-12-20 00:06:54 -08:00
natemaia
e948933780 Combine mount and partition lib files, and other minor changes 2018-12-20 00:06:54 -08:00
natemaia
a48143063a Fix xinit session issue 2018-12-20 00:06:54 -08:00
natemaia
b3657b0c9d Add special case for neovim 2018-12-20 00:06:54 -08:00
natemaia
77d01c27a1 Fix more issues and do some more rearrangement 2018-12-20 00:06:54 -08:00