首页 > 其他 > 详细

ubunt16 preseed 标准分区

时间:2021-05-20 22:24:27      阅读:24      评论:0      收藏:0      [点我收藏+]

 

 

 

d-i partman-auto/expert_recipe string \
  root :: \
  1000 50 2000 ext3 \
  $primary{ } $bootable{ } \
  method{ format } format{ } \
  use_filesystem{ } filesystem{ ext3 } \
  mountpoint{ /boot } \
  .\
  64 512 10000 linux-swap \
  method{ swap } format{ } \
  . \
  1 600 20000 ext4 \
  method{ format } format{ } \
  use_filesystem{ } filesystem{ ext4 } \
  mountpoint{ /opt } \
  . \
  1 700 35000 ext4 \
  method{ format } format{ } \
  use_filesystem{ } filesystem{ ext4 } \
  mountpoint{ /home } \
  . \

  2 700 35000 ext4 \
  method{ format } format{ } \
  use_filesystem{ } filesystem{ ext4 } \
  mountpoint{ /var } \
  . \

  500 1000 1000000000 ext4 \
  method{ format } format{ } \
  use_filesystem{ } filesystem{ ext4 } \
  mountpoint{ / } \
  .

ubunt16 preseed 标准分区

原文:https://www.cnblogs.com/tozh/p/14790890.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!