Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
debian:linux [2024/08/22 16:41] thierrydebian:linux [2024/11/27 20:53] (Version actuelle) thierry
Ligne 10: Ligne 10:
 Step 1: Step 1:
  
-$ sudo blkid+  $ sudo blkid
  
 It will list get UUID of each device or partition on your system. Copy the UUID of swap partition. It will list get UUID of each device or partition on your system. Copy the UUID of swap partition.
Ligne 16: Ligne 16:
 Step 2: Step 2:
  
-$ sudo vim /etc/initramfs-tools/conf.d/resume+  $ sudo vim /etc/initramfs-tools/conf.d/resume
  
 Replace the available UUID with paste the UUID which you just copied and save it. Replace the available UUID with paste the UUID which you just copied and save it.
Ligne 22: Ligne 22:
 Step 3: Step 3:
  
-$ sudo update-initramfs -u+  $ sudo update-initramfs -u
  
  
Haut de page