Debian preseed.cfg Problem bei Partitionierung
Schönen guten Morgen,
ich habe ein Problem bei der automatischen Installation von Debian 12 mit der Partitionierung in der preseed.cfg.
Ich habe eine 240GB große Festplatte und möchte diese wie folgt partitionieren:
240GB Gesamt
1GB EFI
128GB / (root)
1GB swap
Jedoch legt mir die Installation immer ein Swap Partition mit dem gesamten freien Rest an?
Ich bin noch am verzweifeln. Hier meine config.
ich habe ein Problem bei der automatischen Installation von Debian 12 mit der Partitionierung in der preseed.cfg.
Ich habe eine 240GB große Festplatte und möchte diese wie folgt partitionieren:
240GB Gesamt
1GB EFI
128GB / (root)
1GB swap
Jedoch legt mir die Installation immer ein Swap Partition mit dem gesamten freien Rest an?
Ich bin noch am verzweifeln. Hier meine config.
d-i partman-auto/expert_recipe string \
boot-root :: \
1024 200 1024 free \
method{ efi } format{ } \
. \
131072 10000 131072 ext4 \
method{ format } format{ } \
use_filesystem{ } filesystem{ ext4 } \
mountpoint{ / } \
. \
1024 100 1024 linux-swap \
method{ swap } format{ } \
.
Please also mark the comments that contributed to the solution of the article
Content-ID: 52854763980
Url: https://administrator.de/contentid/52854763980
Printed on: December 10, 2024 at 13:12 o'clock