diff options
| author | Shulhan <ms@kilabit.info> | 2025-11-16 18:42:01 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2025-11-16 18:42:01 +0700 |
| commit | d768aa8ad922543302b5b6f6623fdbe4c2fd7271 (patch) | |
| tree | cca0cffb769a1103c86d56ea988c37be69d00b48 /build-arch-gce | |
| parent | 0bc83f9923b029c20941d0dfc645c5c17542fdbd (diff) | |
| download | compute-archlinux-image-builder-d768aa8ad922543302b5b6f6623fdbe4c2fd7271.tar.xz | |
all: remove command that remove initramfs fallback
Recent build return the following error,
2025-11-15 02:01:28 UTC job: gcp-image-arch: rm: cannot remove '/boot/initramfs-linux-fallback.img': No such file or directory
2025-11-15 02:01:28 UTC job: gcp-image-arch: Error: `rm /boot/initramfs-linux-fallback.img` exited with status 1
2025-11-15 02:01:28 UTC job: gcp-image-arch: Error: `arch-chroot -- "$mount_dir" /bin/bash -s <<-'EOS'
set -eEuo pipefail
trap 'echo "Error: \`$BASH_COMMAND\` exited with status $?"' ERR
Diffstat (limited to 'build-arch-gce')
| -rwxr-xr-x | build-arch-gce | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/build-arch-gce b/build-arch-gce index 70c634c..ba500aa 100755 --- a/build-arch-gce +++ b/build-arch-gce @@ -157,7 +157,6 @@ arch-chroot -- "$mount_dir" /bin/bash -s <<-'EOS' systemctl --quiet enable dhclient@eth0.service echo '-- Running mkinitcpio.' - rm /boot/initramfs-linux-fallback.img mkinitcpio --nocolor --preset linux echo '-- Running boot loader.' |
