clearpart
This commit is contained in:
parent
bce64a2882
commit
625b09e26f
3 changed files with 2 additions and 2 deletions
Binary file not shown.
|
|
@ -25,7 +25,7 @@ services --enabled="chronyd"
|
||||||
ignoredisk --only-use=sda
|
ignoredisk --only-use=sda
|
||||||
autopart
|
autopart
|
||||||
# Partition clearing information
|
# Partition clearing information
|
||||||
clearpart --none --initlabel
|
clearpart --all --initlabel
|
||||||
|
|
||||||
# System timezone
|
# System timezone
|
||||||
timezone Europe/Amsterdam --utc --ntpservers=pfsense.alcatrash.local
|
timezone Europe/Amsterdam --utc --ntpservers=pfsense.alcatrash.local
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,7 @@ ignoredisk --only-use=sda
|
||||||
bootloader --append=" crashkernel=auto" --location=mbr --boot-drive=sda
|
bootloader --append=" crashkernel=auto" --location=mbr --boot-drive=sda
|
||||||
autopart --type=lvm
|
autopart --type=lvm
|
||||||
# Partition clearing information
|
# Partition clearing information
|
||||||
clearpart --none --initlabel
|
clearpart --all --initlabel
|
||||||
|
|
||||||
%include /tmp/setup
|
%include /tmp/setup
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue