8edf164522
Avoid crash present in archiso v40-1
...
* Fix is present in upstream archiso-git
* iwd would be installed as a dependency for NetworkManager anyway
2019-04-18 19:29:40 -07:00
f062f3ce71
Fixed source ITEMS
2019-04-18 19:28:15 -07:00
153cda7cf8
Fixed update_boot_entries()
2019-04-18 19:27:41 -07:00
050bef7f85
Skip FileNotFoundError in copy_source()
...
* Avoids crash when copying some WinPE ISOs
2019-04-18 19:26:28 -07:00
e07c019fb2
Bugfix: Call unmount() not mount()
2019-04-18 19:25:13 -07:00
21a587ee0f
Bugfix sleep()
2019-04-18 19:24:39 -07:00
427243c933
Reordered functions
2019-04-16 00:33:47 -07:00
cd4ea75862
Remove the arch dir when updating the UFD
2019-04-16 00:23:58 -07:00
949efa4de6
Added hide items sections
2019-04-16 00:16:05 -07:00
a9461311bc
Unmount UFD before installing Syslinux
2019-04-16 00:15:33 -07:00
4215a2fd78
Added find_first_partition()
2019-04-16 00:14:46 -07:00
9652aa4623
Added install Syslinux section
2019-04-15 23:57:46 -07:00
091c31d33a
Bugfix
2019-04-15 23:52:06 -07:00
89ac824d82
Expanded boot entries sections
...
* Update Arch labels from ISO_LABEL to UFD_LABEL
* Added Linux (Minimal) to syslinux
* Added Linux (Minimal) and Linux (dGPU) entries to rEFInd
* Removed Linux (i3) entries
* I guess this is a hidden feature now...
2019-04-15 23:44:42 -07:00
4115f3cfe1
Removed unused args
2019-04-15 23:16:57 -07:00
c66b2facbf
Skip confirm_selections if --force is used
2019-04-15 23:12:27 -07:00
c16e97e49a
Added boot entry sections
2019-04-15 23:07:33 -07:00
95f4877862
Reordered functions
2019-04-15 23:04:37 -07:00
fc9de61269
Added copy_source()
2019-04-15 22:40:20 -07:00
26aca0df9f
Added mount and unmount sections
2019-04-15 22:38:54 -07:00
7ee04060d8
Added dGPU to BOOT_ENTRIES
2019-04-15 22:37:58 -07:00
d769b1ad4e
Set overwrite=False by default
2019-04-15 22:05:48 -07:00
996b01bb34
Add Linux dGPU items
2019-04-15 21:30:44 -07:00
807c94e2ce
Add argument for Linux (dGPU)
2019-04-15 21:29:10 -07:00
af757c5582
Show full device paths
2019-04-15 21:28:53 -07:00
c8944e5a14
Fixed prep_device()
2019-04-15 21:27:27 -07:00
2230ea1eea
Added prep_device()
...
* Skipped if --update is used
2019-04-15 20:30:39 -07:00
e098d40c2f
Added pylint exceptions
2019-04-14 18:49:32 -07:00
72cc33cb7e
Only show destination device, not all devices
2019-04-14 18:48:54 -07:00
3310e3d253
Moved most logic to functions.ufd
2019-04-14 18:43:08 -07:00
164fd4c646
Fixed SystemExit calls from docopt
2019-04-14 18:09:36 -07:00
0e6be3ad08
Better SystemExit handling
2019-04-14 17:57:46 -07:00
1b312658e9
Fixed return code handling
2019-04-14 17:17:11 -07:00
cf1d11eb78
Always show header
2019-04-14 17:16:13 -07:00
cc1a318e3d
Abort if not running as root
2019-04-14 17:03:04 -07:00
6734460d42
Added option to skip pause in abort()
...
* Also use exit_script(1)
2019-04-14 17:01:53 -07:00
fde9be6b3f
Updated get_user_name()
2019-04-14 16:48:34 -07:00
d62a647fa9
Avoid setting LogDir to /root/Logs under su/sudo
2019-04-14 16:46:50 -07:00
5a1f7b1829
Silence build-ufd init
2019-04-14 15:58:09 -07:00
b2528b90f8
Fix docopt handling
...
* Show usage if invalid arguments are used
2019-04-11 22:25:13 -07:00
0883b099fd
Skip safety check if upgrading
2019-04-11 22:24:25 -07:00
23add7e276
Preserve DPI settings when updating conky
2019-04-11 21:40:51 -07:00
56ca605257
Regularly update conky config
...
* This should allow USB adapters to be shown if connected after login
2019-04-11 21:30:53 -07:00
c3ebdee5d0
Only update hostname when necessary
...
* If $IP was empty then HOSTNAME would remain set to the current HOSTNAME
* This allowed the redundant set-hostname call
2019-04-11 21:14:32 -07:00
d113d710a7
Avoid dig errors if not connected to a network
2019-04-11 21:00:32 -07:00
c4755124a0
Remove more connect-to-network sections
2019-04-11 20:59:42 -07:00
ceb6a9e294
Use setup-wifi instead of connect-to-network
2019-04-11 20:57:30 -07:00
a8afd793e0
Added setup-wifi script
...
* This will replace the connect_to_network() function
2019-04-11 20:55:40 -07:00
d33f78960d
Reduced imports
2019-04-11 20:50:21 -07:00
1a8b6705e0
Show selections before starting work
2019-04-08 20:57:35 -07:00