Benutzer-Werkzeuge

Webseiten-Werkzeuge


tachtler:archlinux_-_archiso_anpassen

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen RevisionVorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
tachtler:archlinux_-_archiso_anpassen [2020/12/27 08:19] – [root-Passwort] klaustachtler:archlinux_-_archiso_anpassen [2020/12/27 13:30] (aktuell) – [ISO-Image SSH-Zugriff] klaus
Zeile 1: Zeile 1:
 ====== ArchLinux - Archiso anpassen ====== ====== ArchLinux - Archiso anpassen ======
  
-[[tachtler:ArchLinux|{{:tachtler:index:archlinux-48x48.png }}]] Das hier verwendete Installations-ISO-Image ist die einzige verfügbare Variante von [[https://www.archlinux.de/|ArchLinux]] in der **Version 2020.12.01**. **''archios''** ist ein Werkzeuge zum Erstellen von [[https://www.archlinux.de/|ArchLinux]] Live- und Installations-ISO-Images.+[[tachtler:ArchLinux|{{:tachtler:index:archlinux-48x48.png }}]] **''archios''** ist ein Werkzeuge zum Erstellen von [[https://www.archlinux.de/|ArchLinux]] Live- und Installations-ISO-Images. Das hier verwendete Installations-ISO-Image ist die einzige verfügbare Variante von [[https://www.archlinux.de/|ArchLinux]] in der **Version 2020.12.01**. 
 + 
 +Nachfolgend soll ein **personalisiertes [[https://www.archlinux.de/|ArchLinux]]-ISO Images** erstellt werden!
  
 ^ Beschreibung      ^ Externer Link                                                                      ^ ^ Beschreibung      ^ Externer Link                                                                      ^
Zeile 79: Zeile 81:
 </code> </code>
  
-Nachfolgender Befehl listet den installierten Inhalt des Pakets ''pacman-contrib'' auf:+Nachfolgender Befehl listet den installierten Inhalt des Pakets ''archiso'' auf:
 <code> <code>
 # pacman -Qil archiso # pacman -Qil archiso
Zeile 246: Zeile 248:
 ===== Anpassen des ISO-Image Profils ===== ===== Anpassen des ISO-Image Profils =====
  
-Nachfolgend soll ein **persönlich angepasstes [[https://www.archlinux.de/|ArchLinux]] Live- und Installations-ISO-Image**erstellt werden, mit+Nachfolgend soll ein **persönlich angepasstes [[https://www.archlinux.de/|ArchLinux]] Live- und Installations-ISO-Image** erstellt werden, mit
   - aktiviertem und laufendem **''sshd''** Dienst/Daemon   - aktiviertem und laufendem **''sshd''** Dienst/Daemon
   - einem gesetzten **Passwort** für den Benutzer **''root''**   - einem gesetzten **Passwort** für den Benutzer **''root''**
-  - **deaktivierten des Auto-Login** (automatische Anmeldung des Benutzer **''root''**)+  - **deaktivierten Auto-Login** (automatische Anmeldung des Benutzer **''root''**)
  
 ==== Start sshd.service ==== ==== Start sshd.service ====
Zeile 330: Zeile 332:
 <code> <code>
 # mkarchiso -v -w /home/klaus/work -o /home/klaus/out /home/klaus/customarch/ # mkarchiso -v -w /home/klaus/work -o /home/klaus/out /home/klaus/customarch/
 +[mkarchiso] INFO: Reading profile...
 +[mkarchiso] INFO: Done!
 +[mkarchiso] INFO: Setting overrides...
 +[mkarchiso] INFO: Done!
 +[mkarchiso] INFO: mkarchiso configuration settings
 +[mkarchiso] INFO:              Architecture:   x86_64
 +[mkarchiso] INFO:         Working directory:   /home/klaus/work
 +[mkarchiso] INFO:    Installation directory:   arch
 +[mkarchiso] INFO:                Build date:   2020-12-27T07:11:35+00:00
 +[mkarchiso] INFO:          Output directory:   /home/klaus/out
 +[mkarchiso] INFO:                   GPG key:   None
 +[mkarchiso] INFO:                    Profile:   /home/klaus/customarch
 +[mkarchiso] INFO:   Pacman configuration file:   /home/klaus/customarch/pacman.conf
 +[mkarchiso] INFO:            Image file name:   archlinux-2020.12.27-x86_64.iso
 +[mkarchiso] INFO:          ISO volume label:   ARCH_202012
 +[mkarchiso] INFO:             ISO publisher:   Arch Linux <https://www.archlinux.org>
 +[mkarchiso] INFO:           ISO application:   Arch Linux Live/Rescue CD
 +[mkarchiso] INFO:                Boot modes:   bios.syslinux.mbr bios.syslinux.eltorito uefi-x64.systemd-boot.esp uefi-x64.systemd-boot.eltorito
 +[mkarchiso] INFO:                  Packages:   alsa-utils amd-ucode arch-install-scripts b43-fwcutter base bind-tools brltty broadcom-wl btrfs-progs clonezilla crda darkhttpd ddrescue dhclient dhcpcd diffutils dmraid dnsmasq dosfstools edk2-shell efibootmgr espeakup ethtool exfatprogs f2fs-tools fatresize fsarchiver gnu-netcat gpart gpm gptfdisk grml-zsh-config haveged hdparm intel-ucode ipw2100-fw ipw2200-fw irssi iwd jfsutils kitty-terminfo lftp linux linux-atm linux-firmware livecd-sounds lsscsi lvm2 lynx man-db man-pages mc mdadm memtest86+ mkinitcpio mkinitcpio-archiso mkinitcpio-nfs-utils mtools nano nbd ndisc6 nfs-utils nilfs-utils nmap ntfs-3g nvme-cli openconnect openssh openvpn partclone parted partimage ppp pptpclient reflector reiserfsprogs rp-pppoe rsync rxvt-unicode-terminfo sdparm sg3_utils smartmontools squashfs-tools sudo syslinux systemd-resolvconf tcpdump terminus-font termite-terminfo testdisk tmux udftools usb_modeswitch usbutils vim vpnc wireless-regdb wireless_tools wpa_supplicant wvdial xfsprogs xl2tpd zsh
 +[mkarchiso] INFO: Copying custom pacman.conf to work directory...
 +[mkarchiso] INFO: Using pacman CacheDir: /var/cache/pacman/pkg/ 
 +[mkarchiso] INFO: Copying custom airootfs files...
 +[mkarchiso] INFO: Done!
 +[mkarchiso] INFO: Installing packages to '/home/klaus/work/x86_64/airootfs/'...
 +==> Creating install root at /home/klaus/work/x86_64/airootfs
 +==> Installing packages to /home/klaus/work/x86_64/airootfs
 +:: Synchronizing package databases...
 + core                  133.7 KiB  4.35 MiB/s 00:00 [######################] 100%
 + extra                1638.9 KiB  10.0 MiB/s 00:00 [######################] 100%
 + community               5.3 MiB  13.5 MiB/s 00:00 [######################] 100%
 +resolving dependencies...
 +:: There are 2 providers available for libjack.so=0-64:
 +:: Repository extra
 +   1) jack
 +:: Repository community
 +   2) jack2
 +
 +Enter a number (default=1): 
 +looking for conflicting packages...
 +warning: dependency cycle detected:
 +warning: smbclient will be installed before its cifs-utils dependency
 +
 +Packages (318) acl-2.2.53-3  alsa-lib-1.2.4-3  alsa-topology-conf-1.2.4-2
 +               alsa-ucm-conf-1.2.4-2  archlinux-keyring-20201210-1
 +               argon2-20190702-3  attr-2.4.48-3  audit-2.8.5-9
 +               avahi-0.8+15+ge8a3dd0-3  bash-5.1.004-1  bc-1.07.1-4
 +               bluez-libs-5.55-1  bzip2-1.0.8-4  ca-certificates-20181109-4
 +               ca-certificates-mozilla-3.60-1  ca-certificates-utils-20181109-4
 +               cifs-utils-6.11-3  coreutils-8.32-1  cryptsetup-2.3.4-1
 +               curl-7.74.0-1  db-5.3.28-5  dbus-1.12.20-1
 +               device-mapper-2.02.187-3  ding-libs-0.6.1-3
 +               dnssec-anchors-20190629-3  drbl-2.30.5-1  e2fsprogs-1.45.6-3
 +               ecryptfs-utils-111-4  efivar-37-4  ell-0.35-1
 +               espeak-1:1.48.04-3  expat-2.2.10-2  file-5.39-1
 +               filesystem-2020.09.03-1  findutils-4.7.0-2  flac-1.3.3-2
 +               fuse-common-3.10.1-1  fuse2-2.9.9-4  fuse3-3.10.1-1
 +               gawk-5.1.0-1  gcc-libs-10.2.0-4  gdbm-1.18.1-3  gettext-0.21-1
 +               glib2-2.66.4-1  glibc-2.32-5  gmp-6.2.0-1  gnupg-2.2.25-1
 +               gnutls-3.7.0-1  gpgme-1.15.0-2  grep-3.6-1  groff-1.22.4-3
 +               gssproxy-0.8.3-1  gzip-1.10-3  hicolor-icon-theme-0.17-2
 +               hwids-20200813.1-1  iana-etc-20201012-1  icu-68.2-1
 +               inetutils-1.9.4-8  iproute2-5.10.0-1  iptables-1:1.8.6-1
 +               iputils-20200821-1  iw-5.9-1  jack-0.125.0-9  jansson-2.13.1-1
 +               js78-78.6.0-1  json-c-0.15-1  kbd-2.3.0-2  keyutils-1.6.3-1
 +               kmod-27-2  krb5-1.18.2-1  lbzip2-2.5-5  ldb-1:2.2.0-3
 +               ldns-1.7.1-2  less-563-1  libaio-0.3.112-2  libarchive-3.5.0-1
 +               libassuan-2.5.4-1  libasyncns-0.8+3+g68cd5af-3  libbsd-0.10.0-2
 +               libcap-2.45-2  libcap-ng-0.8.2-1  libcroco-0.6.13-2
 +               libcups-1:2.3.3op1-1  libdaemon-0.14-5  libedit-20191231_3.1-2
 +               libelf-0.181-1  libevent-2.1.12-1  libffi-3.3-4
 +               libgcrypt-1.8.7-1  libgpg-error-1.41-1  libice-1.0.10-3
 +               libidn-1.36-1  libidn2-2.3.0-1  libjpeg-turbo-2.0.6-1
 +               libksba-1.4.0-2  libldap-2.4.56-1  liblouis-3.16.0-1
 +               libmaxminddb-1.4.3-1  libmnl-1.0.4-3
 +               libnetfilter_conntrack-1.0.8-1  libnewt-0.52.21-5
 +               libnfnetlink-1.0.1-4  libnftnl-1.1.8-1  libnghttp2-1.41.0-1
 +               libnl-3.5.0-2  libnsl-1.3.0-1  libogg-1.3.4-2  libotr-4.1.1-3
 +               libp11-kit-0.23.22-1  libpcap-1.9.1-4  libpipeline-1.5.3-1
 +               libpng-1.6.37-3  libproxy-0.4.16-1  libpsl-0.21.1-1
 +               libpulse-14.0-1  libsamplerate-0.1.9-3  libsasl-2.1.27-3
 +               libseccomp-2.5.1-2  libsecret-0.20.4-1  libsm-1.2.3-2
 +               libsndfile-1.0.28-3  libspeechd-0.10.2-1  libssh2-1.9.0-2
 +               libtasn1-4.16.0-1  libtiff-4.1.0-2  libtirpc-1.3.1-1
 +               libunistring-0.9.10-3  libusb-1.0.23-3  libutempter-1.2.1-1
 +               libuv-1.40.0-1  libvorbis-1.3.7-2  libxau-1.0.9-3  libxcb-1.14-1
 +               libxcrypt-4.4.17-1  libxdmcp-1.1.3-3  libxml2-2.9.10-8
 +               licenses-20200427-1  linux-api-headers-5.8-1  lmdb-0.9.27-1
 +               lrzip-0.631-3  lua53-5.3.6-1  lz4-1:1.9.3-1  lzo-2.10-3
 +               lzop-1.04-3  mkinitcpio-busybox-1.31.1-2  mpfr-4.1.0-1
 +               ncurses-6.2-1  net-tools-1.60.20181103git-2  nettle-3.6-1
 +               nfsidmap-2.5.2-2  npth-1.6-2  nspr-4.29-1  nss-3.60-1
 +               openssl-1.1.1.i-2  openssl-1.0-1.0.2.u-1  p11-kit-0.23.22-1
 +               pacman-5.2.2-1  pacman-mirrorlist-20201205-1  pam-1.5.0-2
 +               pambase-20200721.1-2  pbzip2-1.1.13-3  pciutils-3.7.0-1
 +               pcre-8.44-1  pcre2-10.36-1  pcsclite-1.9.0-1  perl-5.32.0-3
 +               pigz-2.4-2  pinentry-1.1.0-5  pixz-1.0.7-2
 +               pkcs11-helper-1.27.0-1  polkit-0.118-1  popt-1.18-1
 +               portaudio-1:19.6.0-7  procps-ng-3.3.16-2
 +               progsreiserfs-0.3.0.5-10  psmisc-23.3-2  python-3.9.1-1
 +               python-ply-3.11-7  readline-8.1.0-2  rpcbind-1.2.5-3
 +               run-parts-4.8.6.1-2  screen-4.8.0-2  sed-4.8-1  shadow-4.8.1-4
 +               slang-2.3.2-2  smbclient-4.13.3-2  speakup-utils-3.1.6-6
 +               sqlite-3.34.0-1  sshfs-3.7.1-1  stoken-0.92-4
 +               sysfsutils-2.1.0-11  systemd-247.2-1  systemd-libs-247.2-1
 +               systemd-sysvcompat-247.2-1  talloc-2.3.1-5  tar-1.32-3
 +               tcl-8.6.10-2  tdb-1.4.3-4  tevent-1:0.10.2-3  texinfo-6.7-3
 +               thin-provisioning-tools-0.9.0-1  tzdata-2020e-1
 +               util-linux-2.36.1-4  util-linux-libs-2.36.1-4
 +               vim-runtime-8.2.1989-3  which-2.21-5  wvstreams-4.6.1-16
 +               xcb-proto-1.14.1-3  xplc-0.3.13-8  xxhash-0.8.0-1  xz-5.2.5-1
 +               zita-alsa-pcmi-0.3.2-3  zita-resampler-1.6.2-3  zlib-1:1.2.11-4
 +               zstd-1.4.5-1  alsa-utils-1.2.4-2  amd-ucode-20201218.646f159-1
 +               arch-install-scripts-23-2  b43-fwcutter-019-3  base-2-2
 +               bind-9.16.10-1  brltty-6.1-5  broadcom-wl-6.30.223.271-250
 +               btrfs-progs-5.9-3  clonezilla-3.35.2-3  crda-4.14-3
 +               darkhttpd-1.12-6  ddrescue-1.25-1  dhclient-4.4.2-2
 +               dhcpcd-9.3.4-1  diffutils-3.7-3  dmraid-1.0.0.rc16.3-12
 +               dnsmasq-2.82-2  dosfstools-4.1-3  edk2-shell-202011-1
 +               efibootmgr-17-2  espeakup-0.80-3  ethtool-1:5.9-1
 +               exfatprogs-1.0.4-2  f2fs-tools-1.14.0-1  fatresize-1.1.0-1
 +               fsarchiver-0.8.5-2  gnu-netcat-0.7.1-8  gpart-0.3-4
 +               gpm-1.20.7.r38.ge82d1a6-3  gptfdisk-1.0.5-1
 +               grml-zsh-config-0.17.4-1  haveged-1.9.13-1  hdparm-9.58-3
 +               intel-ucode-20201118-1  ipw2100-fw-1.3-10  ipw2200-fw-3.1-8
 +               irssi-1.2.2-4  iwd-1.10-1  jfsutils-1.1.15-7
 +               kitty-terminfo-0.19.3-1  lftp-4.9.2-1  linux-5.9.14.arch1-1
 +               linux-atm-2.5.2-6  linux-firmware-20201218.646f159-1
 +               livecd-sounds-1.0-1  lsscsi-0.31-1  lvm2-2.02.187-3
 +               lynx-2.8.9-3  man-db-2.9.3-1  man-pages-5.10-1  mc-4.8.25-3
 +               mdadm-4.1-2  memtest86+-5.01-4  mkinitcpio-29-1
 +               mkinitcpio-archiso-50.1-1  mkinitcpio-nfs-utils-0.3-7
 +               mtools-4.0.26-1  nano-5.4-1  nbd-3.20-2  ndisc6-1.0.4-2
 +               nfs-utils-2.5.2-2  nilfs-utils-2.2.8-2  nmap-7.91-1
 +               ntfs-3g-2017.3.23-5  nvme-cli-1.13-1  openconnect-1:8.10-1
 +               openssh-8.4p1-2  openvpn-2.5.0-3  partclone-0.3.17-1
 +               parted-3.3-2  partimage-0.6.9-13  ppp-2.4.7-7
 +               pptpclient-1.10.0-2  reflector-2020.12.20.1-1
 +               reiserfsprogs-3.6.27-3  rp-pppoe-3.14-1  rsync-3.2.3-2
 +               rxvt-unicode-terminfo-9.22-10  sdparm-1.11-1  sg3_utils-1.45-1
 +               smartmontools-7.1-4  squashfs-tools-4.4-2  sudo-1.9.4.p2-2
 +               syslinux-6.04.pre2.r11.gbf6db5b4-3  systemd-resolvconf-247.2-1
 +               tcpdump-4.9.3-2  terminus-font-4.49-1  termite-terminfo-15-3
 +               testdisk-7.1-2  tmux-3.1_c-1  udftools-2.2-1
 +               usb_modeswitch-2.6.1-1  usbutils-013-1  vim-8.2.1989-3
 +               vpnc-1:0.5.3.r468.r81-2  wireless-regdb-2020.04.29-1
 +               wireless_tools-30.pre9-3  wpa_supplicant-2:2.9-7  wvdial-1.61-8
 +               xfsprogs-5.8.0-2  xl2tpd-1.3.16-1  zsh-5.8-1
 +
 +Total Download Size:    136.96 MiB
 +Total Installed Size:  1726.77 MiB
 +
 +:: Proceed with installation? [Y/n] 
 +:: Retrieving packages...
 + amd-ucode-202012...    24.0 KiB  0.00   B/s 00:00 [######################] 100%
 + b43-fwcutter-019...    17.9 KiB  0.00   B/s 00:00 [######################] 100%
 + linux-5.9.14.arc...    77.4 MiB  13.2 MiB/s 00:06 [######################] 100%
 + nilfs-utils-2.2....   107.8 KiB  10.5 MiB/s 00:00 [######################] 100%
 + wireless-regdb-2...     9.9 KiB  0.00   B/s 00:00 [######################] 100%
 + iw-5.9-1-x86_64       101.9 KiB  4.98 MiB/s 00:00 [######################] 100%
 + crda-4.14-3-x86_64     57.0 KiB  2.78 MiB/s 00:00 [######################] 100%
 + run-parts-4.8.6....    28.0 KiB  2.73 MiB/s 00:00 [######################] 100%
 + dhcpcd-9.3.4-1-x...   209.4 KiB  10.2 MiB/s 00:00 [######################] 100%
 + efivar-37-4-x86_64     110.5 KiB  3.60 MiB/s 00:00 [######################] 100%
 + efibootmgr-17-2-...     27.4 KiB  0.00   B/s 00:00 [######################] 100%
 + inetutils-1.9.4-...   295.7 KiB  9.62 MiB/s 00:00 [######################] 100%
 + hdparm-9.58-3-x86_64   79.2 KiB  0.00   B/s 00:00 [######################] 100%
 + ipw2100-fw-1.3-1...   117.8 KiB  3.83 MiB/s 00:00 [######################] 100%
 + ipw2200-fw-3.1-8-any  117.9 KiB  5.76 MiB/s 00:00 [######################] 100%
 + jfsutils-1.1.15-...   178.4 KiB  8.71 MiB/s 00:00 [######################] 100%
 + libpipeline-1.5....    39.8 KiB  0.00   B/s 00:00 [######################] 100%
 + man-db-2.9.3-1-x...  1026.3 KiB  11.1 MiB/s 00:00 [######################] 100%
 + man-pages-5.10-1-any    5.8 MiB  12.5 MiB/s 00:00 [######################] 100%
 + mkinitcpio-nfs-u...    18.4 KiB  0.00   B/s 00:00 [######################] 100%
 + nano-5.4-1-x86_64     573.7 KiB  11.2 MiB/s 00:00 [######################] 100%
 + rpcbind-1.2.5-3-...    35.6 KiB  0.00   B/s 00:00 [######################] 100%
 + nfsidmap-2.5.2-2...    57.2 KiB  5.58 MiB/s 00:00 [######################] 100%
 + ding-libs-0.6.1-...   119.2 KiB  5.82 MiB/s 00:00 [######################] 100%
 + gssproxy-0.8.3-1...    92.2 KiB  9.01 MiB/s 00:00 [######################] 100%
 + libevent-2.1.12-...   270.2 KiB  13.2 MiB/s 00:00 [######################] 100%
 + nfs-utils-2.5.2-...   357.9 KiB  8.74 MiB/s 00:00 [######################] 100%
 + ppp-2.4.7-7-x86_64    310.2 KiB  10.1 MiB/s 00:00 [######################] 100%
 + pptpclient-1.10....    39.9 KiB  1993 KiB/s 00:00 [######################] 100%
 + reiserfsprogs-3....   204.4 KiB  9.98 MiB/s 00:00 [######################] 100%
 + net-tools-1.60.2...   128.9 KiB  12.6 MiB/s 00:00 [######################] 100%
 + sdparm-1.11-1-x86_64  161.7 KiB  5.26 MiB/s 00:00 [######################] 100%
 + syslinux-6.04.pr...  1343.7 KiB  13.1 MiB/s 00:00 [######################] 100%
 + systemd-resolvco...     2.9 KiB  0.00   B/s 00:00 [######################] 100%
 + usbutils-013-1-x...    90.8 KiB  8.87 MiB/s 00:00 [######################] 100%
 + wireless_tools-3...   127.7 KiB  12.5 MiB/s 00:00 [######################] 100%
 + wpa_supplicant-2...  1323.2 KiB  12.9 MiB/s 00:00 [######################] 100%
 + openssl-1.0-1.0....  1714.1 KiB  12.0 MiB/s 00:00 [######################] 100%
 + alsa-utils-1.2.4...  1134.6 KiB  13.9 MiB/s 00:00 [######################] 100%
 + libuv-1.40.0-1-x...   224.8 KiB  11.0 MiB/s 00:00 [######################] 100%
 + bind-9.16.10-1-x...  2017.9 KiB  13.1 MiB/s 00:00 [######################] 100%
 + liblouis-3.16.0-...     2.0 MiB  7.23 MiB/s 00:00 [######################] 100%
 + libspeechd-0.10....    19.4 KiB  1936 KiB/s 00:00 [######################] 100%
 + tcl-8.6.10-2-x86_64     2.5 MiB  13.1 MiB/s 00:00 [######################] 100%
 + brltty-6.1-5-x86_64  1529.6 KiB  12.4 MiB/s 00:00 [######################] 100%
 + bc-1.07.1-4-x86_64     87.8 KiB  4.29 MiB/s 00:00 [######################] 100%
 + progsreiserfs-0....    53.7 KiB  0.00   B/s 00:00 [######################] 100%
 + fuse2-2.9.9-4-x86_64  120.1 KiB  5.86 MiB/s 00:00 [######################] 100%
 + ntfs-3g-2017.3.2...   551.2 KiB  8.97 MiB/s 00:00 [######################] 100%
 + slang-2.3.2-2-x86_64  759.5 KiB  14.8 MiB/s 00:00 [######################] 100%
 + lzop-1.04-3-x86_64     70.2 KiB  6.85 MiB/s 00:00 [######################] 100%
 + screen-4.8.0-2-x...   608.1 KiB  9.90 MiB/s 00:00 [######################] 100%
 + ddrescue-1.25-1-...   105.8 KiB  3.44 MiB/s 00:00 [######################] 100%
 + dhclient-4.4.2-2...  1118.2 KiB  9.93 MiB/s 00:00 [######################] 100%
 + dnsmasq-2.82-2-x...   367.8 KiB  12.0 MiB/s 00:00 [######################] 100%
 + edk2-shell-20201...   745.8 KiB  10.4 MiB/s 00:00 [######################] 100%
 + ethtool-1:5.9-1-...   181.3 KiB  17.7 MiB/s 00:00 [######################] 100%
 + f2fs-tools-1.14....   187.4 KiB  9.15 MiB/s 00:00 [######################] 100%
 + fsarchiver-0.8.5...    99.8 KiB  4.87 MiB/s 00:00 [######################] 100%
 + gnu-netcat-0.7.1...    31.2 KiB  3.04 MiB/s 00:00 [######################] 100%
 + gpart-0.3-4-x86_64     31.2 KiB  0.00   B/s 00:00 [######################] 100%
 + zsh-5.8-1-x86_64        2.1 MiB  13.2 MiB/s 00:00 [######################] 100%
 + grml-zsh-config-...     42.7 KiB  0.00   B/s 00:00 [######################] 100%
 + haveged-1.9.13-1...    45.6 KiB  0.00   B/s 00:00 [######################] 100%
 + intel-ucode-2020...     2.7 MiB  12.7 MiB/s 00:00 [######################] 100%
 + libotr-4.1.1-3-x...    85.0 KiB  4.15 MiB/s 00:00 [######################] 100%
 + irssi-1.2.2-4-x86_64  658.8 KiB  12.9 MiB/s 00:00 [######################] 100%
 + ell-0.35-1-x86_64     192.5 KiB  9.40 MiB/s 00:00 [######################] 100%
 + lftp-4.9.2-1-x86_64   744.1 KiB  12.1 MiB/s 00:00 [######################] 100%
 + linux-atm-2.5.2-...   296.2 KiB  9.64 MiB/s 00:00 [######################] 100%
 + libidn-1.36-1-x86_64  221.4 KiB  21.6 MiB/s 00:00 [######################] 100%
 + lynx-2.8.9-3-x86_64  1310.8 KiB  11.6 MiB/s 00:00 [######################] 100%
 + memtest86+-5.01-...    53.3 KiB  5.21 MiB/s 00:00 [######################] 100%
 + mkinitcpio-archi...     8.5 KiB  0.00   B/s 00:00 [######################] 100%
 + lua53-5.3.6-1-x86_64  253.2 KiB  12.4 MiB/s 00:00 [######################] 100%
 + nmap-7.91-1-x86_64      5.4 MiB  12.0 MiB/s 00:00 [######################] 100%
 + vpnc-1:0.5.3.r46...    89.6 KiB  8.75 MiB/s 00:00 [######################] 100%
 + stoken-0.92-4-x86_64   60.2 KiB  2.94 MiB/s 00:00 [######################] 100%
 + openconnect-1:8....   731.8 KiB  14.3 MiB/s 00:00 [######################] 100%
 + pkcs11-helper-1....    69.7 KiB  3.40 MiB/s 00:00 [######################] 100%
 + openvpn-2.5.0-3-...   551.1 KiB  13.5 MiB/s 00:00 [######################] 100%
 + rp-pppoe-3.14-1-...    99.4 KiB  9.71 MiB/s 00:00 [######################] 100%
 + rsync-3.2.3-2-x86_64  310.7 KiB  10.1 MiB/s 00:00 [######################] 100%
 + sg3_utils-1.45-1...   860.7 KiB  9.34 MiB/s 00:00 [######################] 100%
 + smartmontools-7....   534.1 KiB  13.0 MiB/s 00:00 [######################] 100%
 + tcpdump-4.9.3-2-...   382.1 KiB  9.33 MiB/s 00:00 [######################] 100%
 + testdisk-7.1-2-x...   432.9 KiB  10.6 MiB/s 00:00 [######################] 100%
 + libutempter-1.2....     9.0 KiB  0.00   B/s 00:00 [######################] 100%
 + libmaxminddb-1.4...    24.0 KiB  0.00   B/s 00:00 [######################] 100%
 + broadcom-wl-6.30...  1432.6 KiB  11.7 MiB/s 00:00 [######################] 100%
 + drbl-2.30.5-1-any    1318.9 KiB  9.91 MiB/s 00:00 [######################] 100%
 + partclone-0.3.17...   577.7 KiB  9.40 MiB/s 00:00 [######################] 100%
 + libnewt-0.52.21-...    99.4 KiB  0.00   B/s 00:00 [######################] 100%
 + partimage-0.6.9-...   244.5 KiB  11.9 MiB/s 00:00 [######################] 100%
 + pigz-2.4-2-x86_64      73.0 KiB  3.57 MiB/s 00:00 [######################] 100%
 + sshfs-3.7.1-1-x86_64   36.7 KiB  3.58 MiB/s 00:00 [######################] 100%
 + pbzip2-1.1.13-3-...    33.3 KiB  3.25 MiB/s 00:00 [######################] 100%
 + lbzip2-2.5-5-x86_64    65.0 KiB  6.35 MiB/s 00:00 [######################] 100%
 + lrzip-0.631-3-x86_64  229.9 KiB  4.49 MiB/s 00:00 [######################] 100%
 + pixz-1.0.7-2-x86_64    20.6 KiB  0.00   B/s 00:00 [######################] 100%
 + ecryptfs-utils-1...   133.8 KiB  4.36 MiB/s 00:00 [######################] 100%
 + clonezilla-3.35....   823.1 KiB  11.5 MiB/s 00:00 [######################] 100%
 + darkhttpd-1.12-6...    19.7 KiB  0.00   B/s 00:00 [######################] 100%
 + speakup-utils-3....     6.0 KiB  0.00   B/s 00:00 [######################] 100%
 + espeak-1:1.48.04...  1157.7 KiB  9.42 MiB/s 00:00 [######################] 100%
 + espeakup-0.80-3-...    12.7 KiB  0.00   B/s 00:00 [######################] 100%
 + exfatprogs-1.0.4...    29.3 KiB  0.00   B/s 00:00 [######################] 100%
 + fatresize-1.1.0-...    10.0 KiB  0.00   B/s 00:00 [######################] 100%
 + iwd-1.10-1-x86_64     452.4 KiB  4.91 MiB/s 00:00 [######################] 100%
 + kitty-terminfo-0...     4.4 KiB  0.00   B/s 00:00 [######################] 100%
 + livecd-sounds-1....    74.0 KiB  0.00   B/s 00:00 [######################] 100%
 + lsscsi-0.31-1-x86_64   45.5 KiB  4.45 MiB/s 00:00 [######################] 100%
 + mc-4.8.25-3-x86_64   1915.8 KiB  13.4 MiB/s 00:00 [######################] 100%
 + nbd-3.20-2-x86_64      72.3 KiB  7.06 MiB/s 00:00 [######################] 100%
 + ndisc6-1.0.4-2-x...    63.4 KiB  6.19 MiB/s 00:00 [######################] 100%
 + nvme-cli-1.13-1-...   388.6 KiB  12.6 MiB/s 00:00 [######################] 100%
 + pcsclite-1.9.0-1...    99.5 KiB  4.86 MiB/s 00:00 [######################] 100%
 + xxhash-0.8.0-1-x...    72.3 KiB  0.00   B/s 00:00 [######################] 100%
 + rxvt-unicode-ter...     3.4 KiB  0.00   B/s 00:00 [######################] 100%
 + terminus-font-4....  1003.1 KiB  14.0 MiB/s 00:00 [######################] 100%
 + termite-terminfo...     4.7 KiB  0.00   B/s 00:00 [######################] 100%
 + tmux-3.1_c-1-x86_64   324.4 KiB  7.92 MiB/s 00:00 [######################] 100%
 + udftools-2.2-1-x...   121.6 KiB  5.94 MiB/s 00:00 [######################] 100%
 + usb_modeswitch-2...    96.7 KiB  9.44 MiB/s 00:00 [######################] 100%
 + xplc-0.3.13-8-x86_64   29.4 KiB  0.00   B/s 00:00 [######################] 100%
 + wvstreams-4.6.1-...  1136.1 KiB  9.25 MiB/s 00:00 [######################] 100%
 + wvdial-1.61-8-x86_64   70.1 KiB  3.42 MiB/s 00:00 [######################] 100%
 + xl2tpd-1.3.16-1-...    60.4 KiB  0.00   B/s 00:00 [######################] 100%
 +(318/318) checking keys in keyring                 [######################] 100%
 +(318/318) checking package integrity               [######################] 100%
 +(318/318) loading package files                     [######################] 100%
 +(318/318) checking for file conflicts                [######################] 100%
 +:: Processing package changes...
 +(  1/318) installing linux-api-headers             [######################] 100%
 +(  2/318) installing tzdata                        [######################] 100%
 +(  3/318) installing iana-etc                      [######################] 100%
 +(  4/318) installing filesystem                     [######################] 100%
 +warning: /home/klaus/work/x86_64/airootfs/etc/motd installed as /home/klaus/work/x86_64/airootfs/etc/motd.pacnew
 +warning: /home/klaus/work/x86_64/airootfs/etc/passwd installed as /home/klaus/work/x86_64/airootfs/etc/passwd.pacnew
 +warning: /home/klaus/work/x86_64/airootfs/etc/resolv.conf installed as /home/klaus/work/x86_64/airootfs/etc/resolv.conf.pacnew
 +warning: /home/klaus/work/x86_64/airootfs/etc/shadow installed as /home/klaus/work/x86_64/airootfs/etc/shadow.pacnew
 +(  5/318) installing glibc                         [######################] 100%
 +Optional dependencies for glibc
 +    gd: for memusagestat
 +(  6/318) installing hwids                         [######################] 100%
 +(  7/318) installing zlib                          [######################] 100%
 +(  8/318) installing openssl                       [######################] 100%
 +Optional dependencies for openssl
 +    ca-certificates [pending]
 +    perl [pending]
 +(  9/318) installing gcc-libs                      [######################] 100%
 +( 10/318) installing ncurses                       [######################] 100%
 +( 11/318) installing readline                      [######################] 100%
 +( 12/318) installing bash                          [######################] 100%
 +Optional dependencies for bash
 +    bash-completion: for tab completion
 +( 13/318) installing xz                            [######################] 100%
 +( 14/318) installing kmod                          [######################] 100%
 +( 15/318) installing pciutils                      [######################] 100%
 +( 16/318) installing psmisc                        [######################] 100%
 +( 17/318) installing alsa-topology-conf            [######################] 100%
 +( 18/318) installing alsa-ucm-conf                 [######################] 100%
 +( 19/318) installing alsa-lib                      [######################] 100%
 +( 20/318) installing libsamplerate                 [######################] 100%
 +Optional dependencies for libsamplerate
 +    libsndfile.so: for sndfile-resample [pending]
 +( 21/318) installing alsa-utils                    [######################] 100%
 +Optional dependencies for alsa-utils
 +    fftw: for alsabat
 +( 22/318) installing amd-ucode                     [######################] 100%
 +( 23/318) installing gmp                           [######################] 100%
 +( 24/318) installing mpfr                          [######################] 100%
 +( 25/318) installing gawk                          [######################] 100%
 +( 26/318) installing attr                          [######################] 100%
 +( 27/318) installing acl                           [######################] 100%
 +( 28/318) installing util-linux-libs               [######################] 100%
 +( 29/318) installing e2fsprogs                     [######################] 100%
 +( 30/318) installing libsasl                       [######################] 100%
 +( 31/318) installing libldap                       [######################] 100%
 +( 32/318) installing keyutils                      [######################] 100%
 +( 33/318) installing krb5                          [######################] 100%
 +( 34/318) installing libtirpc                      [######################] 100%
 +( 35/318) installing pambase                       [######################] 100%
 +( 36/318) installing libcap-ng                     [######################] 100%
 +( 37/318) installing audit                         [######################] 100%
 +( 38/318) installing libxcrypt                     [######################] 100%
 +( 39/318) installing pam                           [######################] 100%
 +( 40/318) installing libcap                        [######################] 100%
 +( 41/318) installing coreutils                     [######################] 100%
 +( 42/318) installing bzip2                         [######################] 100%
 +( 43/318) installing expat                         [######################] 100%
 +( 44/318) installing lz4                           [######################] 100%
 +( 45/318) installing zstd                          [######################] 100%
 +( 46/318) installing libarchive                    [######################] 100%
 +( 47/318) installing findutils                      [######################] 100%
 +( 48/318) installing libtasn1                      [######################] 100%
 +( 49/318) installing libffi                          [######################] 100%
 +( 50/318) installing libp11-kit                    [######################] 100%
 +( 51/318) installing libgpg-error                  [######################] 100%
 +( 52/318) installing libgcrypt                     [######################] 100%
 +( 53/318) installing systemd-libs                  [######################] 100%
 +( 54/318) installing p11-kit                       [######################] 100%
 +( 55/318) installing ca-certificates-utils          [######################] 100%
 +( 56/318) installing ca-certificates-mozilla        [######################] 100%
 +( 57/318) installing ca-certificates                [######################] 100%
 +( 58/318) installing libssh2                       [######################] 100%
 +( 59/318) installing libunistring                  [######################] 100%
 +( 60/318) installing libidn2                       [######################] 100%
 +( 61/318) installing libpsl                        [######################] 100%
 +( 62/318) installing libnghttp2                    [######################] 100%
 +( 63/318) installing curl                          [######################] 100%
 +( 64/318) installing npth                          [######################] 100%
 +( 65/318) installing libksba                       [######################] 100%
 +( 66/318) installing libassuan                     [######################] 100%
 +( 67/318) installing pcre                          [######################] 100%
 +( 68/318) installing glib2                         [######################] 100%
 +Optional dependencies for glib2
 +    python: gdbus-codegen, glib-genmarshal, glib-mkenums, gtester-report
 +    [pending]
 +    libelf: gresource inspection tool [pending]
 +( 69/318) installing libsecret                     [######################] 100%
 +Optional dependencies for libsecret
 +    org.freedesktop.secrets: secret storage backend
 +( 70/318) installing pinentry                      [######################] 100%
 +Optional dependencies for pinentry
 +    gtk2: gtk2 backend
 +    qt5-base: qt backend
 +    gcr: gnome3 backend
 +( 71/318) installing nettle                        [######################] 100%
 +( 72/318) installing gnutls                        [######################] 100%
 +Optional dependencies for gnutls
 +    guile: for use with Guile bindings
 +( 73/318) installing sqlite                        [######################] 100%
 +( 74/318) installing gnupg                         [######################] 100%
 +Optional dependencies for gnupg
 +    libldap: gpg2keys_ldap [installed]
 +    libusb-compat: scdaemon
 +    pcsclite: scdaemon [pending]
 +( 75/318) installing gpgme                         [######################] 100%
 +( 76/318) installing pacman-mirrorlist             [######################] 100%
 +( 77/318) installing archlinux-keyring             [######################] 100%
 +( 78/318) installing pacman                        [######################] 100%
 +Optional dependencies for pacman
 +    perl-locale-gettext: translation support in makepkg-template
 +( 79/318) installing shadow                        [######################] 100%
 +( 80/318) installing libseccomp                    [######################] 100%
 +( 81/318) installing file                           [######################] 100%
 +( 82/318) installing util-linux                    [######################] 100%
 +Optional dependencies for util-linux
 +    python: python bindings to libmount [pending]
 +    words: default dictionary for look
 +( 83/318) installing arch-install-scripts          [######################] 100%
 +( 84/318) installing b43-fwcutter                  [######################] 100%
 +( 85/318) installing grep                          [######################] 100%
 +( 86/318) installing procps-ng                     [######################] 100%
 +( 87/318) installing sed                           [######################] 100%
 +( 88/318) installing tar                           [######################] 100%
 +( 89/318) installing icu                           [######################] 100%
 +( 90/318) installing libxml2                       [######################] 100%
 +( 91/318) installing libcroco                      [######################] 100%
 +( 92/318) installing gettext                       [######################] 100%
 +Optional dependencies for gettext
 +    git: for autopoint infrastructure updates
 +( 93/318) installing less                          [######################] 100%
 +( 94/318) installing gzip                          [######################] 100%
 +( 95/318) installing licenses                      [######################] 100%
 +( 96/318) installing device-mapper                 [######################] 100%
 +( 97/318) installing popt                          [######################] 100%
 +( 98/318) installing json-c                        [######################] 100%
 +( 99/318) installing argon2                        [######################] 100%
 +(100/318) installing cryptsetup                    [######################] 100%
 +(101/318) installing dbus                          [######################] 100%
 +(102/318) installing libmnl                        [######################] 100%
 +(103/318) installing libnftnl                      [######################] 100%
 +(104/318) installing libnl                         [######################] 100%
 +(105/318) installing libpcap                       [######################] 100%
 +(106/318) installing libnfnetlink                  [######################] 100%
 +(107/318) installing libnetfilter_conntrack         [######################] 100%
 +(108/318) installing iptables                      [######################] 100%
 +(109/318) installing kbd                           [######################] 100%
 +(110/318) installing libelf                        [######################] 100%
 +(111/318) installing pcre2                         [######################] 100%
 +(112/318) installing systemd                       [######################] 100%
 +Initializing machine ID from random generator.
 +Creating group sys with gid 3.
 +Creating group mem with gid 8.
 +Creating group ftp with gid 11.
 +Creating group mail with gid 12.
 +Creating group log with gid 19.
 +Creating group smmsp with gid 25.
 +Creating group proc with gid 26.
 +Creating group games with gid 50.
 +Creating group lock with gid 54.
 +Creating group network with gid 90.
 +Creating group floppy with gid 94.
 +Creating group scanner with gid 96.
 +Creating group power with gid 98.
 +Creating group adm with gid 999.
 +Creating group wheel with gid 998.
 +Creating group kmem with gid 997.
 +Creating group tty with gid 5.
 +Creating group utmp with gid 996.
 +Creating group audio with gid 995.
 +Creating group disk with gid 994.
 +Creating group input with gid 993.
 +Creating group kvm with gid 992.
 +Creating group lp with gid 991.
 +Creating group optical with gid 990.
 +Creating group render with gid 989.
 +Creating group storage with gid 988.
 +Creating group uucp with gid 987.
 +Creating group video with gid 986.
 +Creating group users with gid 985.
 +Creating group systemd-journal with gid 984.
 +Creating group rfkill with gid 983.
 +Creating group bin with gid 1.
 +Creating user bin (n/a) with uid 1 and gid 1.
 +Creating group daemon with gid 2.
 +Creating user daemon (n/a) with uid 2 and gid 2.
 +Creating user mail (n/a) with uid 8 and gid 12.
 +Creating user ftp (n/a) with uid 14 and gid 11.
 +Creating group http with gid 33.
 +Creating user http (n/a) with uid 33 and gid 33.
 +Creating group nobody with gid 65534.
 +Creating user nobody (Nobody) with uid 65534 and gid 65534.
 +Creating group dbus with gid 81.
 +Creating user dbus (System Message Bus) with uid 81 and gid 81.
 +Creating group systemd-journal-remote with gid 982.
 +Creating user systemd-journal-remote (systemd Journal Remote) with uid 982 and gid 982.
 +Creating group systemd-network with gid 981.
 +Creating user systemd-network (systemd Network Management) with uid 981 and gid 981.
 +Creating group systemd-resolve with gid 980.
 +Creating user systemd-resolve (systemd Resolver) with uid 980 and gid 980.
 +Creating group systemd-timesync with gid 979.
 +Creating user systemd-timesync (systemd Time Synchronization) with uid 979 and gid 979.
 +Creating group systemd-coredump with gid 978.
 +Creating user systemd-coredump (systemd Core Dumper) with uid 978 and gid 978.
 +Creating group uuidd with gid 68.
 +Creating user uuidd (n/a) with uid 68 and gid 68.
 +Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service -> /usr/lib/systemd/system/getty@.service.
 +Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target -> /usr/lib/systemd/system/remote-fs.target.
 +:: Append 'init=/usr/lib/systemd/systemd' to your kernel command line in your
 +   bootloader to replace sysvinit with systemd, or install systemd-sysvcompat
 +Optional dependencies for systemd
 +    libmicrohttpd: remote journald capabilities
 +    quota-tools: kernel-level quota management
 +    systemd-sysvcompat: symlink package to provide sysvinit binaries [pending]
 +    polkit: allow administration as unprivileged user [pending]
 +    curl: machinectl pull-tar and pull-raw [installed]
 +(113/318) installing systemd-sysvcompat            [######################] 100%
 +(114/318) installing iputils                       [######################] 100%
 +(115/318) installing iproute2                      [######################] 100%
 +Optional dependencies for iproute2
 +    db: userspace arp daemon [pending]
 +    linux-atm: ATM support [pending]
 +(116/318) installing base                          [######################] 100%
 +Optional dependencies for base
 +    linux: bare metal support [pending]
 +(117/318) installing dnssec-anchors                [######################] 100%
 +(118/318) installing libedit                       [######################] 100%
 +(119/318) installing libmaxminddb                  [######################] 100%
 +Optional dependencies for libmaxminddb
 +    geoip2-database: IP geolocation databases
 +(120/318) installing libnsl                        [######################] 100%
 +(121/318) installing libuv                         [######################] 100%
 +(122/318) installing lmdb                          [######################] 100%
 +(123/318) installing gdbm                          [######################] 100%
 +(124/318) installing python                        [######################] 100%
 +Optional dependencies for python
 +    python-setuptools
 +    python-pip
 +    sqlite [installed]
 +    mpdecimal: for decimal
 +    xz: for lzma [installed]
 +    tk: for tkinter
 +(125/318) installing python-ply                    [######################] 100%
 +(126/318) installing bind                          [######################] 100%
 +(127/318) installing bluez-libs                    [######################] 100%
 +(128/318) installing liblouis                      [######################] 100%
 +(129/318) installing libspeechd                    [######################] 100%
 +(130/318) installing js78                          [######################] 100%
 +(131/318) installing polkit                        [######################] 100%
 +(132/318) installing tcl                           [######################] 100%
 +(133/318) installing gpm                           [######################] 100%
 +(134/318) installing brltty                        [######################] 100%
 +Got 128 bytes from getrandom() function
 +Please add your user to the brlapi group.
 +Optional dependencies for brltty
 +    at-spi2-core: X11/GNOME Apps accessibility
 +    atk: ATK bridge for X11/GNOME accessibility
 +    espeak-ng: espeak-ng driver
 +    java-runtime: Java support
 +    libxaw: X11 support
 +    libxt: X11 support
 +    libx11: for xbrlapi
 +    libxfixes: for xbrlapi
 +    libxtst: for xbrlapi
 +    ocaml: OCaml support
 +    python: Python support [installed]
 +    speech-dispatcher: speech-dispatcher driver
 +(135/318) installing mkinitcpio-busybox            [######################] 100%
 +(136/318) installing diffutils                      [######################] 100%
 +(137/318) installing mkinitcpio                    [######################] 100%
 +warning: /home/klaus/work/x86_64/airootfs/etc/mkinitcpio.conf installed as /home/klaus/work/x86_64/airootfs/etc/mkinitcpio.conf.pacnew
 +Optional dependencies for mkinitcpio
 +    xz: Use lzma or xz compression for the initramfs image [installed]
 +    bzip2: Use bzip2 compression for the initramfs image [installed]
 +    lzop: Use lzo compression for the initramfs image [pending]
 +    lz4: Use lz4 compression for the initramfs image [installed]
 +    mkinitcpio-nfs-utils: Support for root filesystem on NFS [pending]
 +(138/318) installing linux                         [######################] 100%
 +Optional dependencies for linux
 +    crda: to set the correct wireless channels of your country [pending]
 +    linux-firmware: firmware images needed for some devices [pending]
 +(139/318) installing broadcom-wl                   [######################] 100%
 +(140/318) installing lzo                           [######################] 100%
 +(141/318) installing btrfs-progs                   [######################] 100%
 +Optional dependencies for btrfs-progs
 +    python: libbtrfsutil python bindings [installed]
 +    e2fsprogs: btrfs-convert [installed]
 +    reiserfsprogs: btrfs-convert [pending]
 +(142/318) installing db                            [######################] 100%
 +(143/318) installing perl                          [######################] 100%
 +(144/318) installing bc                            [######################] 100%
 +(145/318) installing drbl                          [######################] 100%
 +(146/318) installing progsreiserfs                 [######################] 100%
 +(147/318) installing fuse-common                   [######################] 100%
 +(148/318) installing fuse2                         [######################] 100%
 +(149/318) installing ntfs-3g                       [######################] 100%
 +(150/318) installing nilfs-utils                   [######################] 100%
 +(151/318) installing partclone                     [######################] 100%
 +(152/318) installing slang                         [######################] 100%
 +(153/318) installing libnewt                       [######################] 100%
 +Optional dependencies for libnewt
 +    tcl: whiptcl support [installed]
 +    python: libnewt support with the _snack module [installed]
 +    python2: libnewt support with the _snack module
 +(154/318) installing partimage                     [######################] 100%
 +(155/318) installing pigz                          [######################] 100%
 +(156/318) installing fuse3                         [######################] 100%
 +(157/318) installing ldns                          [######################] 100%
 +Optional dependencies for ldns
 +    libpcap: ldns-dpa tool [installed]
 +(158/318) installing openssh                       [######################] 100%
 +warning: /home/klaus/work/x86_64/airootfs/etc/ssh/sshd_config installed as /home/klaus/work/x86_64/airootfs/etc/ssh/sshd_config.pacnew
 +Optional dependencies for openssh
 +    xorg-xauth: X11 forwarding
 +    x11-ssh-askpass: input passphrase in X
 +    libfido2: FIDO/U2F support
 +(159/318) installing sshfs                         [######################] 100%
 +(160/318) installing parted                        [######################] 100%
 +(161/318) installing gptfdisk                      [######################] 100%
 +(162/318) installing dosfstools                    [######################] 100%
 +(163/318) installing pbzip2                        [######################] 100%
 +(164/318) installing lbzip2                        [######################] 100%
 +(165/318) installing lrzip                         [######################] 100%
 +(166/318) installing pixz                          [######################] 100%
 +(167/318) installing lzop                          [######################] 100%
 +(168/318) installing nspr                          [######################] 100%
 +(169/318) installing nss                           [######################] 100%
 +(170/318) installing ecryptfs-utils                [######################] 100%
 +Optional dependencies for ecryptfs-utils
 +    python2: for python module
 +(171/318) installing screen                        [######################] 100%
 +(172/318) installing talloc                        [######################] 100%
 +Optional dependencies for talloc
 +    python: for python bindings [installed]
 +(173/318) installing tdb                           [######################] 100%
 +Optional dependencies for tdb
 +    python: for python bindings [installed]
 +(174/318) installing tevent                        [######################] 100%
 +Optional dependencies for tevent
 +    python: for python bindings [installed]
 +(175/318) installing ldb                           [######################] 100%
 +Optional dependencies for ldb
 +    python: for python bindings [installed]
 +(176/318) installing libbsd                        [######################] 100%
 +(177/318) installing libjpeg-turbo                 [######################] 100%
 +Optional dependencies for libjpeg-turbo
 +    java-runtime>11: for TurboJPEG Java wrapper
 +(178/318) installing libtiff                        [######################] 100%
 +Optional dependencies for libtiff
 +    freeglut: for using tiffgt
 +(179/318) installing libpng                        [######################] 100%
 +(180/318) installing libdaemon                     [######################] 100%
 +(181/318) installing avahi                         [######################] 100%
 +Optional dependencies for avahi
 +    gtk3: avahi-discover, avahi-discover-standalone, bshell, bssh, bvnc
 +    qt5-base: qt5 bindings
 +    libevent: libevent bindings [pending]
 +    nss-mdns: NSS support for mDNS
 +    python-twisted: avahi-bookmarks
 +    python-gobject: avahi-bookmarks, avahi-discover
 +    python-dbus: avahi-bookmarks, avahi-discover
 +(182/318) installing libusb                        [######################] 100%
 +(183/318) installing libcups                       [######################] 100%
 +(184/318) installing jansson                       [######################] 100%
 +(185/318) installing smbclient                     [######################] 100%
 +Optional dependencies for smbclient
 +    python-dnspython: samba_dnsupdate and samba_upgradedns in AD setup
 +(186/318) installing cifs-utils                    [######################] 100%
 +(187/318) installing clonezilla                    [######################] 100%
 +(188/318) installing wireless-regdb                [######################] 100%
 +(189/318) installing iw                            [######################] 100%
 +(190/318) installing crda                          [######################] 100%
 +Uncomment the right regulatory domain in /etc/conf.d/wireless-regdom.
 +It will automatically be set on boot.
 +(191/318) installing darkhttpd                     [######################] 100%
 +(192/318) installing ddrescue                      [######################] 100%
 +(193/318) installing run-parts                     [######################] 100%
 +(194/318) installing dhclient                      [######################] 100%
 +(195/318) installing dhcpcd                        [######################] 100%
 +Optional dependencies for dhcpcd
 +    openresolv: resolvconf support [pending]
 +(196/318) installing dmraid                        [######################] 100%
 +(197/318) installing dnsmasq                       [######################] 100%
 +(198/318) installing edk2-shell                    [######################] 100%
 +(199/318) installing efivar                         [######################] 100%
 +(200/318) installing efibootmgr                     [######################] 100%
 +(201/318) installing speakup-utils                 [######################] 100%
 +(202/318) installing libogg                        [######################] 100%
 +(203/318) installing flac                           [######################] 100%
 +(204/318) installing libvorbis                     [######################] 100%
 +(205/318) installing libsndfile                     [######################] 100%
 +Optional dependencies for libsndfile
 +    alsa-lib: for sndfile-play [installed]
 +(206/318) installing zita-alsa-pcmi                [######################] 100%
 +(207/318) installing zita-resampler                [######################] 100%
 +Optional dependencies for zita-resampler
 +    libsndfile: for zresample and zretune [installed]
 +(208/318) installing jack                          [######################] 100%
 +Optional dependencies for jack
 +    celt: NetJACK driver
 +    libffado: FireWire support
 +    realtime-privileges: Acquire realtime privileges
 +(209/318) installing portaudio                     [######################] 100%
 +(210/318) installing libasyncns                    [######################] 100%
 +(211/318) installing xcb-proto                     [######################] 100%
 +(212/318) installing libxdmcp                      [######################] 100%
 +(213/318) installing libxau                        [######################] 100%
 +(214/318) installing libxcb                        [######################] 100%
 +(215/318) installing libice                        [######################] 100%
 +(216/318) installing libsm                         [######################] 100%
 +(217/318) installing libpulse                      [######################] 100%
 +Optional dependencies for libpulse
 +    glib2: mainloop integration [installed]
 +(218/318) installing espeak                        [######################] 100%
 +(219/318) installing espeakup                      [######################] 100%
 +(220/318) installing ethtool                       [######################] 100%
 +(221/318) installing exfatprogs                    [######################] 100%
 +(222/318) installing f2fs-tools                    [######################] 100%
 +(223/318) installing fatresize                     [######################] 100%
 +(224/318) installing fsarchiver                    [######################] 100%
 +(225/318) installing texinfo                       [######################] 100%
 +(226/318) installing gnu-netcat                    [######################] 100%
 +(227/318) installing gpart                         [######################] 100%
 +(228/318) installing zsh                           [######################] 100%
 +(229/318) installing inetutils                     [######################] 100%
 +(230/318) installing grml-zsh-config                [######################] 100%
 +(231/318) installing haveged                       [######################] 100%
 +(232/318) installing hdparm                        [######################] 100%
 +Optional dependencies for hdparm
 +    bash: for wiper.sh script [installed]
 +(233/318) installing intel-ucode                   [######################] 100%
 +(234/318) installing ipw2100-fw                    [######################] 100%
 +(235/318) installing ipw2200-fw                    [######################] 100%
 +(236/318) installing libotr                        [######################] 100%
 +(237/318) installing irssi                         [######################] 100%
 +Optional dependencies for irssi
 +    perl-libwww: for the scriptassist script
 +(238/318) installing ell                           [######################] 100%
 +(239/318) installing iwd                           [######################] 100%
 +(240/318) installing jfsutils                      [######################] 100%
 +(241/318) installing kitty-terminfo                [######################] 100%
 +(242/318) installing hicolor-icon-theme            [######################] 100%
 +(243/318) installing lftp                          [######################] 100%
 +Optional dependencies for lftp
 +    perl: needed for convert-netscape-cookies and verify-file [installed]
 +(244/318) installing linux-atm                     [######################] 100%
 +(245/318) installing linux-firmware                 [######################] 100%
 +(246/318) installing livecd-sounds                 [######################] 100%
 +(247/318) installing sysfsutils                    [######################] 100%
 +(248/318) installing lsscsi                        [######################] 100%
 +(249/318) installing libaio                        [######################] 100%
 +(250/318) installing thin-provisioning-tools       [######################] 100%
 +(251/318) installing lvm2                          [######################] 100%
 +(252/318) installing libidn                        [######################] 100%
 +(253/318) installing lynx                          [######################] 100%
 +(254/318) installing groff                          [######################] 100%
 +Optional dependencies for groff
 +    netpbm: for use together with man -H command interaction in browsers
 +    psutils: for use together with man -H command interaction in browsers
 +    libxaw: for gxditview
 +    perl-file-homedir: for use with glilypond
 +(255/318) installing libpipeline                   [######################] 100%
 +(256/318) installing man-db                        [######################] 100%
 +Optional dependencies for man-db
 +    gzip [installed]
 +(257/318) installing man-pages                     [######################] 100%
 +(258/318) installing which                         [######################] 100%
 +(259/318) installing mc                            [######################] 100%
 +Optional dependencies for mc
 +    aspell: spelling corrections
 +    cabextract: ucab extfs
 +    cdparanoia: audio extfs
 +    cdrkit: iso9660 extfs
 +    cvs: CVS support
 +    gawk: hp48+ extfs [installed]
 +    mtools: a+ extfs [pending]
 +    p7zip: support for 7zip archives
 +    perl: needed by several extfs scripts [installed]
 +    python: to access uc1541 or s3 storage [installed]
 +    python-boto: s3+ extfs
 +    python-pytz: s3+ extfs
 +    samba: VFS support
 +    unace: uace extfs
 +    unarj: uarj extfs
 +    unrar: urar extfs
 +    unzip: open zip archives
 +    zip: uzip extfs
 +(260/318) installing mdadm                         [######################] 100%
 +(261/318) installing memtest86+                    [######################] 100%
 +(262/318) installing mkinitcpio-archiso            [######################] 100%
 +(263/318) installing mkinitcpio-nfs-utils          [######################] 100%
 +(264/318) installing mtools                        [######################] 100%
 +Optional dependencies for mtools
 +    libx11: required by floppyd
 +    libxau: required by floppyd [installed]
 +(265/318) installing nano                          [######################] 100%
 +(266/318) installing nbd                           [######################] 100%
 +(267/318) installing ndisc6                        [######################] 100%
 +(268/318) installing rpcbind                       [######################] 100%
 +(269/318) installing nfsidmap                      [######################] 100%
 +(270/318) installing ding-libs                     [######################] 100%
 +(271/318) installing gssproxy                      [######################] 100%
 +(272/318) installing libevent                      [######################] 100%
 +Optional dependencies for libevent
 +    python: to use event_rpcgen.py [installed]
 +(273/318) installing nfs-utils                     [######################] 100%
 +Optional dependencies for nfs-utils
 +    sqlite: for nfsdcltrack usage [installed]
 +    python: for nfsiostat, nfsdclnts and mountstats usage [installed]
 +(274/318) installing lua53                         [######################] 100%
 +(275/318) installing nmap                          [######################] 100%
 +(276/318) installing nvme-cli                      [######################] 100%
 +(277/318) installing libproxy                      [######################] 100%
 +Optional dependencies for libproxy
 +    networkmanager: NetworkManager configuration module
 +    perl: Perl bindings [installed]
 +    python2: Python 2.x bindings
 +    python: Python 3.x bindings [installed]
 +    libproxy-webkit: PAC proxy support (via WebKit)
 +(278/318) installing vpnc                          [######################] 100%
 +Optional dependencies for vpnc
 +    openresolv: Let vpnc manage resolv.conf [pending]
 +(279/318) installing pcsclite                      [######################] 100%
 +(280/318) installing stoken                        [######################] 100%
 +Optional dependencies for stoken
 +    gtk3: required for stoken-gui
 +(281/318) installing openconnect                   [######################] 100%
 +Optional dependencies for openconnect
 +    python: tncc-wrapper [installed]
 +(282/318) installing pkcs11-helper                 [######################] 100%
 +(283/318) installing openvpn                       [######################] 100%
 +Optional dependencies for openvpn
 +    easy-rsa: easy CA and certificate handling
 +    pam: authenticate via PAM [installed]
 +(284/318) installing ppp                           [######################] 100%
 +(285/318) installing pptpclient                    [######################] 100%
 +(286/318) installing reflector                      [######################] 100%
 +warning: /home/klaus/work/x86_64/airootfs/etc/xdg/reflector/reflector.conf installed as /home/klaus/work/x86_64/airootfs/etc/xdg/reflector/reflector.conf.pacnew
 +Optional dependencies for reflector
 +    rsync: rate rsync mirrors [pending]
 +(287/318) installing reiserfsprogs                 [######################] 100%
 +(288/318) installing net-tools                     [######################] 100%
 +(289/318) installing rp-pppoe                      [######################] 100%
 +>>> The kernel-mode plugin has a new place.
 +>>> It's now located under /usr/lib/rp-pppoe/rp-pppoe.so
 +>>> Change LINUX_PLUGIN to the new path in your /etc/ppp/pppoe.conf
 +(290/318) installing xxhash                        [######################] 100%
 +(291/318) installing rsync                         [######################] 100%
 +(292/318) installing rxvt-unicode-terminfo         [######################] 100%
 +(293/318) installing sdparm                        [######################] 100%
 +(294/318) installing sg3_utils                     [######################] 100%
 +(295/318) installing smartmontools                 [######################] 100%
 +Optional dependencies for smartmontools
 +    s-nail: to get mail alerts to work
 +(296/318) installing squashfs-tools                [######################] 100%
 +(297/318) installing sudo                          [######################] 100%
 +(298/318) installing syslinux                      [######################] 100%
 +
 +==> For setting up Syslinux BIOS using the syslinux-install_update script follow
 +    https://wiki.archlinux.org/index.php/Syslinux#Automatic_Install
 +Optional dependencies for syslinux
 +    perl-crypt-passwdmd5: For md5pass
 +    perl-digest-sha1: For sha1pass
 +    mtools: For mkdiskimage and syslinux support [installed]
 +    gptfdisk: For GPT support [installed]
 +    util-linux: For isohybrid [installed]
 +    efibootmgr: For EFI support [installed]
 +    dosfstools: For EFI support [installed]
 +(299/318) installing systemd-resolvconf            [######################] 100%
 +(300/318) installing tcpdump                       [######################] 100%
 +(301/318) installing terminus-font                 [######################] 100%
 +(302/318) installing termite-terminfo              [######################] 100%
 +(303/318) installing testdisk                      [######################] 100%
 +(304/318) installing libutempter                   [######################] 100%
 +(305/318) installing tmux                          [######################] 100%
 +(306/318) installing udftools                      [######################] 100%
 +(307/318) installing usb_modeswitch                [######################] 100%
 +(308/318) installing usbutils                      [######################] 100%
 +Optional dependencies for usbutils
 +    python: for lsusb.py usage [installed]
 +    coreutils: for lsusb.py usage [installed]
 +(309/318) installing vim-runtime                   [######################] 100%
 +Optional dependencies for vim-runtime
 +    sh: support for some tools and macros [installed]
 +    python: demoserver example tool [installed]
 +    gawk: mve tools upport [installed]
 +(310/318) installing vim                           [######################] 100%
 +Optional dependencies for vim
 +    python2: Python 2 language support
 +    python: Python 3 language support [installed]
 +    ruby: Ruby language support
 +    lua: Lua language support
 +    perl: Perl language support [installed]
 +    tcl: Tcl language support [installed]
 +(311/318) installing wireless_tools                [######################] 100%
 +(312/318) installing wpa_supplicant                [######################] 100%
 +(313/318) installing xplc                          [######################] 100%
 +(314/318) installing openssl-1.0                   [######################] 100%
 +Optional dependencies for openssl-1.0
 +    ca-certificates [installed]
 +(315/318) installing wvstreams                     [######################] 100%
 +(316/318) installing wvdial                        [######################] 100%
 +(317/318) installing xfsprogs                      [######################] 100%
 +Optional dependencies for xfsprogs
 +    python: for xfs_scrub_all script [installed]
 +    smtp-forwarder: for xfs_scrub_fail script
 +(318/318) installing xl2tpd                        [######################] 100%
 +:: Running post-transaction hooks...
 +( 1/14) Creating system user accounts...
 +Creating group brlapi with gid 977.
 +Creating group avahi with gid 976.
 +Creating user avahi (Avahi mDNS/DNS-SD daemon) with uid 976 and gid 976.
 +Creating group named with gid 40.
 +Creating user named (BIND DNS Server) with uid 40 and gid 40.
 +Creating group dhcpcd with gid 975.
 +Creating user dhcpcd (dhcpcd privilege separation) with uid 975 and gid 975.
 +Creating group dnsmasq with gid 974.
 +Creating user dnsmasq (dnsmasq daemon) with uid 974 and gid 974.
 +Creating group nbd with gid 973.
 +Creating user nbd (Network Block Device) with uid 973 and gid 973.
 +Creating group openvpn with gid 972.
 +Creating user openvpn (OpenVPN) with uid 972 and gid 972.
 +Creating group partimag with gid 110.
 +Creating user partimag (Partimage user) with uid 110 and gid 110.
 +Creating group polkitd with gid 102.
 +Creating user polkitd (PolicyKit daemon) with uid 102 and gid 102.
 +Creating group rpc with gid 32.
 +Creating user rpc (Rpcbind Daemon) with uid 32 and gid 32.
 +( 2/14) Updating journal message catalog...
 +( 3/14) Reloading system manager configuration...
 +Running in chroot, ignoring command 'daemon-reload'
 +( 4/14) Updating udev hardware database...
 +( 5/14) Applying kernel sysctl settings...
 +Not setting net/ipv4/conf/all/rp_filter (explicit setting exists).
 +Not setting net/ipv4/conf/default/rp_filter (explicit setting exists).
 +Not setting net/ipv4/conf/all/accept_source_route (explicit setting exists).
 +Not setting net/ipv4/conf/default/accept_source_route (explicit setting exists).
 +Not setting net/ipv4/conf/all/promote_secondaries (explicit setting exists).
 +Not setting net/ipv4/conf/default/promote_secondaries (explicit setting exists).
 +( 6/14) Creating temporary files...
 +( 7/14) Reloading device manager configuration...
 +Running in chroot, ignoring request.
 +( 8/14) Arming ConditionNeedsUpdate...
 +( 9/14) Rebuilding certificate stores...
 +(10/14) Updating module dependencies...
 +(11/14) Updating linux initcpios...
 +==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'archiso'
 +  -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
 +==> Starting build: 5.9.14-arch1-1
 +  -> Running build hook: [base]
 +  -> Running build hook: [udev]
 +  -> Running build hook: [modconf]
 +  -> Running build hook: [memdisk]
 +  -> Running build hook: [archiso_shutdown]
 +  -> Running build hook: [archiso]
 +  -> Running build hook: [archiso_loop_mnt]
 +  -> Running build hook: [archiso_pxe_common]
 +==> WARNING: Possibly missing firmware for module: softing_cs
 +==> WARNING: Possibly missing firmware for module: lantiq_gswip
 +  -> Running build hook: [archiso_pxe_nbd]
 +  -> Running build hook: [archiso_pxe_http]
 +  -> Running build hook: [archiso_pxe_nfs]
 +  -> Running build hook: [archiso_kms]
 +  -> Running build hook: [block]
 +==> WARNING: Possibly missing firmware for module: aic94xx
 +==> WARNING: Possibly missing firmware for module: wd719x
 +==> WARNING: Possibly missing firmware for module: xhci_pci
 +  -> Running build hook: [filesystems]
 +  -> Running build hook: [keyboard]
 +==> Generating module dependencies
 +==> Creating xz-compressed initcpio image: /boot/initramfs-linux.img
 +==> Image generation successful
 +(12/14) Reloading system bus configuration...
 +Running in chroot, ignoring command 'try-reload-or-restart'
 +(13/14) Warn about old perl modules
 +(14/14) Updating the info directory file...
 +[mkarchiso] INFO: Done! Packages installed successfully.
 +[mkarchiso] INFO: Copying /etc/skel/* to user homes...
 +[mkarchiso] INFO: Done!
 +[mkarchiso] INFO: Running customize_airootfs.sh in '/home/klaus/work/x86_64/airootfs' chroot...
 +[mkarchiso] WARNING: customize_airootfs.sh is deprecated! Support for it will be removed in a future archiso version.
 +==> WARNING: /home/klaus/work/x86_64/airootfs is not a mountpoint. This may have undesirable side effects.
 +Generating locales...
 +  en_US.UTF-8... done
 +Generation complete.
 +[mkarchiso] INFO: Done! customize_airootfs.sh run successfully.
 +[mkarchiso] INFO: Creating a list of installed packages on live-enviroment...
 +[mkarchiso] INFO: Done!
 +[mkarchiso] INFO: Setting up SYSLINUX for BIOS booting from a disk...
 +[mkarchiso] INFO: Preparing kernel and intramfs for the ISO 9660 file system...
 +[mkarchiso] INFO: Done!
 +[mkarchiso] INFO: Done! SYSLINUX set up for BIOS booting from a disk successfully.
 +[mkarchiso] INFO: Setting up SYSLINUX for BIOS booting from an optical disc...
 +[mkarchiso] INFO: Done! SYSLINUX set up for BIOS booting from an optical disc successfully.
 +[mkarchiso] INFO: Setting up systemd-boot for UEFI booting...
 +[mkarchiso] INFO: Creating FAT image of size: 62464 KiB...
 +mkfs.fat 4.1 (2017-01-24)
 +[mkarchiso] INFO: Preparing kernel and intramfs for the FAT file system...
 +[mkarchiso] INFO: Done!
 +[mkarchiso] INFO: Done! systemd-boot set up for UEFI booting successfully.
 +[mkarchiso] INFO: Preparing an /EFI directory for the ISO 9660 file system...
 +[mkarchiso] INFO: Done!
 +[mkarchiso] INFO: Cleaning up what we can on airootfs...
 +[mkarchiso] INFO: Done!
 +[mkarchiso] INFO: Creating SquashFS image, this may take some time...
 +Parallel mksquashfs: Using 2 processors
 +Creating 4.0 filesystem on /home/klaus/work/iso/arch/x86_64/airootfs.sfs, block size 1048576.
 +[=========================================================/  ] 55094/56079  98%
 +Unrecognised xattr prefix system.posix_acl_default
 +
 +Unrecognised xattr prefix system.posix_acl_access
 +
 +Unrecognised xattr prefix system.posix_acl_default
 +
 +Unrecognised xattr prefix system.posix_acl_access
 +[===========================================================-] 56079/56079 100%
 +
 +Exportable Squashfs 4.0 filesystem, xz compressed, data block size 1048576
 + compressed data, compressed metadata, compressed fragments,
 + compressed xattrs, compressed ids
 + duplicates are removed
 +Filesystem size 584043.70 Kbytes (570.36 Mbytes)
 + 32.62% of uncompressed filesystem size (1790633.25 Kbytes)
 +Inode table size 473914 bytes (462.81 Kbytes)
 + 20.76% of uncompressed inode table size (2282690 bytes)
 +Directory table size 612502 bytes (598.15 Kbytes)
 + 36.47% of uncompressed directory table size (1679373 bytes)
 +Xattr table size 98 bytes (0.10 Kbytes)
 + 81.67% of uncompressed xattr table size (120 bytes)
 +Number of duplicate files found 4935
 +Number of inodes 66869
 +Number of files 55353
 +Number of fragments 997
 +Number of symbolic links  6868
 +Number of device nodes 0
 +Number of fifo nodes 0
 +Number of socket nodes 0
 +Number of directories 4648
 +Number of ids (unique uids + gids) 16
 +Number of uids 5
 + root (0)
 + unknown (972)
 + unknown (110)
 + nobody (65534)
 + unknown (32)
 +Number of gids 14
 + root (0)
 + git (977)
 + unknown (40)
 + network (90)
 + unknown (110)
 + polkitd (102)
 + ftp (11)
 + tty (5)
 + dbus (81)
 + utmp (996)
 + games (50)
 + unknown (32)
 + systemd-journal-remote (982)
 + systemd-journal (984)
 +[mkarchiso] INFO: Done!
 +[mkarchiso] INFO: Creating checksum file for self-test...
 +[mkarchiso] INFO: Done!
 +[mkarchiso] INFO: Creating ISO image...
 +xorriso 1.5.2 : RockRidge filesystem manipulator, libburnia project.
 +
 +xorriso : NOTE : Environment variable SOURCE_DATE_EPOCH encountered with value 1609053095
 +Drive current: -outdev 'stdio:/home/klaus/out/archlinux-2020.12.27-x86_64.iso'
 +Media current: stdio file, overwriteable
 +Media status : is blank
 +Media summary: 0 sessions, 0 data blocks, 0 data, 25.0g free
 +Added to ISO image: directory '/'='/home/klaus/work/iso'
 +xorriso : UPDATE :     104 files added in 1 seconds
 +xorriso : UPDATE :     104 files added in 1 seconds
 +xorriso : NOTE : Copying to System Area: 432 bytes from file '/home/klaus/work/iso/syslinux/isohdpfx.bin'
 +libisofs: NOTE : Aligned image size to cylinder size by 176 blocks
 +xorriso : UPDATE :  10.27% done
 +ISO image produced: 354982 sectors
 +Written to medium : 354982 sectors at LBA 0
 +Writing to 'stdio:/home/klaus/out/archlinux-2020.12.27-x86_64.iso' completed successfully.
 +
 +[mkarchiso] INFO: Done!
 +693M /home/klaus/out/archlinux-2020.12.27-x86_64.iso
 </code> </code>
 +
 +Das so erstellt **personalisierte [[https://www.archlinux.de/|ArchLinux]]-ISO Image** ist in nachfolgendem Verzeichnis mit ebenfalls nachfolgendem Namen zu finden:
 +  * **''/home/klaus/out/archlinux-2020.12.27-x86_64.iso''**
 +
 +===== Aufräumarbeiten =====
 +
 +Alle temporären Dateien wurden in das Arbeitsverzeichnis 
 +  * ''/home/klaus/work''
 +kopiert bzw. erstellt.
 +
 +Nach erfolgreicher Erstellung des **personalisierten [[https://www.archlinux.de/|ArchLinux]]-ISO Images** kann das Arbeitsverzeichnis und dessen Inhalt mit nachfolgendem gelöscht werden:
 +<code>
 +# rm -rf /home/klaus/work
 +</code>
 +
 +===== ISO-Image SSH-Zugriff =====
 +
 +Nach dem erfolgreichen Start des **personalisierten [[https://www.archlinux.de/|ArchLinux]]-ISO Images**, kann eine Anmeldung via **''ssh''** mit nachfolgendem Befehl erfolgen *¹:
 +<code>
 +# ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null root@192.168.122.10
 +Warning: Permanently added '192.168.122.10' (ECDSA) to the list of known hosts.
 +root@192.168.122.10's password: 
 +To install Arch Linux follow the installation guide:
 +https://wiki.archlinux.org/index.php/Installation_guide
 +
 +For Wi-Fi, authenticate to the wireless network using the iwctl utility.
 +Ethernet and Wi-Fi connections using DHCP should work automatically.
 +
 +After connecting to the internet, the installation guide can be accessed
 +via the convenience script Installation_guide.
 +
 +Last login: Sun Dec 27 07:42:39 2020 from 192.168.122.1
 +root@archiso ~ #
 +</code>
 +
 +*¹ //Zugriff via SSH durch den Benutzer **''root''** __und__ **__ohne__** die Prüfung __und__ Speicherung des **HOST-keys** (HOST-Schlüssels) beim Zugriff via **''ssh''**, damit ggf. nach Neustarts der Zugriff auch ohne Verlust einer SSH-Verbindung möglich ist.//
  
tachtler/archlinux_-_archiso_anpassen.1609053593.txt.gz · Zuletzt geändert: 2020/12/27 08:19 von klaus