From 8343902ef2d19c5fc4948aabbb75b9f4ed22d12a Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Wed, 10 Dec 2025 19:49:46 +0100 Subject: [PATCH] change uuid grepper --- alpine-install-on-disk.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alpine-install-on-disk.sh b/alpine-install-on-disk.sh index 033fc54..0211a4e 100755 --- a/alpine-install-on-disk.sh +++ b/alpine-install-on-disk.sh @@ -112,7 +112,7 @@ sudo cp "$RESOLVCONF" $rootfs_tmpdir/etc/resolv.conf # without -t ext4 for mounting and returns "No such file or directory" # nb2:~# blkid| grep ^${DISK}1 | awk '{ print $2 }' # UUID="fecf4182-f6dd-4d2c-9af7-8f36444ee25c" -eval $(blkid | grep ^${DISK}1 | awk '{ print $2 }') +eval $(blkid | grep ^${partition1} | awk '{ print $2 }') UUID_1=$UUID