natemaia
f1321c1dd9
Copy skel to existing home directory
2020-05-03 23:03:31 -07:00
natemaia
1c1ee76cb4
Fix failing installation of vbox guest additions due to package changes
2020-05-03 20:56:06 -07:00
natemaia
27ca68f176
Add lxqt as an option
2020-05-03 19:31:31 -07:00
natemaia
fc7ae70f16
Disable ly display manager, add some more info.
2020-05-03 15:52:40 -07:00
natemaia
2208c3afba
Fix various issues
2020-05-03 12:47:39 -07:00
natemaia
87ffbdcb42
Large cleanup.
...
- Merge pacstrap and copy iso code path, most of it was the same.
- Use systemd-detect-virt for VM detection instead of dmesg hacks.
- Add AMD microcode back to the install process *(still not sure if it's
actually needed)*.
- Make sure cryptsetup is installed for when using pacstrap.
- Remove signal file if we've reached the background bit, the output
from pacman is better *(and maybe faster)* when running in the
foreground.
- General cleanup.
2020-05-02 23:25:41 -07:00
natemaia
3aac0aeaf8
Enable NTP to avoid SSL issues. Sync database before installing packages
2020-05-02 12:16:56 -07:00
natemaia
4c62f143e1
Remove duplicate irssi package entry
2020-04-26 15:42:40 -07:00
natemaia
43e1cff680
Fix exit issue from main menu
2020-04-26 10:17:11 -07:00
natemaia
e79981bdbe
Fix spaces in drive model causing issues.
2020-04-26 07:34:39 -07:00
natemaia
f16d682856
Add file system descriptions.
2020-04-25 22:40:27 -07:00
natemaia
b4abbd2c4c
Fix package name typo
2020-04-25 20:37:57 -07:00
natemaia
d646385ee1
Clear on clean exit
2020-04-25 20:25:21 -07:00
natemaia
5f325663b2
Don't read ANS if it's empty
2020-04-25 20:18:50 -07:00
natemaia
e0efe9fd21
Initial overhaul and cleanup of package install.
2020-04-25 20:06:10 -07:00
natemaia
c012f0d09b
Add more info to partition labels when prompting for choices.
2020-04-25 12:55:54 -07:00
natemaia
371d53eca7
Optimisations for package install
2020-04-25 12:55:54 -07:00
natemaia
f1b9165bd5
Fix issue with package install
2020-04-24 00:42:30 -07:00
natemaia
2dec81e0a8
Convert package lists to arrays to fix some issues.
2020-04-23 23:01:04 -07:00
natemaia
9c04406346
Enable networkmanager for pacstrap installs.
2020-04-18 17:23:44 -07:00
natemaia
0cd7302167
WIP: initial changes to use pacstrap or not.
2020-04-18 15:49:42 -07:00
natemaia
26eaf5d858
Change to using pacstrap for base install to avoid issues.
2020-04-18 12:58:20 -07:00
natemaia
516881ae41
Simplify and cleanup a few things
2020-04-10 16:03:28 -07:00
natemaia
4d3c93c034
Fix: linter warnings
2020-03-25 08:30:25 -07:00
natemaia
4e60793784
Clean up part show
2020-03-07 17:53:06 -08:00
natemaia
f7c99005f1
Add device model to menu partition info
2020-03-07 17:07:27 -08:00
natemaia
9bc60e09fd
Add more info and better formatting to various lsblk outputs
2020-03-07 16:58:48 -08:00
natemaia
3455c4bfe9
Add device label info to partition menus
2020-03-07 16:24:38 -08:00
natemaia
b2a3db3cfd
Add fstype to partition size field, improve part_find.
2020-03-07 15:17:59 -08:00
natemaia
8472e150c3
Add gdisk to partitioning tools.
2020-03-07 12:55:33 -08:00
natemaia
21478baf33
Add networking check fix for VMs from HoaS.
2020-03-07 12:27:42 -08:00
natemaia
6b8d0b7e1d
Clean up a few things
2020-03-02 22:14:19 -08:00
natemaia
904cd16a5b
Fix: bad return in select_login causing packages never to be added.
2020-03-01 22:50:51 -08:00
natemaia
cd27c3c70b
Add resume kernel parameter, more cowspace for live install.
2020-03-01 12:14:10 -08:00
natemaia
c023609a6b
Change network check from curl pipeline to simple ping command
2020-01-10 12:08:42 -08:00
natemaia
343e9d88b1
Revert commit to run command a second time in errshow
2020-01-05 12:50:10 -08:00
natemaia
969cdf6c74
Fix: refind-efi issues
2019-12-26 18:21:13 -08:00
natemaia
83a3882f31
Fix: typo in tearfree nvidia section, version bump for packaging
2019-12-23 10:17:01 -08:00
natemaia
5b858b6d86
Fix: replace changes to /etc/systemd/login.conf after install
2019-12-23 00:01:09 -08:00
natemaia
e211c5c4c2
Fix: missing function for bootloader install, more cleanup
2019-12-22 21:52:07 -08:00
natemaia
079e36c4c0
Fix: function name collision
2019-12-22 18:26:37 -08:00
natemaia
ab643323f3
Add auto startx when using xinit regardless of autologin
2019-12-22 18:26:37 -08:00
natemaia
5f8795d6e9
Add font size selection
2019-12-22 18:26:37 -08:00
PacBangLinux
a003e52a52
add -f
to mkfs.f2fs
2019-12-22 18:26:37 -08:00
natemaia
13e41a9a68
Attempt to re-run failing commands
...
This should help when something fails but may work after a short
wait and retry, we also check stderr output of each and compare.
If they are different both will be shown otherwise just the first.
2019-12-20 10:05:03 -08:00
natemaia
b440669527
Don't for when running startx from autostart
2019-12-17 20:16:07 -08:00
natemaia
411e45bfdf
Fix shell login when using xinit
2019-12-09 22:59:14 -08:00
natemaia
518b69e611
Minor change to dialog formatting
2019-12-09 22:41:18 -08:00
natemaia
f49fc88487
Add deepin and large cleanup
2019-11-23 17:36:08 -08:00
natemaia
869a6a6ee7
Remove root autologin when no login type is chosen
2019-11-13 19:47:53 -08:00