Advertisement
silver2row

update-initramfs -u ideas

Jul 29th, 2020
1,701
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.21 KB | None | 0 0
  1. EXAMPLES
  2.        Update the initramfs of the newest kernel:
  3.  
  4.        update-initramfs -u
  5.  
  6.        Create the initramfs for a specific kernel:
  7.  
  8.        update-initramfs -c -k 2.6.18-1-686
  9.  
  10. ...From Ubuntu Man pages...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement