From f34ee36babbf9a4b5521629ec14c32e2a28f9e7d Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Thu, 25 Feb 2021 19:57:44 +0100 Subject: archiso32: fix more x86_64 -> i686 --- archiso32/PKGBUILD | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'archiso32') diff --git a/archiso32/PKGBUILD b/archiso32/PKGBUILD index 55a807b3..59451b48 100644 --- a/archiso32/PKGBUILD +++ b/archiso32/PKGBUILD @@ -41,12 +41,12 @@ package() { s@\bx86_64\b@i686@g /^bootmodes=/ s@\(\s\+'"'"'uefi-x64\.systemd-boot\.\S\+'"'"'\)\+@@ ' profiledef.sh - find airootfs -type f -exec \ - sed -i ' - s@\bx86_64\b@i686@g - s@Arch Linux@\0 32@g - s@pacman-key --populate archlinux@\032@g - ' {} + + find airootfs efiboot syslinux -type f -exec \ + sed -i ' + s@\bx86_64\b@i686@g + s@Arch Linux@\0 32@g + s@pacman-key --populate archlinux@\032@g + ' {} + sed -i ' s@\bmirrorlist\b@\032@ -- cgit v1.2.3-54-g00ecf