partman_recipes folder rename

This commit is contained in:
Yorick Barbanneau 2016-10-12 22:30:06 +02:00
parent e2d7664cbc
commit 365658cfa4
2 changed files with 0 additions and 0 deletions

View file

@ -0,0 +1,31 @@
partman-auto/text/atomic_scheme ::
100 100 200 EFS
label{ EFI }
method{ efi }
format{ }
use_filesystem{ }
filesystem{ EFS }
mountpoint{ /boot/efi }
.
15000 4000 20000 ext4
method{ format }
format{ }
use_filesystem{ }
filesystem{ ext4 }
mountpoint{ / }
.
100 10000 -1 ext4
method{ format }
format{ }
use_filesystem{ }
filesystem{ ext4 }
mountpoint{ /home }
.
2100 100 2100 linux-swap
method{ swap }
format{ }
.