| The Following 7 Users Say Thank You to MohammadAG For This Useful Post: | ||
name = "internal";
partition {
fs_type = "vfat";
prefix = "mydocs";
no_create = true;
}
partition {
size = 2048;
fs_type = "ext3";
prefix = "home";
}
partition {
size = 768;
fs_type = "swap";
| The Following User Says Thank You to pusak gaoq For This Useful Post: | ||