Advertisement
Guest User

Untitled

a guest
May 26th, 2016
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 32.58 KB | None | 0 0
  1. Last login: Thu May 26 13:41:40 2016
  2. root@archiso ~ # timedatectl set-ntp 1
  3. root@archiso ~ # parted -s /dev/sda mktable msdos mkpart primary 0% 100% set 1 lvm on
  4. root@archiso ~ # pvcreate /dev/sda1
  5. Physical volume "/dev/sda1" successfully created.
  6. root@archiso ~ # vgcreate vg00 /dev/sda1
  7. Volume group "vg00" successfully created
  8. root@archiso ~ # lvcreate -L 256M vg00 -n boot
  9. Logical volume "boot" created.
  10. root@archiso ~ # lvcreate -L 2G vg00 -n swap
  11. Logical volume "swap" created.
  12. root@archiso ~ # lvcreate -l 100%FREE vg00 -n root
  13. Logical volume "root" created.
  14. root@archiso ~ # mkswap /dev/mapper/vg00-swap
  15. Setting up swapspace version 1, size = 2 GiB (2147479552 bytes)
  16. no label, UUID=98eb59fc-02f2-417a-a79e-3e385fd9621c
  17. root@archiso ~ # swapon /dev/mapper/vg00-swap
  18. root@archiso ~ # mkfs.ext4 /dev/mapper/vg00-boot
  19. mke2fs 1.42.13 (17-May-2015)
  20. Creating filesystem with 262144 1k blocks and 65536 inodes
  21. Filesystem UUID: 9f83ce81-fe0a-4bca-911a-b50f822cd16d
  22. Superblock backups stored on blocks:
  23. 8193, 24577, 40961, 57345, 73729, 204801, 221185
  24.  
  25. Allocating group tables: done
  26. Writing inode tables: done
  27. Creating journal (8192 blocks): done
  28. Writing superblocks and filesystem accounting information: done
  29.  
  30. root@archiso ~ # mkfs.ext4 /dev/mapper/vg00-root
  31. mke2fs 1.42.13 (17-May-2015)
  32. Creating filesystem with 4652032 4k blocks and 1163264 inodes
  33. Filesystem UUID: b3c037ab-f3a0-46e3-96d4-00afbff4e695
  34. Superblock backups stored on blocks:
  35. 32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632, 2654208,
  36. 4096000
  37.  
  38. Allocating group tables: done
  39. Writing inode tables: done
  40. Creating journal (32768 blocks): done
  41. Writing superblocks and filesystem accounting information: done
  42.  
  43. root@archiso ~ # mount /dev/mapper/vg00-root /mnt
  44. root@archiso ~ # mkdir /mnt/boot
  45. root@archiso ~ # mount /dev/mapper/vg00-boot /mnt/boot
  46. root@archiso ~ # pacstrap /mnt base grub
  47. ==> Creating install root at /mnt
  48. ==> Installing packages to /mnt
  49. :: Synchronizing package databases...
  50. core 120.2 KiB 346K/s 00:00 [######################] 100%
  51. extra 1753.2 KiB 926K/s 00:02 [######################] 100%
  52. community 3.5 MiB 855K/s 00:04 [######################] 100%
  53. :: There are 50 members in group base:
  54. :: Repository core
  55. 1) bash 2) bzip2 3) coreutils 4) cryptsetup 5) device-mapper 6) dhcpcd
  56. 7) diffutils 8) e2fsprogs 9) file 10) filesystem 11) findutils 12) gawk
  57. 13) gcc-libs 14) gettext 15) glibc 16) grep 17) gzip 18) inetutils
  58. 19) iproute2 20) iputils 21) jfsutils 22) less 23) licenses 24) linux
  59. 25) logrotate 26) lvm2 27) man-db 28) man-pages 29) mdadm 30) nano
  60. 31) netctl 32) pacman 33) pciutils 34) pcmciautils 35) perl
  61. 36) procps-ng 37) psmisc 38) reiserfsprogs 39) s-nail 40) sed
  62. 41) shadow 42) sysfsutils 43) systemd-sysvcompat 44) tar 45) texinfo
  63. 46) usbutils 47) util-linux 48) vi 49) which 50) xfsprogs
  64.  
  65. Enter a selection (default=all):
  66. resolving dependencies...
  67. looking for conflicting packages...
  68.  
  69. Packages (127) acl-2.2.52-2 archlinux-keyring-20160402-1 attr-2.4.47-1
  70. ca-certificates-20160507-1 ca-certificates-cacert-20140824-3
  71. ca-certificates-mozilla-3.23-4 ca-certificates-utils-20160507-1
  72. cracklib-2.9.6-1 curl-7.48.0-1 db-5.3.28-3 dbus-1.10.8-1
  73. expat-2.1.1-2 gdbm-1.11-1 glib2-2.48.1-1 gmp-6.1.0-4
  74. gnupg-2.1.12-2 gnutls-3.4.11-2 gpgme-1.6.0-2 groff-1.22.3-6
  75. hwids-20160306-1 iana-etc-20160513-1 iptables-1.6.0-1
  76. kbd-2.0.3-1 keyutils-1.5.9-1 kmod-22-1 krb5-1.13.2-3
  77. libaio-0.3.110-1 libarchive-3.1.2-8 libassuan-2.4.2-2
  78. libcap-2.25-1 libdbus-1.10.8-1 libelf-0.166-1 libffi-3.2.1-1
  79. libgcrypt-1.7.0-2 libgpg-error-1.22-1 libidn-1.32-1
  80. libksba-1.3.4-1 libldap-2.4.44-1 libmnl-1.0.3-2
  81. libnftnl-1.0.5-1 libpipeline-1.4.1-1 libsasl-2.1.26-7
  82. libseccomp-2.3.1-1 libssh2-1.7.0-2 libsystemd-229-3
  83. libtasn1-4.8-2 libtirpc-1.0.1-2 libunistring-0.9.6-1
  84. libusb-1.0.20-1 libutil-linux-2.28-1 linux-api-headers-4.5.5-1
  85. linux-firmware-20160315.deb1d83-1 lz4-131-1 lzo-2.09-1
  86. mkinitcpio-19-1 mkinitcpio-busybox-1.24.1-1 mpfr-3.1.4.p1-1
  87. ncurses-6.0-4 nettle-3.2-2 npth-1.2-1 openresolv-3.7.2-1
  88. openssl-1.0.2.h-1 p11-kit-0.23.2-1
  89. pacman-mirrorlist-20160524-1 pam-1.2.1-3 pambase-20130928-1
  90. pcre-8.38-3 pinentry-0.9.7-2 popt-1.16-8 readline-6.3.008-3
  91. sqlite-3.13.0-1 systemd-229-3 thin-provisioning-tools-0.6.1-2
  92. tzdata-2016d-1 xz-5.2.2-1 zlib-1.2.8-4 bash-4.3.042-4
  93. bzip2-1.0.6-5 coreutils-8.25-2 cryptsetup-1.7.1-1
  94. device-mapper-2.02.150-1 dhcpcd-6.10.3-1 diffutils-3.3-3
  95. e2fsprogs-1.42.13-1 file-5.27-1 filesystem-2015.09-1
  96. findutils-4.6.0-1 gawk-4.1.3-1 gcc-libs-6.1.1-1
  97. gettext-0.19.7-1 glibc-2.23-4 grep-2.25-2 grub-1:2.02.beta2-6
  98. gzip-1.8-2 inetutils-1.9.4-2 iproute2-4.5.0-2
  99. iputils-20160308.0db72a4-1 jfsutils-1.1.15-4 less-481-2
  100. licenses-20140629-1 linux-4.5.4-1 logrotate-3.9.2-1
  101. lvm2-2.02.150-1 man-db-2.7.5-2 man-pages-4.06-1 mdadm-3.4-1
  102. nano-2.5.3-2 netctl-1.11-1 pacman-5.0.1-4 pciutils-3.4.1-1
  103. pcmciautils-018-7 perl-5.22.2-1 procps-ng-3.3.11-2
  104. psmisc-22.21-3 reiserfsprogs-3.6.24-1 s-nail-14.8.8-1
  105. sed-4.2.2-4 shadow-4.2.1-3 sysfsutils-2.1.0-9
  106. systemd-sysvcompat-229-3 tar-1.29-1 texinfo-6.1-3
  107. usbutils-008-1 util-linux-2.28-1 vi-1:070224-2 which-2.21-2
  108. xfsprogs-4.5.0-1
  109.  
  110. Total Download Size: 194.50 MiB
  111. Total Installed Size: 642.23 MiB
  112.  
  113. :: Proceed with installation? [Y/n]
  114. :: Retrieving packages...
  115. linux-api-headers-4... 788.6 KiB 937K/s 00:01 [######################] 100%
  116. tzdata-2016d-1-any 215.3 KiB 893K/s 00:00 [######################] 100%
  117. iana-etc-20160513-1-any 352.2 KiB 735K/s 00:00 [######################] 100%
  118. filesystem-2015.09-... 8.8 KiB 0.00B/s 00:00 [######################] 100%
  119. glibc-2.23-4-x86_64 8.1 MiB 887K/s 00:09 [######################] 100%
  120. gcc-libs-6.1.1-1-x86_64 14.9 MiB 1748K/s 00:09 [######################] 100%
  121. ncurses-6.0-4-x86_64 1010.5 KiB 1217K/s 00:01 [######################] 100%
  122. readline-6.3.008-3-... 281.9 KiB 796K/s 00:00 [######################] 100%
  123. bash-4.3.042-4-x86_64 1239.9 KiB 877K/s 00:01 [######################] 100%
  124. bzip2-1.0.6-5-x86_64 51.8 KiB 12.6M/s 00:00 [######################] 100%
  125. attr-2.4.47-1-x86_64 69.2 KiB 9.65M/s 00:00 [######################] 100%
  126. acl-2.2.52-2-x86_64 130.7 KiB 369K/s 00:00 [######################] 100%
  127. gmp-6.1.0-4-x86_64 379.1 KiB 802K/s 00:00 [######################] 100%
  128. libcap-2.25-1-x86_64 37.9 KiB 12.3M/s 00:00 [######################] 100%
  129. gdbm-1.11-1-x86_64 132.1 KiB 1091K/s 00:00 [######################] 100%
  130. db-5.3.28-3-x86_64 1097.6 KiB 623K/s 00:02 [######################] 100%
  131. perl-5.22.2-1-x86_64 12.9 MiB 1162K/s 00:11 [######################] 100%
  132. openssl-1.0.2.h-1-x... 2.7 MiB 1385K/s 00:02 [######################] 100%
  133. coreutils-8.25-2-x86_64 2.1 MiB 1220K/s 00:02 [######################] 100%
  134. libgpg-error-1.22-1... 134.0 KiB 125K/s 00:01 [######################] 100%
  135. libgcrypt-1.7.0-2-x... 463.6 KiB 775K/s 00:01 [######################] 100%
  136. lz4-131-1-x86_64 65.2 KiB 10.6M/s 00:00 [######################] 100%
  137. xz-5.2.2-1-x86_64 227.0 KiB 930K/s 00:00 [######################] 100%
  138. libsystemd-229-3-x86_64 326.2 KiB 684K/s 00:00 [######################] 100%
  139. libdbus-1.10.8-1-x86_64 141.7 KiB 598K/s 00:00 [######################] 100%
  140. expat-2.1.1-2-x86_64 77.3 KiB 644K/s 00:00 [######################] 100%
  141. dbus-1.10.8-1-x86_64 311.7 KiB 658K/s 00:00 [######################] 100%
  142. iptables-1.6.0-1-x86_64 304.1 KiB 647K/s 00:00 [######################] 100%
  143. zlib-1.2.8-4-x86_64 80.3 KiB 664K/s 00:00 [######################] 100%
  144. cracklib-2.9.6-1-x86_64 249.9 KiB 706K/s 00:00 [######################] 100%
  145. libutil-linux-2.28-... 304.3 KiB 850K/s 00:00 [######################] 100%
  146. e2fsprogs-1.42.13-1... 774.8 KiB 730K/s 00:01 [######################] 100%
  147. libsasl-2.1.26-7-x86_64 134.2 KiB 1118K/s 00:00 [######################] 100%
  148. libldap-2.4.44-1-x86_64 289.0 KiB 810K/s 00:00 [######################] 100%
  149. keyutils-1.5.9-1-x86_64 76.5 KiB 654K/s 00:00 [######################] 100%
  150. krb5-1.13.2-3-x86_64 1098.1 KiB 680K/s 00:02 [######################] 100%
  151. libtirpc-1.0.1-2-x86_64 171.5 KiB 733K/s 00:00 [######################] 100%
  152. pambase-20130928-1-any 1708.0 B 0.00B/s 00:00 [######################] 100%
  153. pam-1.2.1-3-x86_64 606.7 KiB 640K/s 00:01 [######################] 100%
  154. kbd-2.0.3-1-x86_64 1121.9 KiB 677K/s 00:02 [######################] 100%
  155. kmod-22-1-x86_64 108.6 KiB 883K/s 00:00 [######################] 100%
  156. hwids-20160306-1-any 326.9 KiB 700K/s 00:00 [######################] 100%
  157. pcre-8.38-3-x86_64 910.2 KiB 773K/s 00:01 [######################] 100%
  158. less-481-2-x86_64 91.9 KiB 262K/s 00:00 [######################] 100%
  159. gzip-1.8-2-x86_64 75.8 KiB 654K/s 00:00 [######################] 100%
  160. texinfo-6.1-3-x86_64 1161.0 KiB 689K/s 00:02 [######################] 100%
  161. libidn-1.32-1-x86_64 186.7 KiB 778K/s 00:00 [######################] 100%
  162. libelf-0.166-1-x86_64 369.5 KiB 621K/s 00:01 [######################] 100%
  163. libseccomp-2.3.1-1-... 66.6 KiB 21.7M/s 00:00 [######################] 100%
  164. shadow-4.2.1-3-x86_64 1071.6 KiB 648K/s 00:02 [######################] 100%
  165. util-linux-2.28-1-x... 1749.8 KiB 736K/s 00:02 [######################] 100%
  166. systemd-229-3-x86_64 5.4 MiB 778K/s 00:07 [######################] 100%
  167. device-mapper-2.02.... 268.3 KiB 758K/s 00:00 [######################] 100%
  168. popt-1.16-8-x86_64 65.5 KiB 21.3M/s 00:00 [######################] 100%
  169. cryptsetup-1.7.1-1-... 230.6 KiB 957K/s 00:00 [######################] 100%
  170. dhcpcd-6.10.3-1-x86_64 154.2 KiB 659K/s 00:00 [######################] 100%
  171. diffutils-3.3-3-x86_64 177.0 KiB 747K/s 00:00 [######################] 100%
  172. file-5.27-1-x86_64 243.6 KiB 680K/s 00:00 [######################] 100%
  173. findutils-4.6.0-1-x... 421.2 KiB 705K/s 00:01 [######################] 100%
  174. mpfr-3.1.4.p1-1-x86_64 252.7 KiB 716K/s 00:00 [######################] 100%
  175. gawk-4.1.3-1-x86_64 961.9 KiB 680K/s 00:01 [######################] 100%
  176. libffi-3.2.1-1-x86_64 30.7 KiB 0.00B/s 00:00 [######################] 100%
  177. glib2-2.48.1-1-x86_64 2.1 MiB 789K/s 00:03 [######################] 100%
  178. libunistring-0.9.6-... 493.6 KiB 701K/s 00:01 [######################] 100%
  179. gettext-0.19.7-1-x86_64 2008.9 KiB 814K/s 00:02 [######################] 100%
  180. grep-2.25-2-x86_64 201.5 KiB 850K/s 00:00 [######################] 100%
  181. inetutils-1.9.4-2-x... 284.7 KiB 797K/s 00:00 [######################] 100%
  182. iproute2-4.5.0-2-x86_64 622.3 KiB 754K/s 00:01 [######################] 100%
  183. sysfsutils-2.1.0-9-... 30.2 KiB 7.37M/s 00:00 [######################] 100%
  184. iputils-20160308.0d... 73.3 KiB 23.9M/s 00:00 [######################] 100%
  185. jfsutils-1.1.15-4-x... 167.5 KiB 707K/s 00:00 [######################] 100%
  186. licenses-20140629-1-any 62.0 KiB 10.1M/s 00:00 [######################] 100%
  187. linux-firmware-2016... 35.0 MiB 1421K/s 00:25 [######################] 100%
  188. mkinitcpio-busybox-... 153.5 KiB 124K/s 00:01 [######################] 100%
  189. lzo-2.09-1-x86_64 79.4 KiB 12.9M/s 00:00 [######################] 100%
  190. libarchive-3.1.2-8-... 539.4 KiB 766K/s 00:01 [######################] 100%
  191. mkinitcpio-19-1-any 37.4 KiB 12.2M/s 00:00 [######################] 100%
  192. linux-4.5.4-1-x86_64 58.1 MiB 1569K/s 00:38 [######################] 100%
  193. logrotate-3.9.2-1-x... 36.1 KiB 0.00B/s 00:00 [######################] 100%
  194. libaio-0.3.110-1-x86_64 4.4 KiB 0.00B/s 00:00 [######################] 100%
  195. thin-provisioning-t... 365.9 KiB 1014K/s 00:00 [######################] 100%
  196. lvm2-2.02.150-1-x86_64 1026.6 KiB 962K/s 00:01 [######################] 100%
  197. groff-1.22.3-6-x86_64 1836.6 KiB 822K/s 00:02 [######################] 100%
  198. libpipeline-1.4.1-1... 36.2 KiB 0.00B/s 00:00 [######################] 100%
  199. man-db-2.7.5-2-x86_64 383.1 KiB 808K/s 00:00 [######################] 100%
  200. man-pages-4.06-1-any 5.5 MiB 848K/s 00:07 [######################] 100%
  201. mdadm-3.4-1-x86_64 384.5 KiB 808K/s 00:00 [######################] 100%
  202. nano-2.5.3-2-x86_64 408.6 KiB 853K/s 00:00 [######################] 100%
  203. openresolv-3.7.2-1-any 18.3 KiB 5.95M/s 00:00 [######################] 100%
  204. netctl-1.11-1-any 35.5 KiB 0.00B/s 00:00 [######################] 100%
  205. libtasn1-4.8-2-x86_64 106.3 KiB 448K/s 00:00 [######################] 100%
  206. p11-kit-0.23.2-1-x86_64 265.5 KiB 744K/s 00:00 [######################] 100%
  207. ca-certificates-uti... 7.6 KiB 2.48M/s 00:00 [######################] 100%
  208. ca-certificates-moz... 355.7 KiB 749K/s 00:00 [######################] 100%
  209. ca-certificates-cac... 7.0 KiB 0.00B/s 00:00 [######################] 100%
  210. ca-certificates-201... 1864.0 B 0.00B/s 00:00 [######################] 100%
  211. libssh2-1.7.0-2-x86_64 179.5 KiB 503K/s 00:00 [######################] 100%
  212. curl-7.48.0-1-x86_64 805.6 KiB 829K/s 00:01 [######################] 100%
  213. npth-1.2-1-x86_64 12.0 KiB 0.00B/s 00:00 [######################] 100%
  214. libksba-1.3.4-1-x86_64 114.7 KiB 163K/s 00:01 [######################] 100%
  215. libassuan-2.4.2-2-x... 84.4 KiB 703K/s 00:00 [######################] 100%
  216. pinentry-0.9.7-2-x86_64 89.4 KiB 253K/s 00:00 [######################] 100%
  217. nettle-3.2-2-x86_64 322.2 KiB 680K/s 00:00 [######################] 100%
  218. gnutls-3.4.11-2-x86_64 2.1 MiB 665K/s 00:03 [######################] 100%
  219. sqlite-3.13.0-1-x86_64 1255.3 KiB 665K/s 00:02 [######################] 100%
  220. gnupg-2.1.12-2-x86_64 1796.6 KiB 762K/s 00:02 [######################] 100%
  221. gpgme-1.6.0-2-x86_64 234.9 KiB 671K/s 00:00 [######################] 100%
  222. pacman-mirrorlist-2... 5.5 KiB 0.00B/s 00:00 [######################] 100%
  223. archlinux-keyring-2... 576.7 KiB 613K/s 00:01 [######################] 100%
  224. pacman-5.0.1-4-x86_64 732.0 KiB 770K/s 00:01 [######################] 100%
  225. pciutils-3.4.1-1-x86_64 80.6 KiB 7.87M/s 00:00 [######################] 100%
  226. pcmciautils-018-7-x... 19.7 KiB 4.81M/s 00:00 [######################] 100%
  227. procps-ng-3.3.11-2-... 295.6 KiB 837K/s 00:00 [######################] 100%
  228. psmisc-22.21-3-x86_64 101.3 KiB 435K/s 00:00 [######################] 100%
  229. reiserfsprogs-3.6.2... 203.7 KiB 566K/s 00:00 [######################] 100%
  230. s-nail-14.8.8-1-x86_64 306.7 KiB 650K/s 00:00 [######################] 100%
  231. sed-4.2.2-4-x86_64 124.0 KiB 1051K/s 00:00 [######################] 100%
  232. systemd-sysvcompat-... 7.2 KiB 0.00B/s 00:00 [######################] 100%
  233. tar-1.29-1-x86_64 674.1 KiB 704K/s 00:01 [######################] 100%
  234. libusb-1.0.20-1-x86_64 52.6 KiB 17.1M/s 00:00 [######################] 100%
  235. usbutils-008-1-x86_64 61.3 KiB 8.55M/s 00:00 [######################] 100%
  236. vi-1:070224-2-x86_64 148.0 KiB 1156K/s 00:00 [######################] 100%
  237. which-2.21-2-x86_64 15.5 KiB 0.00B/s 00:00 [######################] 100%
  238. xfsprogs-4.5.0-1-x86_64 739.6 KiB 779K/s 00:01 [######################] 100%
  239. grub-1:2.02.beta2-6... 5.8 MiB 945K/s 00:06 [######################] 100%
  240. libmnl-1.0.3-2-x86_64 9.3 KiB 0.00B/s 00:00 [######################] 100%
  241. libnftnl-1.0.5-1-x86_64 48.0 KiB 11.7M/s 00:00 [######################] 100%
  242. (127/127) checking keys in keyring [######################] 100%
  243. (127/127) checking package integrity [######################] 100%
  244. (127/127) loading package files [######################] 100%
  245. (127/127) checking for file conflicts [######################] 100%
  246. (127/127) checking available disk space [######################] 100%
  247. :: Processing package changes...
  248. ( 1/127) installing linux-api-headers [######################] 100%
  249. ( 2/127) installing tzdata [######################] 100%
  250. ( 3/127) installing iana-etc [######################] 100%
  251. ( 4/127) installing filesystem [######################] 100%
  252. ( 5/127) installing glibc [######################] 100%
  253. ( 6/127) installing gcc-libs [######################] 100%
  254. ( 7/127) installing ncurses [######################] 100%
  255. ( 8/127) installing readline [######################] 100%
  256. ( 9/127) installing bash [######################] 100%
  257. Optional dependencies for bash
  258. bash-completion: for tab completion
  259. ( 10/127) installing bzip2 [######################] 100%
  260. ( 11/127) installing attr [######################] 100%
  261. ( 12/127) installing acl [######################] 100%
  262. ( 13/127) installing gmp [######################] 100%
  263. ( 14/127) installing libcap [######################] 100%
  264. ( 15/127) installing gdbm [######################] 100%
  265. ( 16/127) installing db [######################] 100%
  266. ( 17/127) installing perl [######################] 100%
  267. ( 18/127) installing openssl [######################] 100%
  268. Optional dependencies for openssl
  269. ca-certificates [pending]
  270. ( 19/127) installing coreutils [######################] 100%
  271. ( 20/127) installing libgpg-error [######################] 100%
  272. ( 21/127) installing libgcrypt [######################] 100%
  273. ( 22/127) installing lz4 [######################] 100%
  274. ( 23/127) installing xz [######################] 100%
  275. ( 24/127) installing libsystemd [######################] 100%
  276. ( 25/127) installing libdbus [######################] 100%
  277. ( 26/127) installing expat [######################] 100%
  278. ( 27/127) installing dbus [######################] 100%
  279. Optional dependencies for dbus
  280. libx11: dbus-launch support
  281. ( 28/127) installing libmnl [######################] 100%
  282. ( 29/127) installing libnftnl [######################] 100%
  283. ( 30/127) installing iptables [######################] 100%
  284. ( 31/127) installing zlib [######################] 100%
  285. ( 32/127) installing cracklib [######################] 100%
  286. ( 33/127) installing libutil-linux [######################] 100%
  287. ( 34/127) installing e2fsprogs [######################] 100%
  288. ( 35/127) installing libsasl [######################] 100%
  289. ( 36/127) installing libldap [######################] 100%
  290. ( 37/127) installing keyutils [######################] 100%
  291. ( 38/127) installing krb5 [######################] 100%
  292. ( 39/127) installing libtirpc [######################] 100%
  293. ( 40/127) installing pambase [######################] 100%
  294. ( 41/127) installing pam [######################] 100%
  295. ( 42/127) installing kbd [######################] 100%
  296. ( 43/127) installing kmod [######################] 100%
  297. ( 44/127) installing hwids [######################] 100%
  298. ( 45/127) installing pcre [######################] 100%
  299. ( 46/127) installing less [######################] 100%
  300. ( 47/127) installing gzip [######################] 100%
  301. ( 48/127) installing texinfo [######################] 100%
  302. ( 49/127) installing libidn [######################] 100%
  303. ( 50/127) installing libelf [######################] 100%
  304. ( 51/127) installing libseccomp [######################] 100%
  305. ( 52/127) installing shadow [######################] 100%
  306. ( 53/127) installing util-linux [######################] 100%
  307. Optional dependencies for util-linux
  308. python: python bindings to libmount
  309. ( 54/127) installing systemd [######################] 100%
  310. Initializing machine ID from random generator.
  311. Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service, pointing to /usr/lib/systemd/system/getty@.service.
  312. Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target, pointing to /usr/lib/systemd/system/remote-fs.target.
  313. :: Append 'init=/usr/lib/systemd/systemd' to your kernel command line in your
  314. bootloader to replace sysvinit with systemd, or install systemd-sysvcompat
  315. Optional dependencies for systemd
  316. cryptsetup: required for encrypted block devices [pending]
  317. libmicrohttpd: remote journald capabilities
  318. quota-tools: kernel-level quota management
  319. systemd-sysvcompat: symlink package to provide sysvinit binaries [pending]
  320. polkit: allow administration as unprivileged user
  321. ( 55/127) installing device-mapper [######################] 100%
  322. ( 56/127) installing popt [######################] 100%
  323. ( 57/127) installing cryptsetup [######################] 100%
  324. ( 58/127) installing dhcpcd [######################] 100%
  325. Optional dependencies for dhcpcd
  326. openresolv: resolvconf support [pending]
  327. ( 59/127) installing diffutils [######################] 100%
  328. ( 60/127) installing file [######################] 100%
  329. ( 61/127) installing findutils [######################] 100%
  330. ( 62/127) installing mpfr [######################] 100%
  331. ( 63/127) installing gawk [######################] 100%
  332. ( 64/127) installing libffi [######################] 100%
  333. ( 65/127) installing glib2 [######################] 100%
  334. Optional dependencies for glib2
  335. python: for gdbus-codegen and gtester-report
  336. libelf: gresource inspection tool [installed]
  337. ( 66/127) installing libunistring [######################] 100%
  338. ( 67/127) installing gettext [######################] 100%
  339. Optional dependencies for gettext
  340. git: for autopoint infrastructure updates
  341. ( 68/127) installing grep [######################] 100%
  342. ( 69/127) installing inetutils [######################] 100%
  343. ( 70/127) installing iproute2 [######################] 100%
  344. Optional dependencies for iproute2
  345. linux-atm: ATM support
  346. ( 71/127) installing sysfsutils [######################] 100%
  347. ( 72/127) installing iputils [######################] 100%
  348. Optional dependencies for iputils
  349. xinetd: for tftpd
  350. ( 73/127) installing jfsutils [######################] 100%
  351. ( 74/127) installing licenses [######################] 100%
  352. ( 75/127) installing linux-firmware [######################] 100%
  353. ( 76/127) installing mkinitcpio-busybox [######################] 100%
  354. ( 77/127) installing lzo [######################] 100%
  355. ( 78/127) installing libarchive [######################] 100%
  356. ( 79/127) installing mkinitcpio [######################] 100%
  357. Optional dependencies for mkinitcpio
  358. xz: Use lzma or xz compression for the initramfs image [installed]
  359. bzip2: Use bzip2 compression for the initramfs image [installed]
  360. lzop: Use lzo compression for the initramfs image
  361. lz4: Use lz4 compression for the initramfs image [installed]
  362. mkinitcpio-nfs-utils: Support for root filesystem on NFS
  363. ( 80/127) installing linux [######################] 100%
  364. >>> Updating module dependencies. Please wait ...
  365. >>> Generating initial ramdisk, using mkinitcpio. Please wait...
  366. ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
  367. -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
  368. ==> Starting build: 4.5.4-1-ARCH
  369. -> Running build hook: [base]
  370. -> Running build hook: [udev]
  371. -> Running build hook: [autodetect]
  372. -> Running build hook: [modconf]
  373. -> Running build hook: [block]
  374. -> Running build hook: [filesystems]
  375. -> Running build hook: [keyboard]
  376. -> Running build hook: [fsck]
  377. ==> Generating module dependencies
  378. ==> Creating gzip-compressed initcpio image: /boot/initramfs-linux.img
  379. ==> Image generation successful
  380. ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
  381. -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
  382. ==> Starting build: 4.5.4-1-ARCH
  383. -> Running build hook: [base]
  384. -> Running build hook: [udev]
  385. -> Running build hook: [modconf]
  386. -> Running build hook: [block]
  387. ==> WARNING: Possibly missing firmware for module: wd719x
  388. ==> WARNING: Possibly missing firmware for module: aic94xx
  389. -> Running build hook: [filesystems]
  390. -> Running build hook: [keyboard]
  391. -> Running build hook: [fsck]
  392. ==> Generating module dependencies
  393. ==> Creating gzip-compressed initcpio image: /boot/initramfs-linux-fallback.img
  394. ==> Image generation successful
  395. Optional dependencies for linux
  396. crda: to set the correct wireless channels of your country
  397. ( 81/127) installing logrotate [######################] 100%
  398. ( 82/127) installing libaio [######################] 100%
  399. ( 83/127) installing thin-provisioning-tools [######################] 100%
  400. ( 84/127) installing lvm2 [######################] 100%
  401. ( 85/127) installing groff [######################] 100%
  402. Optional dependencies for groff
  403. netpbm: for use together with man -H command interaction in browsers
  404. psutils: for use together with man -H command interaction in browsers
  405. libxaw: for gxditview
  406. ( 86/127) installing libpipeline [######################] 100%
  407. ( 87/127) installing man-db [######################] 100%
  408. Optional dependencies for man-db
  409. gzip [installed]
  410. ( 88/127) installing man-pages [######################] 100%
  411. ( 89/127) installing mdadm [######################] 100%
  412. ( 90/127) installing nano [######################] 100%
  413. ( 91/127) installing openresolv [######################] 100%
  414. ( 92/127) installing netctl [######################] 100%
  415. Optional dependencies for netctl
  416. dialog: for the menu based wifi assistant
  417. dhclient: for DHCP support (or dhcpcd)
  418. dhcpcd: for DHCP support (or dhclient) [installed]
  419. wpa_supplicant: for wireless networking support
  420. ifplugd: for automatic wired connections through netctl-ifplugd
  421. wpa_actiond: for automatic wireless connections through netctl-auto
  422. ppp: for PPP connections
  423. openvswitch: for Open vSwitch connections
  424. ( 93/127) installing libtasn1 [######################] 100%
  425. ( 94/127) installing p11-kit [######################] 100%
  426. ( 95/127) installing ca-certificates-utils [######################] 100%
  427. ( 96/127) installing ca-certificates-mozilla [######################] 100%
  428. ( 97/127) installing ca-certificates-cacert [######################] 100%
  429. ( 98/127) installing ca-certificates [######################] 100%
  430. ( 99/127) installing libssh2 [######################] 100%
  431. (100/127) installing curl [######################] 100%
  432. (101/127) installing npth [######################] 100%
  433. (102/127) installing libksba [######################] 100%
  434. (103/127) installing libassuan [######################] 100%
  435. (104/127) installing pinentry [######################] 100%
  436. Optional dependencies for pinentry
  437. gtk2: gtk2 backend
  438. qt5-base: qt backend
  439. gcr: gnome3 backend
  440. (105/127) installing nettle [######################] 100%
  441. (106/127) installing gnutls [######################] 100%
  442. Optional dependencies for gnutls
  443. guile: for use with Guile bindings
  444. (107/127) installing sqlite [######################] 100%
  445. (108/127) installing gnupg [######################] 100%
  446. Optional dependencies for gnupg
  447. libldap: gpg2keys_ldap [installed]
  448. libusb-compat: scdaemon
  449. (109/127) installing gpgme [######################] 100%
  450. (110/127) installing pacman-mirrorlist [######################] 100%
  451. (111/127) installing archlinux-keyring [######################] 100%
  452. (112/127) installing pacman [######################] 100%
  453. (113/127) installing pciutils [######################] 100%
  454. (114/127) installing pcmciautils [######################] 100%
  455. (115/127) installing procps-ng [######################] 100%
  456. (116/127) installing psmisc [######################] 100%
  457. (117/127) installing reiserfsprogs [######################] 100%
  458. (118/127) installing s-nail [######################] 100%
  459. Optional dependencies for s-nail
  460. smtp-forwarder: for sending mail
  461. (119/127) installing sed [######################] 100%
  462. (120/127) installing systemd-sysvcompat [######################] 100%
  463. (121/127) installing tar [######################] 100%
  464. (122/127) installing libusb [######################] 100%
  465. (123/127) installing usbutils [######################] 100%
  466. Optional dependencies for usbutils
  467. python2: for lsusb.py usage
  468. coreutils: for lsusb.py usage [installed]
  469. (124/127) installing vi [######################] 100%
  470. Optional dependencies for vi
  471. s-nail: used by the preserve command for notification [installed]
  472. (125/127) installing which [######################] 100%
  473. (126/127) installing xfsprogs [######################] 100%
  474. (127/127) installing grub [######################] 100%
  475. Generating grub.cfg.example config file...
  476. This may fail on some machines running a custom kernel.
  477. done.
  478. Optional dependencies for grub
  479. freetype2: For grub-mkfont usage
  480. fuse: For grub-mount usage
  481. dosfstools: For grub-mkrescue FAT FS and EFI support
  482. efibootmgr: For grub-install EFI support
  483. libisoburn: Provides xorriso for generating grub rescue iso using
  484. grub-mkrescue
  485. os-prober: To detect other OSes when generating grub.cfg in BIOS systems
  486. mtools: For grub-mkrescue FAT FS support
  487. :: Running post-transaction hooks...
  488. (1/3) Updating manpage index...
  489. mandb: can't set the locale; make sure $LC_* and $LANG are correct
  490. (2/3) Updating the info directory file...
  491. (3/3) Rebuilding certificate stores...
  492. pacstrap /mnt base grub 20.93s user 27.38s system 18% cpu 4:26.06 total
  493. root@archiso ~ # locale -a
  494. C
  495. en_US.utf8
  496. POSIX
  497. root@archiso ~ # localectl
  498. System Locale: LANG=en_US.UTF-8
  499. VC Keymap: n/a
  500. X11 Layout: n/a
  501. root@archiso ~ # grep -v '^#' /etc/locale.*
  502. /etc/locale.conf:LANG=en_US.UTF-8
  503. /etc/locale.gen:en_US.UTF-8 UTF-8
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement