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{ } \
.
Bitte markiere auch die Kommentare, die zur Lösung des Beitrags beigetragen haben
Content-ID: 52854763980
Url: https://administrator.de/contentid/52854763980
Ausgedruckt am: 21.11.2024 um 17:11 Uhr