Skip to content
Snippets Groups Projects
Verified Commit f435f957 authored by Evangelos Foutras's avatar Evangelos Foutras :smiley_cat:
Browse files

gitlab_runner: change partnum in img update script

arch-boxes!182 creates an EFI system partition so rootfs is now in p3.
parent 62f71476
No related branches found
No related tags found
No related merge requests found
Pipeline #69172 passed
......@@ -29,7 +29,7 @@ image=Arch-Linux-x86_64-basic.img
qemu-img convert -f qcow2 -O raw Arch-Linux-x86_64-basic.qcow2 Arch-Linux-x86_64-basic.img
loopdev="$(losetup --find --partscan --show "${image}")"
mount --mkdir "${loopdev}p2" mnt
mount --mkdir "${loopdev}p3" mnt
arch-chroot mnt pacman-key --init
arch-chroot mnt pacman-key --populate
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment