Advertisement
Guest User

Untitled

a guest
Mar 6th, 2020
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.41 KB | None | 0 0
  1. sudo mkinitcpio -P
  2. [sudo] пароль для supercat:
  3. ==> Building image from preset: /etc/mkinitcpio.d/linux-lts.preset: 'default'
  4. -> -k /boot/vmlinuz-linux-lts -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-lts.img
  5. ==> Starting build: 5.4.24-1-lts
  6. -> Running build hook: [base]
  7. -> Running build hook: [udev]
  8. -> Running build hook: [autodetect]
  9. -> Running build hook: [modconf]
  10. -> Running build hook: [block]
  11. -> Running build hook: [filesystems]
  12. -> Running build hook: [keyboard]
  13. -> Running build hook: [fsck]
  14. ==> Generating module dependencies
  15. ==> Creating gzip-compressed initcpio image: /boot/initramfs-linux-lts.img
  16. ==> Image generation successful
  17. ==> Building image from preset: /etc/mkinitcpio.d/linux-lts.preset: 'fallback'
  18. -> -k /boot/vmlinuz-linux-lts -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-lts-fallback.img -S autodetect
  19. ==> Starting build: 5.4.24-1-lts
  20. -> Running build hook: [base]
  21. -> Running build hook: [udev]
  22. -> Running build hook: [modconf]
  23. -> Running build hook: [block]
  24. ==> WARNING: Possibly missing firmware for module: aic94xx
  25. ==> WARNING: Possibly missing firmware for module: wd719x
  26. -> Running build hook: [filesystems]
  27. -> Running build hook: [keyboard]
  28. -> Running build hook: [fsck]
  29. ==> Generating module dependencies
  30. ==> Creating gzip-compressed initcpio image: /boot/initramfs-linux-lts-fallback.img
  31. ==> Image generation successful
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement