Commit Graph

129 Commits

Author SHA1 Message Date
Chrysostomus
8142d68983 Add final_check 2017-02-28 01:23:39 +08:00
Chrysostomus
6cb1650532 Filter the base packages out of the /tmp/.edition 2017-02-28 00:38:57 +08:00
Bernhard Landauer
7c13c0ac91 create MOUNT_OPTS in mount_current_partition(); https://github.com/Chrysostomus/manjaro-architect/issues/70 2017-02-27 16:31:23 +01:00
Bernhard Landauer
7e3e442698 [util-disk] un-nest and organize 2017-02-27 16:04:24 +01:00
Bernhard Landauer
6645cbdb83 [util-disk] fix indenting 2017-02-27 15:35:27 +01:00
Bernhard Landauer
21aff89066 some cosmetics 2017-02-27 12:54:03 +01:00
Bernhard Landauer
87167194d8 fix set_timezone dialog (wrong exitcode) 2017-02-27 12:39:39 +01:00
Bernhard Landauer
4b8f6f53e3 check if target mounted before copying log ;) 2017-02-27 11:22:40 +01:00
Bernhard Landauer
429f878a88 print version to logfile 2017-02-27 11:21:55 +01:00
Chrysostomus
f8a2bf9c7f Filter the partition list in mount selection 2017-02-27 15:23:12 +08:00
Chrysostomus
2d061d5a65 Merge branch 'master' of https://github.com/Chrysostomus/manjaro-architect 2017-02-27 14:33:36 +08:00
Chrysostomus
1e200255f0 Add code for listing partitions to be removed from mount selections 2017-02-27 14:32:41 +08:00
Bernhard Landauer
ecab6b5483 correction 2017-02-27 05:15:09 +01:00
Bernhard Landauer
aa18ed4794 mount_current_partition: catch output in log at least 2017-02-27 05:03:17 +01:00
Bernhard Landauer
8aeef6c45d fix error check mounting 2017-02-27 04:13:19 +01:00
Bernhard Landauer
d7e9686eeb some logging and dialog cosmetics 2017-02-27 03:35:31 +01:00
Bernhard Landauer
d57e242825 do not rm /mnt/.openrc in quit dialog; close https://github.com/Chrysostomus/manjaro-architect/issues/68 2017-02-27 02:52:13 +01:00
Bernhard Landauer
ef2db51842 more logging 2017-02-27 02:06:38 +01:00
Bernhard Landauer
9e9d1c62aa correction evaluate_openrc() 2017-02-27 01:52:05 +01:00
Bernhard Landauer
f7c8cd5ebc rm double entry 2017-02-26 21:40:24 +01:00
Bernhard Landauer
4e37ac1362 add option to cp log to target 2017-02-26 21:35:13 +01:00
Bernhard Landauer
9a425d4811 implement openrc check; needs testing still. close https://github.com/Chrysostomus/manjaro-architect/issues/64 2017-02-26 20:46:01 +01:00
Bernhard Landauer
976bb582dd warn about systemd only profiles 2017-02-26 19:51:54 +01:00
Bernhard Landauer
22cde3c5f7 move .base_installed to /mnt ; https://github.com/Chrysostomus/manjaro-architect/issues/64 2017-02-26 19:28:48 +01:00
Bernhard Landauer
55eac1b0a4 [util] add evaluate_profiles() and evaluate_openrc(); https://github.com/Chrysostomus/manjaro-architect/issues/64#issuecomment-282562848 2017-02-26 18:07:09 +01:00
Chrysostomus
b5c62a5a7f Merge pull request #65 from papajoker/logs
lsblk in logs
2017-02-27 00:33:56 +08:00
papajoker
d1d567157b lsblk in logs 2017-02-26 17:07:00 +01:00
Bernhard Landauer
3814fb75f9 exclude profile architect from being installed 2017-02-26 16:35:26 +01:00
Chrysostomus
82b1e87948 Update util-base.sh 2017-02-26 22:17:34 +08:00
Chrysostomus
17d9e34691 Try to improve encryption behaviour with grub 2017-02-26 22:06:45 +08:00
Chrysostomus
09ae183bf6 Reverse changes meant to improve f2fs support because of the regressions in mounting
without formatting.
2017-02-26 19:26:08 +08:00
Chrysostomus
ce843e200d Increase partition menu size and show luks and lvm devices first 2017-02-25 02:22:55 +08:00
Chrysostomus
abf6d9d290 Reverse actions of formatting warning 2017-02-25 00:56:04 +08:00
papajoker
c214f65311 fix check_for_error 2017-02-24 16:15:57 +01:00
Chrysostomus
145eb02bb8 Remove check_for_error from inst_needed 2017-02-24 15:21:48 +08:00
Chrysostomus
5ac298bb4a Dont check for error with vconsole.conf either, installation needs to work even if
its not set.
2017-02-24 15:10:51 +08:00
Chrysostomus
601af4a976 Do not check for error when compying pacman.conf, it is supposed to return 1 half
the time
2017-02-24 15:05:10 +08:00
Chrysostomus
d29471833e fix install_nm 2017-02-24 10:58:30 +08:00
Bernhard Landauer
a1d08f312f Merge branch 'master' of https://github.com/Chrysostomus/manjaro-architect 2017-02-24 02:36:53 +01:00
Bernhard Landauer
8ee7e111e9 correction of the correction :-p 2017-02-24 02:36:43 +01:00
Chrysostomus
523114a024 Merge pull request #59 from papajoker/fonction
return function
2017-02-24 09:28:37 +08:00
Bernhard Landauer
4c3d596391 logging system and language info 2017-02-24 02:22:57 +01:00
Bernhard Landauer
023cd370cf correction 2017-02-24 01:22:40 +01:00
papajoker
18b2e4752a remove _canceldlg var 2017-02-23 23:57:40 +01:00
Bernhard Landauer
1dd1a383fa avoid using exit code after dialog; https://github.com/Chrysostomus/manjaro-architect/pull/59 2017-02-23 23:40:55 +01:00
Bernhard Landauer
494f6e6f63 indenting correction, https://github.com/Chrysostomus/manjaro-architect/issues/60 2017-02-23 20:38:49 +01:00
papajoker
8c27ef2d2e path 2 functions only if error 2017-02-23 20:25:32 +01:00
patrick
e5e8f8dba3 Merge branch 'master' into fonction 2017-02-23 19:39:38 +01:00
Chrysostomus
dce25199b3 Fixes for f2fs 2017-02-24 02:27:31 +08:00
Chrysostomus
381dc7d110 Fix syntax error 2017-02-23 23:32:23 +08:00