mirror of
https://github.com/khuedoan/homelab.git
synced 2025-02-25 22:18:53 +07:00
Add todo for small root size
This commit is contained in:
parent
d4a61512b4
commit
668580e8b1
@ -1,8 +1,10 @@
|
||||
# TODO
|
||||
|
||||
- [(bug) Fix only 15GiB root partition](../metal/roles/pxe-boot/templates/http/kickstart/fedora.ks.j2#L20)
|
||||
- [(feature) Generate endpoint automatically (terragrunt for variable)](../infra/terraform.tf#L2)
|
||||
- [(optimize) Convert to YAML for Terraform yamldecode](../metal/hosts.ini#L1)
|
||||
- [(optimize) Node firewall](../metal/roles/docker/tasks/main.yml#L1)
|
||||
- [(optimize) Use metal values for MetalLB values](../apps/metallb.yaml#L23)
|
||||
- [(optimize) Use reflector to generate mirrorlist dynamically](../tools/Dockerfile#L3)
|
||||
- [Simple script to backup everything](../scripts/backup.sh#L3)
|
||||
- [Simple script to restore everything](../scripts/restore.sh#L3)
|
||||
|
@ -13,11 +13,12 @@ keyboard --xlayouts='us'
|
||||
# System language
|
||||
lang en_US.UTF-8
|
||||
|
||||
# Partitioning
|
||||
ignoredisk --only-use={{ disk }}
|
||||
autopart
|
||||
# Partition clearing information
|
||||
clearpart --all --drives={{ disk }}
|
||||
# Partitioning
|
||||
ignoredisk --only-use={{ disk }}
|
||||
# TODO (bug) Fix only 15GiB root partition
|
||||
autopart
|
||||
|
||||
# Network information
|
||||
%include /tmp/network.ks
|
||||
|
Loading…
Reference in New Issue
Block a user