FS#59137 - [archiso] Hook 'pcmcia' cannot be found

Attached to Project: Arch Linux
Opened by Anton Hvornum (Torxed) - Sunday, 24 June 2018, 21:53 GMT
Last edited by Eli Schwartz (eschwartz) - Sunday, 24 June 2018, 22:36 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
[mkarchiso] INFO: Configuration settings
[mkarchiso] INFO: Command: run
[mkarchiso] INFO: Architecture: x86_64
[mkarchiso] INFO: Working directory: work/x86_64
[mkarchiso] INFO: Installation directory: arch
[mkarchiso] INFO: Run command: mkinitcpio -c /etc/mkinitcpio-archiso.conf -k /boot/vmlinuz-linux -g /boot/archiso.img

==> Starting build: 4.17.2-1-ARCH
....
-> Running build hook: [block]
==> WARNING: Possibly missing firmware for module: wd719x
==> WARNING: Possibly missing firmware for module: aic94xx
==> ERROR: Hook 'pcmcia' cannot be found
-> Running build hook: [filesystems]
-> Running build hook: [keyboard]


Additional info:
* archiso 35-1

Steps to reproduce:

standard archiso build.
This task depends upon

Closed by  Eli Schwartz (eschwartz)
Sunday, 24 June 2018, 22:36 GMT
Reason for closing:  Fixed
Additional comments about closing:  https://git.archlinux.org/archiso.git/co mmit/?id=7e6b7157e697f88b70f38889e2641f5 c22cc980c
Comment by Anton Hvornum (Torxed) - Sunday, 24 June 2018, 21:59 GMT
23:54 < -----> Any reason why you'd get `Hook 'pcmcia' cannot be found` when running mkinitcpio during a archiso-build? (standard archiso install and
build proceedure). How have the official ISO build passed the last month?
23:55 < -----> I think that was just dropped?
23:55 < -----> wasn't pcmciautils removed recently?
23:55 < -----> report the bug against archiso
23:55 < -----> I have @-----
23:55 < -----> it was dropped, yes
23:56 < -----> I'm guessing it's safe to remove `pcmcia` from `HOOKS=` then, in mkinitcpio-archiso.conf? :)
23:56 < -----> yeah
Comment by Anton Hvornum (Torxed) - Sunday, 24 June 2018, 22:22 GMT
Workaround (run before ./build.sh): sed -i 's/pcmcia//g' mkinitcpio.conf

Loading...