Skip to content

Commit

Permalink
refactor(kickstart): do not create a /home partition
Browse files Browse the repository at this point in the history
  • Loading branch information
khuedoan committed Feb 13, 2022
1 parent 4ac77de commit 0171288
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metal/roles/pxe_server/templates/kickstart.ks.j2
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ lang en_US.UTF-8
clearpart --all --drives={{ hostvars[item]['disk'] }}
# Partitioning
ignoredisk --only-use={{ hostvars[item]['disk'] }}
autopart
autopart --nohome

# Network information
network --bootproto=static --device={{ hostvars[item]['network_interface'] }} --ip={{ hostvars[item]['ansible_host'] }} --gateway={{ ansible_default_ipv4.gateway }} --nameserver={{ dns_server }} --netmask={{ ansible_default_ipv4.netmask }} --ipv6=auto --hostname={{ hostvars[item]['inventory_hostname'] }} --activate
Expand Down

0 comments on commit 0171288

Please sign in to comment.