Commit Graph

253 Commits

Author SHA1 Message Date
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
natemaia
ac48a3640d Add intel and amd ucode setup 2018-12-20 00:06:54 -08:00
natemaia
9bc3c70c5a Testing for dual boot setup 2018-12-20 00:06:54 -08:00
natemaia
0e51c6ce6a Fix format asking permission and other small issues 2018-12-20 00:06:54 -08:00
natemaia
224ea1c18a Change directory structure, separate sections of script into library files, add install script 2018-12-20 00:06:54 -08:00
natemaia
a361e75c5e Split bootloader config to individual functions 2018-12-20 00:06:54 -08:00
natemaia
42c1ae9f07 Clean up and minor changes to translations 2018-12-20 00:06:54 -08:00
natemaia
a47c562f16 Fix dwm issue causing liveuser account to not be swapped 2018-12-20 00:06:54 -08:00
natemaia
b21247ae85 Change rsync command 2018-12-20 00:06:54 -08:00
natemaia
1fb3167454 Add cancel back to main menu 2018-12-20 00:06:54 -08:00
natemaia
5b93073fda Update boot flag setting 2018-12-20 00:06:54 -08:00
natemaia
d97736a344 Fix variable mismatch in translation files 2018-12-20 00:06:54 -08:00
natemaia
9188204758 Add trap for ^C (SIGINT) to exit properly 2018-12-20 00:06:54 -08:00
natemaia
26c4ebd35e Another large update and cleanup, remove a number of needless dialogs 2018-12-20 00:06:54 -08:00
natemaia
3b226f0ed7 Move keyfile to before initial mkinit run to save time, remove several dialogs 2018-12-20 00:06:54 -08:00
natemaia
a939d24ecd Fix lts kernel mistake 2018-12-20 00:06:54 -08:00
natemaia
15002e2412 Lts kernel fix 2018-12-20 00:06:54 -08:00
Smoke King
6acc34d429 Fix nvme auto_partition() 2018-12-20 00:06:54 -08:00
natemaia
63fac78577 Add cinnamon, add option for LTS kernel, minor fixes and touch-ups 2018-12-20 00:06:54 -08:00
natemaia
24577414f1 Move REMOVE_PKGS definition to after package database has been updated 2018-12-20 00:06:54 -08:00
natemaia
65c09a8469 Add gnome to available choices for DE's 2018-12-20 00:06:54 -08:00
natemaia
3c37a64e15 Only ignore usb device that is used for booting 2018-12-20 00:06:54 -08:00
natemaia
63b8592c28 Fix issue with EDIT_FILES[8] 2018-12-20 00:06:54 -08:00
natemaia
a51d28f611 Fix other bootloaders being deleted, add option to add grub as default bootloader 2018-12-20 00:06:54 -08:00
natemaia
b8ed7e146d Minor tweak to bootloader config 2018-12-20 00:06:54 -08:00
natemaia
4fbbef3ee4 Add package selection option, add back swap partition possibility 2018-12-20 00:06:54 -08:00
natemaia
dd36a8bb67 Add wm and login setup dialogs 2018-12-20 00:06:54 -08:00
natemaia
01c58d6dd4 Split mirrorlist dialog up and front load choices, add format/boot flag setup for boot partitions 2018-12-20 00:06:54 -08:00
natemaia
cb21cf9f2d Add cfdisk to the available partitioning tools 2018-12-20 00:06:54 -08:00
natemaia
61b1f949be Fix regressions introduced with recent changes. 2018-12-20 00:06:54 -08:00
natemaia
99261c5661 Reduce duplicate irrelevant partitions during mounting when using LUKS & LVM 2018-12-20 00:06:54 -08:00
natemaia
08adbd2984 Clean up filesystem selection, remove dialogrc 2018-12-20 00:06:54 -08:00
natemaia
c3f51d420b Fix issue with deleting lvm 2018-12-20 00:06:54 -08:00
natemaia
a1115047cb Don't auto select a boot partition for BIOS systems when only one partition is available 2018-12-20 00:06:54 -08:00
natemaia
dec5a7b900 Fix some unbound variables 2018-12-20 00:06:54 -08:00