partman_recipes folder rename
This commit is contained in:
parent
e2d7664cbc
commit
365658cfa4
2 changed files with 0 additions and 0 deletions
26
partman_recipes/partman
Normal file
26
partman_recipes/partman
Normal file
|
@ -0,0 +1,26 @@
|
|||
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 }
|
||||
.
|
31
partman_recipes/partman_swap
Normal file
31
partman_recipes/partman_swap
Normal 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{ }
|
||||
.
|
Reference in a new issue