氧气💯 旦聃
关注数: 6 粉丝数: 92 发帖数: 986 关注贴吧数: 5
新人求教,为什么分区总是不对. 在preseed中指定了/home和/srv为单独的分区.但是分区完了总是不一样的.nvme的硬盘. ### Partitioning d-i preseed/early_command string umount /media || tru d-i partman-auto/disk string /dev/nvme0n1 d-i partman-auto/method string regular d-i partman/unmount_active boolean true d-i partman-efi/non_efi_system boolean true d-i partman-basicfilesystems/no_swap boolean false d-i partman/confirm_write_new_label boolean true d-i partman/confirm_nooverwrite boolean true d-i partman/confirm boolean true d-i partman-md/device_remove_md boolean true d-i partman-md/confirm boolean true d-i partman-md/confirm_nooverwrite boolean true d-i partman-lvm/device_remove_lvm boolean true d-i partman-lvm/confirm boolean true d-i partman-lvm/confirm_nooverwrite boolean true # GPT Options d-i partman-basicfilesystems/choose_label string gpt d-i partman-basicfilesystems/default_label string gpt d-i partman-partitioning/choose_label string gpt d-i partman-partitioning/default_label string gpt d-i partman/choose_label string gpt d-i partman/default_label string gpt d-i partman-auto/choose_recipe select boot-root-data d-i partman-auto/expert_recipe string \ boot-root-data :: \ 550 500 550 free \ $gptonly{ } \ $reusemethod{ } \ method{ efi } format{ } \ . \ 1024 1000 1024 ext4 \ $gptonly{ } \ device{ /dev/nvme0n1 } \ method{ format } format{ } \ use_filesystem{ } filesystem{ ext4 } \ mountpoint{ /boot } \ . \ 204800 200000 204800 ext4 \ $gptonly{ } \ method{ format } format{ } \ use_filesystem{ } filesystem{ ext4 } \ mountpoint{ / } \ label{ root } \ . \ 102400 100000 102400 ext4 \ $gptonly{ } \ method{ format } format{ } \ use_filesystem{ } filesystem{ ext4 } \ mountpoint{ /srv } \ label{ srv } \ . \ 204800 200000 -1 ext4 \ $gptonly{ } \ method{ format } format{ } \ use_filesystem{ } filesystem{ ext4 } \ mountpoint{ /home } \ label{ home } \ . d-i partman/choose_partition select finish d-i partman-partitioning/confirm_write_new_label boolean true d-i partman/mount_style string uuid 实际上分出来的永远只有3个啊. home和srv完全没有分出来.
1 下一页