39039ce3fd
docs(zbm): No idea if IPv6 works ( #21 )
2023-11-05 04:53:52 +01:00
1183f3f025
refactor(iso): Rename .gitignore file ( #21 )
2023-11-05 04:53:17 +01:00
be76d6b0f8
feat(meta): Ignore loca settings file while testing ( #21 )
2023-11-05 04:52:21 +01:00
67ea72de51
feat(iso): Add setup function to generate answer file ( #21 )
2023-11-05 04:51:32 +01:00
9f3ada2a36
feat(iso): Parse arguments ( #21 )
2023-11-05 04:50:31 +01:00
28414af039
refactor(iso): Globally define name of settings file ( #21 )
2023-11-05 04:49:32 +01:00
58da096eab
docs(meta): Typo
2023-11-05 02:37:50 +01:00
5f57698e7d
Merge pull request '6-add-ssh-to-bootloader' ( #20 ) from 6-add-ssh-to-bootloader into main
...
Reviewed-on: #20
2023-11-05 01:35:45 +00:00
2b982be84e
docs(meta): Bits and pieces updated ( #6 )
2023-11-05 02:35:03 +01:00
782168c1b1
docs(zbm): Nudge user to work with Dropbear keepalives ( #6 )
2023-11-05 02:10:33 +01:00
5cf4b2c325
docs(zbm): Let's not overpromise, the command stanza at first glance seems trickier than anticipated ( #6 )
2023-11-04 01:16:39 +01:00
a2cb784cb3
feat(zbm): In Syslinux/extlinux mode add KCL ( #6 )
2023-11-04 01:08:39 +01:00
119be2b876
docs(zbm): Give an example ip= KCL ( #6 )
2023-11-04 00:46:44 +01:00
9560677352
fix(zbm): Link to dropbear patch hooks ( #6 )
2023-11-04 00:41:37 +01:00
52c09fc93f
docs(zbm): Explain Syslinux KCL ( #6 )
2023-11-04 00:37:30 +01:00
1181432add
docs(iso): Explain sed in_array_remove_n mechanism ( #6 )
2023-11-04 00:32:16 +01:00
e3025883fa
docs(iso): Explain sed insert_n_at_the_end mechanism ( #6 )
2023-11-04 00:32:01 +01:00
79feaed5ac
docs(iso): Explain sed insert_n_before_m mechanism ( #6 )
2023-11-04 00:20:39 +01:00
7338924c82
docs(zbm): Explain networking and SSH ( #6 )
2023-11-04 00:08:48 +01:00
924925e08e
docs(iso): Do a pass over how we explain passwords for local accounts ( #6 )
2023-11-04 00:03:42 +01:00
3030eb0f2d
docs(iso): Use either an env options file or shell exports ( #6 )
2023-11-04 00:01:29 +01:00
305e4191f1
docs(zfs): Correctly umount after maintenance ( #6 )
2023-11-04 00:00:03 +01:00
7d5075a543
fix(ZBM): No KCL inside Syslinux ( #6 )
2023-11-03 23:43:06 +01:00
003d3f4f2a
fix(ZBM): Remove ZBM hook from correct file ( #6 )
2023-11-03 03:24:33 +01:00
ab5e79d838
refactor(iso): Parallelize pacman in ISO ( #6 )
2023-11-03 03:24:03 +01:00
53f92032a4
feat(zbm): Add KCL to legacy BIOS ZBM ( #6 )
2023-11-03 01:40:24 +01:00
b160b4a1e1
feat(zbm): Prepare SSH in ZBM ( #6 )
2023-11-03 01:38:56 +01:00
1690518197
feat(zbm): Define Dropbear's SSH pub keys ( #6 )
2023-11-03 01:38:28 +01:00
732cc47405
feat(zbm): Add networking/IP addressing setup to ZBM ( #6 )
2023-11-03 01:38:11 +01:00
be668b1bdc
feat(zbm): Add user's dropbear customizations ( #6 )
2023-11-03 01:37:38 +01:00
53ed730957
feat(zbm): Add dropbear hook files ( #6 )
2023-11-03 01:37:15 +01:00
9a89ce4f75
fix(os): Remove zfsbootmenu hook from ZFSBootMenu ( #6 )
...
While unintuitive this prevents us from having to
move this hook to the end of the HOOKS array.
If user wants SSH in ZBM we first append 'net' to
the HOOKS array then append 'dropbear'. At this
point the explicit 'zfsbootmenu' hook is no longer
last in line in 'HOOKS' array. This causes ZBM to
trip and to not correctly load net and dropbear.
Since the 'zfsbootmenu' hook is added implicitly
by generate-zbm we don't need the explicit hook
at all. Better remove it. This way it doesn't get in
the way.
2023-11-01 03:53:18 +01:00
3cb68406ed
feat(os): Add SSH to ZBM if requested by user ( #6 )
2023-11-01 03:49:46 +01:00
33966071ce
refactor(os): Simplify mkinitcpio.conf manipulation ( #6 )
2023-11-01 03:49:05 +01:00
4e734330da
feat(os): Add helper functions to manipulate HOOKS array ( #6 )
2023-11-01 03:47:34 +01:00
f1bab6bc60
refactor(os): Simplify extended regex ( #6 )
2023-11-01 03:05:43 +01:00
a41d0599e6
Merge pull request '9-settings-file' ( #14 ) from 9-settings-file into main
...
Reviewed-on: #14
2023-10-27 03:05:46 +00:00
d1ad95dc76
docs(meta): Explain password requirement ( #5 )
2023-10-27 05:02:53 +02:00
5d03799dae
refactor(meta): Renumber functions ( #9 )
2023-10-27 04:24:40 +02:00
cf50632b6c
feat(iso): Allow supplementary password/settings file ( #9 )
2023-10-27 04:23:11 +02:00
b83cce2aec
docs(meta): Link to hook Git repos ( #5 )
2023-10-27 03:14:20 +02:00
bb8c052f8b
Merge pull request '5-auto-regen-zbm' ( #13 ) from 5-auto-regen-zbm into main
...
Reviewed-on: #13
2023-10-27 01:09:08 +00:00
edd104ed1c
docs(meta): Adjust for UEFI/legacy BIOS difference ( #5 )
2023-10-27 02:49:03 +02:00
9f0f19355e
docs(iso): Master Boot Record capitalized ( #5 )
2023-10-27 02:15:46 +02:00
0b3f5b75dd
docs(iso): EFI System Partition capitalized ( #5 )
2023-10-27 02:14:36 +02:00
04f206129f
docs(iso): Typo ( #5 )
2023-10-27 02:12:36 +02:00
e42e92874e
docs(iso): Explain UEFI/legacy BIOS reqirements ( #5 )
2023-10-27 02:12:09 +02:00
56dc2f85a6
docs(iso): Homogenize MBR partition type codes ( #5 )
2023-10-27 02:11:27 +02:00
a00b8e8009
refactor(meta): Update lsblk UEFI/GPT output ( #5 )
2023-10-27 01:55:35 +02:00
844f574e2d
refactor(meta): Renumber functions ( #5 )
2023-10-27 01:47:53 +02:00