suppression affichage inutile et wanig resolu
This commit is contained in:
parent
13aa7a28d9
commit
6eb05dc269
@ -10,8 +10,6 @@ swapoff -a
|
|||||||
cryptsetup luksFormat --cipher aes-xts-plain64 --verify-passphrase --key-size 256 /dev/nvme0n1p2
|
cryptsetup luksFormat --cipher aes-xts-plain64 --verify-passphrase --key-size 256 /dev/nvme0n1p2
|
||||||
cryptsetup open /dev/<device> cryptswap
|
cryptsetup open /dev/<device> cryptswap
|
||||||
mkswap /dev/mapper/cryptswap
|
mkswap /dev/mapper/cryptswap
|
||||||
Configure l'espace d'échange (swap) en version 1, taille = 31,1 GiB (33420210176 octets)
|
|
||||||
pas d'étiquette, UUID=4fd1ffc-6d5b-450a-9737-abf1ffb80b1
|
|
||||||
~~~
|
~~~
|
||||||
|
|
||||||
edit : /etc/default/grub
|
edit : /etc/default/grub
|
||||||
@ -40,8 +38,6 @@ cryptswap /dev/nvme0n1p2 none luks
|
|||||||
swapon -a
|
swapon -a
|
||||||
~~~
|
~~~
|
||||||
|
|
||||||
/!\ ici faut trouver comment on recupere le blkid de la partition swap
|
|
||||||
|
|
||||||
~~~
|
~~~
|
||||||
printf "RESUME=UUID=/dev/mapper/cryptswap" | tee /etc/initramfs-tools/conf.d/resume
|
printf "RESUME=UUID=/dev/mapper/cryptswap" | tee /etc/initramfs-tools/conf.d/resume
|
||||||
~~~
|
~~~
|
||||||
|
Loading…
Reference in New Issue
Block a user