Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2020
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.89 KB | None | 0 0
  1. [manjaro /]# mkinitcpio -h
  2. mkinitcpio 27
  3. usage: mkinitcpio [options]
  4.  
  5. Options:
  6. -A, --addhooks <hooks> Add specified hooks, comma separated, to image
  7. -c, --config <config> Use alternate config file. (default: /etc/mkinitcpio.conf)
  8. -g, --generate <path> Generate cpio image and write to specified path
  9. -H, --hookhelp <hookname> Display help for given hook and exit
  10. -h, --help Display this message and exit
  11. -k, --kernel <kernelver> Use specified kernel version (default: 5.4.6-2-MANJARO)
  12. -L, --listhooks List all available hooks
  13. -M, --automods Display modules found via autodetection
  14. -n, --nocolor Disable colorized output messages
  15. -p, --preset <file> Build specified preset from /etc/mkinitcpio.d
  16. -P, --allpresets Process all preset files in /etc/mkinitcpio.d
  17. -r, --moduleroot <dir> Root directory for modules (default: /)
  18. -S, --skiphooks <hooks> Skip specified hooks, comma-separated, during build
  19. -s, --save Save build directory. (default: no)
  20. -d, --generatedir <dir> Write generated image into <dir>
  21. -t, --builddir <dir> Use DIR as the temporary build directory
  22. -D, --hookdir <dir> Specify where to look for hooks.
  23. -V, --version Display version information and exit
  24. -v, --verbose Verbose output (default: no)
  25. -z, --compress <program> Use an alternate compressor on the image
  26.  
  27. [manjaro /]# mkinitcpio -P
  28. ==> Building image from preset: /etc/mkinitcpio.d/linux44.preset: 'default'
  29. -> -k /boot/vmlinuz-4.4-x86_64 -c /etc/mkinitcpio.conf -g /boot/initramfs-4.4-x86_64.img
  30. ==> Starting build: 4.4.210-1-MANJARO
  31. -> Running build hook: [base]
  32. -> Running build hook: [udev]
  33. -> Running build hook: [autodetect]
  34. -> Running build hook: [keymap]
  35. -> Running build hook: [modconf]
  36. -> Running build hook: [block]
  37. -> Running build hook: [encrypt]
  38. ==> ERROR: module not found: `dm_integrity'
  39. -> Running build hook: [lvm2]
  40. -> Running build hook: [filesystems]
  41. -> Running build hook: [keyboard]
  42. -> Running build hook: [fsck]
  43. ==> ERROR: module not found: `dm_integrity'
  44. ==> Generating module dependencies
  45. ==> Creating gzip-compressed initcpio image: /boot/initramfs-4.4-x86_64.img
  46. ==> WARNING: errors were encountered during the build. The image may not be complete.
  47. ==> Building image from preset: /etc/mkinitcpio.d/linux44.preset: 'fallback'
  48. -> -k /boot/vmlinuz-4.4-x86_64 -c /etc/mkinitcpio.conf -g /boot/initramfs-4.4-x86_64-fallback.img -S autodetect
  49. ==> Starting build: 4.4.210-1-MANJARO
  50. -> Running build hook: [base]
  51. -> Running build hook: [udev]
  52. -> Running build hook: [keymap]
  53. -> Running build hook: [modconf]
  54. -> Running build hook: [block]
  55. -> Running build hook: [encrypt]
  56. ==> ERROR: module not found: `dm_integrity'
  57. -> Running build hook: [lvm2]
  58. -> Running build hook: [filesystems]
  59. -> Running build hook: [keyboard]
  60. -> Running build hook: [fsck]
  61. ==> ERROR: module not found: `dm_integrity'
  62. ==> Generating module dependencies
  63. ==> Creating gzip-compressed initcpio image: /boot/initramfs-4.4-x86_64-fallback.img
  64. ==> WARNING: errors were encountered during the build. The image may not be complete.
  65. ==> Building image from preset: /etc/mkinitcpio.d/linux49.preset: 'default'
  66. -> -k /boot/vmlinuz-4.9-x86_64 -c /etc/mkinitcpio.conf -g /boot/initramfs-4.9-x86_64.img
  67. ==> Starting build: 4.9.210-1-MANJARO
  68. -> Running build hook: [base]
  69. -> Running build hook: [udev]
  70. -> Running build hook: [autodetect]
  71. -> Running build hook: [keymap]
  72. -> Running build hook: [modconf]
  73. -> Running build hook: [block]
  74. -> Running build hook: [encrypt]
  75. ==> ERROR: module not found: `dm_integrity'
  76. -> Running build hook: [lvm2]
  77. -> Running build hook: [filesystems]
  78. -> Running build hook: [keyboard]
  79. -> Running build hook: [fsck]
  80. ==> ERROR: module not found: `dm_integrity'
  81. ==> Generating module dependencies
  82. ==> Creating gzip-compressed initcpio image: /boot/initramfs-4.9-x86_64.img
  83. ==> WARNING: errors were encountered during the build. The image may not be complete.
  84. ==> Building image from preset: /etc/mkinitcpio.d/linux49.preset: 'fallback'
  85. -> -k /boot/vmlinuz-4.9-x86_64 -c /etc/mkinitcpio.conf -g /boot/initramfs-4.9-x86_64-fallback.img -S autodetect
  86. ==> Starting build: 4.9.210-1-MANJARO
  87. -> Running build hook: [base]
  88. -> Running build hook: [udev]
  89. -> Running build hook: [keymap]
  90. -> Running build hook: [modconf]
  91. -> Running build hook: [block]
  92. -> Running build hook: [encrypt]
  93. ==> ERROR: module not found: `dm_integrity'
  94. -> Running build hook: [lvm2]
  95. -> Running build hook: [filesystems]
  96. -> Running build hook: [keyboard]
  97. -> Running build hook: [fsck]
  98. ==> ERROR: module not found: `dm_integrity'
  99. ==> Generating module dependencies
  100. ==> Creating gzip-compressed initcpio image: /boot/initramfs-4.9-x86_64-fallback.img
  101. ==> WARNING: errors were encountered during the build. The image may not be complete.
  102. ==> Building image from preset: /etc/mkinitcpio.d/linux53.preset: 'default'
  103. -> -k /boot/vmlinuz-5.3-x86_64 -c /etc/mkinitcpio.conf -g /boot/initramfs-5.3-x86_64.img
  104. ==> Starting build: 5.3.18-1-MANJARO
  105. -> Running build hook: [base]
  106. -> Running build hook: [udev]
  107. -> Running build hook: [autodetect]
  108. -> Running build hook: [keymap]
  109. -> Running build hook: [modconf]
  110. -> Running build hook: [block]
  111. -> Running build hook: [encrypt]
  112. -> Running build hook: [lvm2]
  113. -> Running build hook: [filesystems]
  114. -> Running build hook: [keyboard]
  115. -> Running build hook: [fsck]
  116. ==> Generating module dependencies
  117. ==> Creating gzip-compressed initcpio image: /boot/initramfs-5.3-x86_64.img
  118. ==> Image generation successful
  119. ==> Building image from preset: /etc/mkinitcpio.d/linux53.preset: 'fallback'
  120. -> -k /boot/vmlinuz-5.3-x86_64 -c /etc/mkinitcpio.conf -g /boot/initramfs-5.3-x86_64-fallback.img -S autodetect
  121. ==> Starting build: 5.3.18-1-MANJARO
  122. -> Running build hook: [base]
  123. -> Running build hook: [udev]
  124. -> Running build hook: [keymap]
  125. -> Running build hook: [modconf]
  126. -> Running build hook: [block]
  127. -> Running build hook: [encrypt]
  128. -> Running build hook: [lvm2]
  129. -> Running build hook: [filesystems]
  130. -> Running build hook: [keyboard]
  131. -> Running build hook: [fsck]
  132. ==> Generating module dependencies
  133. ==> Creating gzip-compressed initcpio image: /boot/initramfs-5.3-x86_64-fallback.img
  134. ==> Image generation successful
  135. ==> Building image from preset: /etc/mkinitcpio.d/linux54.preset: 'default'
  136. -> -k /boot/vmlinuz-5.4-x86_64 -c /etc/mkinitcpio.conf -g /boot/initramfs-5.4-x86_64.img
  137. ==> Starting build: 5.4.13-3-MANJARO
  138. -> Running build hook: [base]
  139. -> Running build hook: [udev]
  140. -> Running build hook: [autodetect]
  141. -> Running build hook: [keymap]
  142. -> Running build hook: [modconf]
  143. -> Running build hook: [block]
  144. -> Running build hook: [encrypt]
  145. -> Running build hook: [lvm2]
  146. -> Running build hook: [filesystems]
  147. -> Running build hook: [keyboard]
  148. -> Running build hook: [fsck]
  149. ==> Generating module dependencies
  150. ==> Creating gzip-compressed initcpio image: /boot/initramfs-5.4-x86_64.img
  151. ==> Image generation successful
  152. ==> Building image from preset: /etc/mkinitcpio.d/linux54.preset: 'fallback'
  153. -> -k /boot/vmlinuz-5.4-x86_64 -c /etc/mkinitcpio.conf -g /boot/initramfs-5.4-x86_64-fallback.img -S autodetect
  154. ==> Starting build: 5.4.13-3-MANJARO
  155. -> Running build hook: [base]
  156. -> Running build hook: [udev]
  157. -> Running build hook: [keymap]
  158. -> Running build hook: [modconf]
  159. -> Running build hook: [block]
  160. -> Running build hook: [encrypt]
  161. -> Running build hook: [lvm2]
  162. -> Running build hook: [filesystems]
  163. -> Running build hook: [keyboard]
  164. -> Running build hook: [fsck]
  165. ==> Generating module dependencies
  166. ==> Creating gzip-compressed initcpio image: /boot/initramfs-5.4-x86_64-fallback.img
  167. ==> Image generation successful
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement