File: atomic

package info (click to toggle)
partman-auto 96
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 1,280 kB
  • ctags: 26
  • sloc: sh: 853; makefile: 17
file content (28 lines) | stat: -rw-r--r-- 442 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
partman-auto/text/atomic_scheme ::

1 1 1 free
	$iflabel{ gpt }
	method{ biosgrub } .

128 512 256 ext2
	$defaultignore{ }
	$bootable{ }
	method{ format }
	format{ }
	use_filesystem{ }
	filesystem{ ext2 }
	mountpoint{ /boot } .

900 10000 -1 $default_filesystem
	$lvmok{ }
	$bootable{ }
	method{ format }
	format{ }
	use_filesystem{ }
	$default_filesystem{ }
	mountpoint{ / } .

96 512 200% linux-swap
	$lvmok{ }
	method{ swap }
	format{ } .