Commit Graph

138 Commits

Author SHA1 Message Date
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
oddlama 920e0f7f55
scripts/config.sh -> gentoo.conf 2021-04-20 16:55:38 +02:00
oddlama 7c54bac857
Rename config file 2021-04-20 00:53:38 +02:00
oddlama a531945dbb
Use sane script locations and add help menu 2021-04-20 00:51:48 +02:00
oddlama a7225d68a5
Update readme wording 2021-04-19 20:33:47 +02:00
oddlama 25ec26b1b9
Fix typo 2021-04-15 21:38:40 +02:00
oddlama caf9051930
Fixed missing swap false check for single disk layouts 2020-12-01 15:07:20 +01:00
oddlama 8ff794567a
Wording 2020-11-26 13:48:11 +01:00
oddlama 5999211430
set ansible=false by default, most users won't need it. 2020-11-26 13:45:03 +01:00
oddlama 48db35cc76
Actually select keymap and timezone on systemd configurations. Fixes #4. 2020-11-26 13:29:47 +01:00
oddlama b7b3d9c529
Added mirrorselect switch and mirrorselect large file switch. Closes #3 2020-11-26 12:44:59 +01:00
oddlama 811298eb92
Auto number list isnt RST 2020-11-25 17:43:32 +01:00
oddlama 1e1cf038fd
Clarify disk formatting explanation 2020-11-25 15:56:46 +01:00
oddlama b54079b0b4
Move configs -> contrib to avoid confusion 2020-11-25 14:45:46 +01:00
oddlama 54ecbcf90a
Updated README 2020-11-25 14:44:34 +01:00
oddlama edfd4e621d
Oopsie lol 2020-11-18 15:38:10 +01:00
oddlama 70d252584c
Fix 20-wired-dhcp.network permissions 2020-11-18 15:31:04 +01:00
oddlama fa94a29d63
Fix wrong parameter in config.sh 2020-11-18 14:24:21 +01:00
oddlama e30956abf4
Fix ext4 case 2020-11-18 14:23:35 +01:00
oddlama fbad0e2184 Add partprobe before blkid invocation, and use compress-force for btrfs fstab 2020-11-06 22:48:38 +01:00
oddlama 375825c1e8
Fix wrong partition types 2020-10-29 01:19:45 +01:00
oddlama 65e4ccd4a8
Add todo 2020-10-12 20:59:10 +02:00
oddlama 7db2c3c6f3
Add systemd networking config 2020-10-12 01:18:39 +02:00
oddlama a59090ab9d
Install btrfs-progs and omit systemd in dracut because it fails (surprise lol) 2020-10-11 21:45:26 +02:00
oddlama 19b4f1d80c
Added systemd's version of enabling services 2020-10-10 17:08:54 +02:00
oddlama fdbc6fb3aa
cache lsblk output 2020-10-08 22:16:26 +02:00
oddlama 87b75b2466
Add debug 2020-10-06 21:26:13 +02:00
oddlama 6f427dc92e
Systemd is such a lovely tool. It cannot run hostnamectl/localectl/timedatectl without pid 1. 2020-10-06 19:25:10 +02:00
oddlama ed87a77c13
Added proper btrfs mount options 2020-10-05 22:28:32 +02:00
oddlama e1fc6cf9eb
Fixed old use of $id in disk_create_luks 2020-10-03 19:10:54 +02:00
oddlama 1c476cef17
systemd's setup deviates. #1 2020-10-03 19:04:55 +02:00
oddlama c61515e4e5
Fix missing luks argument evaluation 2020-10-03 18:29:09 +02:00