Size: 987
Comment: update link svn -> salsa
|
Size: 983
Comment: drop alioth URL params too, update other links, whitespace cleanup
|
Deletions are marked like this. | Additions are marked like this. |
Line 2: | Line 2: |
Line 6: | Line 5: |
* automatic disk partitioning [[https://salsa.debian.org/installer-team/debian-installer/-/blob/master/doc/devel/partman-auto-recipe.txt?op=file&rev=0&sc=0|recipes]] | * automatic disk partitioning [[https://salsa.debian.org/installer-team/debian-installer/-/blob/master/doc/devel/partman-auto-recipe.txt|recipes]] |
Line 8: | Line 7: |
* [[http://lists.debian.org/debian-boot/2008/02/msg00819.html|How to bypass partman during installation in d-i?]] * [[http://www.enricozini.org/2008/tips/d-i-conditional-partitioning.html|Conditional partitioning in debian-installer]] |
* [[https://lists.debian.org/msgid-search/200802202047.51645.elendil@planet.nl|How to bypass partman during installation in d-i?]] * [[https://www.enricozini.org/blog/2008/tips/d-i-conditional-partitioning/|Conditional partitioning in debian-installer]] |
Line 21: | Line 20: |
* create the file `/etc/fstab` ( the definition of the mount positions of the filesystems ) | * create the file `/etc/fstab` (the definition of the mount positions of the filesystems) |
Information about partman
source - https://salsa.debian.org/installer-team/d-i.git debian-installer
see also DebianInstaller/CheckOut details
automatic disk partitioning recipes
DebianInstaller/PartmanPrc Partion Recipe Calculator
functions
This is what the partman d-i module does:
interact with the user on a different way then using debconf
- "partitioning"
- create partitions
- delete partitions
- resize partitions
- create filesystems in the partitions
create the file /etc/fstab (the definition of the mount positions of the filesystems)