thiblizz
|
dcd8b8b5cd
|
fix: minor typos
|
2023-10-15 04:01:05 +02:00 |
Carlos Prado
|
b2ea9b360d
|
feat: hooks (#70)
* Hooks
Hook system to allow further customization at specific steps of the installation process.
- before/after_prepare_environment
- before/after_disk_configuration
- before/after_download_stage3
- before/after_extract_stage3
- before/after_install
- before/after_configure_base_system
- before/after_configure_portage
- before/after_install_kernel
* add hook examples
* fix: remove eval
|
2023-01-07 14:02:15 +01:00 |
oddlama
|
d46010ba7b
|
fix(syntax): missing && (closes #55)
|
2022-10-01 13:33:55 +02:00 |
oddlama
|
7b9586ad30
|
fix: checkfile set even if tuple is not a expression (fixes #51)
|
2022-09-28 17:55:13 +02:00 |
oddlama
|
c56f1766cc
|
chore: update eoli3n zfs init script location
see 4d726eafbb
|
2022-08-31 20:55:44 +02:00 |
oddlama
|
38bf1de80c
|
chore: improve wanted program check (remove array indirection)
|
2022-05-14 00:48:42 +02:00 |
oddlama
|
64218c9a5c
|
feat: fallback to sha512sum if rhash is not available. closes #36.
|
2022-05-14 00:29:50 +02:00 |
oddlama
|
a73cdcf723
|
fix: adjust wrong function name
|
2022-05-13 22:56:25 +02:00 |
oddlama
|
6b3f9c2a76
|
feat: reduce length of device names if under /dev/disk/by-id/
|
2022-05-13 22:55:15 +02:00 |
oddlama
|
50ec673974
|
feat: canonicalize devices before use to /dev/disk/by-id/ if possible.
This is beneficial for ZFS pools and for humans to see whether the
correct disk was selected.
|
2022-05-13 22:48:50 +02:00 |
oddlama
|
20a69f41ec
|
feat: implement better device selection dialog
|
2022-05-13 22:43:34 +02:00 |
oddlama
|
82e32ffb1f
|
fix: don't kill gentoo install script if it errors before forking
|
2022-04-17 00:05:19 +02:00 |
oddlama
|
27f71af0f6
|
fix: missing then after elif in utils.sh
|
2022-01-04 03:06:40 +01:00 |
oddlama
|
4ee9059f95
|
chore: more accurate check for ncurses availability
|
2021-12-06 13:34:27 +01:00 |
oddlama
|
47ffc8a551
|
Use more robust device resolving by using blkid only as a fallback
|
2021-06-03 16:12:51 +02:00 |
oddlama
|
b110b4e5dd
|
Visual linebreak after reading password
|
2021-05-31 17:27:13 +02:00 |
oddlama
|
68a128153c
|
Read encryption key when starting installation if not given otherwise;
Clarify readme
|
2021-05-31 17:12:19 +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
|
91dfff58c1
|
Execute partprobe only if it exists (not given in gentoo chroot)
|
2021-05-30 03:18:45 +02:00 |
oddlama
|
ad7709d9dd
|
Fixed wrong script name in chroot call
|
2021-05-30 03:10:43 +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
|
d75128a0f1
|
Changed status symbol
|
2021-05-30 02:54:38 +02:00 |
oddlama
|
c6d037f95f
|
Create rpool/ROOT dataset automatically, and supply password
automatically.
|
2021-05-30 02:44:26 +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
|
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
|
09b920d6d4
|
Add some unnecessary checks to satisfy shellcheck
|
2021-04-28 16:06:52 +02:00 |
oddlama
|
a531945dbb
|
Use sane script locations and add help menu
|
2021-04-20 00:51:48 +02:00 |
oddlama
|
fbad0e2184
|
Add partprobe before blkid invocation, and use compress-force for btrfs fstab
|
2020-11-06 22:48:38 +01: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
|
64251a3d31
|
WIP: Implement btrfs raid layout
|
2020-10-03 16:32:14 +02:00 |
oddlama
|
fceb479402
|
Fix bug in fstab generation
|
2020-04-25 20:12:00 +02:00 |
oddlama
|
18674a4b0c
|
UUID based fstab
|
2020-04-25 18:06:38 +02:00 |
oddlama
|
f2909a7c72
|
Added dracut cmdline generation
|
2020-04-25 15:12:35 +02:00 |
oddlama
|
2b323d0c0d
|
Removed need to save resolve entries altogether; WIP: Dracut integration
|
2020-04-24 23:02:00 +02:00 |
oddlama
|
21ff831af0
|
install mdadm on chrooted system when raid is used
|
2020-04-23 23:56:53 +02:00 |
oddlama
|
cf0413f948
|
Forgot to remove a quote in output
|
2020-04-23 23:19:11 +02:00 |
oddlama
|
b1c4d9d40e
|
Removed need for internally stored id->device map
|
2020-04-23 23:15:41 +02:00 |
oddlama
|
048b39ffe0
|
Fixed bug in map saving
|
2020-04-23 22:31:18 +02:00 |
oddlama
|
4c376dae12
|
fixed case mistake
|
2020-04-23 21:08:36 +02:00 |
oddlama
|
826f232807
|
Export some crucial variables
|
2020-04-23 21:06:22 +02:00 |
oddlama
|
f40334f9be
|
Manually save and restore mapped ids and devices
|
2020-04-23 17:42:23 +02:00 |