-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
25 lines (19 loc) · 1.06 KB
/
README
File metadata and controls
25 lines (19 loc) · 1.06 KB
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
This package adds to the main partitioning menu of partman an item
`Automatically partition the storage devices'. For each free space
it also adds an item `Automatically partition this free space'.
For a description of the format and use of recipe files and other important
documentation, see debian-installer/doc/devel/partman-auto-recipe.txt
Note that for architecture-specific recipe files, partman-auto will look
in the following places for recipes:
/lib/partman/recipes-<arch>-<subarch>/*
/lib/partman/recipes-<arch>/*
/lib/partman/recipes/*
Partman-auto will use the recipes from the first of these directories
that exists.
Note: In order to compute similar sizes with and witout LVM, the sum
of (PRIORITY - MINIMUM) of lvmok partitions should be equal to 900.
The script build_recipes is not used to build the binary udeb package.
It allows to generate recipe files from a reduced set of values for the
following architectures: default, amd64, amd64/efi, armhf, arm64,
arm64/efi, ppc64el and risc64v.
See the comments at the beginning of the script for use and limitations.