红联Linux门户
Linux帮助
当前位置: 红联Linux门户 > Debian

debian定制自动安装ISO

发布时间:2012-09-12 15:32:25来源:红联作者:soulgou
根据网上的教程定制debian602_x64位的自动安装ISO 执行到分区的地方就过不去了 有哪位高手指导下么?

# Partitioning
22 d-i partman-auto/expert_recipe string \
23 boot-root :: \
24 256 50 100 ext3 \
25 $primary{ } $bootable{ } \
26 method{ format } format{ } \
27 use_filesystem{ } filesystem{ ext3 } \
28 mountpoint{ /boot } \
29 . \
30 7000 10000 8000 ext3 \
31 method{ format } format{ } \
32 use_filesystem{ } filesystem{ ext3 } \
33 mountpoint{ / } \
34 . \
35 512 512 200% linux-swap \
36 method{ swap } format{ } \
37 .
38
39 # This makes partman automatically partition without confirmation.
40 d-i partman/confirm_write_new_label boolean true
41 d-i partman/choose_partition \
42 select Finish partitioning and write changes to disk
43 d-i partman/confirm boolean true
文章评论

共有 0 条评论