File: atomic

package info (click to toggle)
partman-auto 68
  • links: PTS
  • area: main
  • in suites: etch-m68k
  • size: 1,224 kB
  • ctags: 22
  • sloc: sh: 838; makefile: 43
file content (26 lines) | stat: -rw-r--r-- 406 bytes parent folder | download | duplicates (2)
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
partman-auto/text/atomic_scheme ::

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

500 10000 1000000000 ext3
	$lvmok{ }
	$primary{ }
	$bootable{ }
	method{ format }
	format{ }
	use_filesystem{ }
	filesystem{ ext3 }
	mountpoint{ / } .

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