Commit Graph

219 Commits

Author SHA1 Message Date
oddlama
5c1d81d650
Exec chroot 2021-05-30 22:52:28 +02:00
oddlama
4d276dbc6c
Don't add fstab entry for zfs 2021-05-30 22:39:41 +02:00
oddlama
f77f2a7955
Ignore partprobe output 2021-05-30 21:30:45 +02:00
oddlama
7133ff4484
Fixed ignoring type output 2021-05-30 21:28:06 +02:00
oddlama
0ca4967160
Added root= parameter for zfs 2021-05-30 21:13:27 +02:00
oddlama
053f7b90d0
Updated readme, added zfs tools to new system if required 2021-05-30 21:01:41 +02:00
oddlama
ec26a12151
Added dynamic dialog sizes 2021-05-30 20:55:25 +02:00
oddlama
91dfff58c1
Execute partprobe only if it exists (not given in gentoo chroot) 2021-05-30 03:18:45 +02:00
oddlama
09928ba3a5
Sanity check ./install -R that the directory is a mountpoint 2021-05-30 03:17:37 +02:00
oddlama
86e4a32fd0
Remove exec from chroot to allow post-chroot unmount 2021-05-30 03:15:06 +02:00
oddlama
ad7709d9dd
Fixed wrong script name in chroot call 2021-05-30 03:10:43 +02:00
oddlama
45636bb82d
Allow "false" value for chroot check to mean not in chroot 2021-05-30 03:03:04 +02:00
oddlama
9985bfa5f0
Fixed missing m in ANSI format string 2021-05-30 03:01:45 +02:00
oddlama
ba60924bbc
Fix unset variable access when checking chroot 2021-05-30 03:00:29 +02:00
oddlama
4fac67ebdb
Use correct zfs mountpoint 2021-05-30 02:56:53 +02:00
oddlama
d75128a0f1
Changed status symbol 2021-05-30 02:54:38 +02:00
oddlama
5288f58b72
Remove mountpoint from rpool/ROOT 2021-05-30 02:51:51 +02:00
oddlama
6f702f578f
Forgot line escape 2021-05-30 02:46:07 +02:00
oddlama
c6d037f95f
Create rpool/ROOT dataset automatically, and supply password
automatically.
2021-05-30 02:44:26 +02:00
oddlama
bae9e41741
Default for disk_action_summarize_only 2021-05-30 02:37:18 +02:00
oddlama
a20e50f117
Use ntp package instead of openntpd on arch; Fix set -u in dynamic case labels 2021-05-30 02:33:45 +02:00
oddlama
05bd2f465c
Fixed case confusion 2021-05-30 02:30:02 +02:00
oddlama
80e4bcbf90
make pacman package mapping associative 2021-05-29 22:59:38 +02:00
oddlama
762c879497
Arch pacman package name remappings and zfs installation script 2021-05-29 22:56:32 +02:00
oddlama
1b7fc257e2
Fix program existence check 2021-05-29 22:26:39 +02:00
oddlama
f03f4a99ab
add program check debug 2021-05-29 22:23:18 +02:00
oddlama
a6023eba13
Apply disk configuration function in installer 2021-05-29 22:18:39 +02:00
oddlama
0b1f8b5c6c
Skip install question if every required program is installed 2021-05-29 22:16:05 +02:00
oddlama
401e427b8e
Ask to install missing programs 2021-05-29 22:14:46 +02:00
oddlama
4b02282309
Fixed not detecting top-level timezones like UTC; Fixed initramfs keymap
not updated automatically when linked to normal keymap
2021-05-29 21:58:43 +02:00
oddlama
49cbc77c17
Fallback to us keymap if it cannot be detected from the running system 2021-05-29 21:44:54 +02:00
oddlama
e7172280a8
fall back to contrib/i18n_supported if /usr/share/i18n/SUPPORTED doesn't exist 2021-05-29 21:42:31 +02:00
oddlama
a5cfe872a3
Added zfs pool creation 2021-05-27 20:35:28 +02:00
oddlama
d229d5bdea
Set LANG on systemd profile 2021-05-02 15:35:20 +02:00
oddlama
6daa319c17
Use encryption key from environment variable; Adjust default ssh config; Remove ansible integration in favor of neutral installation 2021-05-02 15:29:56 +02:00
oddlama
99667b2cd2
Add create_zfs_centric_layout to gentoo.conf.example 2021-04-28 16:07:24 +02:00
oddlama
09b920d6d4
Add some unnecessary checks to satisfy shellcheck 2021-04-28 16:06:52 +02:00
oddlama
9ebdbfe8a1
Prepare zfs functions (format is currently a dummy) 2021-04-28 14:56:38 +02:00
oddlama
dd7482da5e
Disk configurator finished except for encryption keys 2021-04-28 14:22:46 +02:00
oddlama
07470e8806
Begin adding menuentries for remaining disk configuration items. 2021-04-27 01:17:25 +02:00
oddlama
525e7668d8
set -e is staight from hell. [[ $CONFIG_VAR == 1 ]] && do_smth is now
wrong, need for command && ret=$? || ret=$?. I'm out.
2021-04-26 23:48:30 +02:00
oddlama
5f7acc58c5
Begin cleaning disk definitions, finish all menu points except disk. 2021-04-23 01:33:46 +02:00
oddlama
d446af1d6a
Begin partitioning scheme selector 2021-04-22 21:09:11 +02:00
oddlama
c742b0987d
A lot more options finished. Disk partitioning missing. 2021-04-22 20:35:48 +02:00
oddlama
a136055135
Implemented better option selection and begin writing actual menu
entries.
2021-04-22 02:31:45 +02:00
oddlama
8678ee05ec
Make keymap selection more intuitive 2021-04-21 16:07:49 +02:00
oddlama
bc10d3293b
Configure doesn't depend on cwd now and behaves as expected relative to cwd. 2021-04-21 15:35:52 +02:00
oddlama
3420fe4a69
Add help texts to menu. Run configurator automatically if configuration
is missing.
2021-04-21 15:16:31 +02:00
oddlama
3ab705d2b0
Dialog is nice. Proof of concept menu added. 2021-04-21 14:23:55 +02:00
oddlama
23a5d33790
Test dialog package 2021-04-20 22:18:55 +02:00