]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commit
installer: fix grub.conf root uuid entry
authorArne Fitzenreiter <arne_f@ipfire.org>
Tue, 13 Aug 2019 13:21:02 +0000 (15:21 +0200)
committerArne Fitzenreiter <arne_f@ipfire.org>
Tue, 13 Aug 2019 13:21:02 +0000 (15:21 +0200)
commitfa8b3ea7d3c45ab4577f8cb920944fbf63586caa
tree75fcb424464e21f0923173dc127c7e050687d295
parent7c30831ad2aee45b9ccc8d9156bf7d6069f61a6a
installer: fix grub.conf root uuid entry

grub-mkconfig has written the device name instead of uuid's
because the /dev/disk-by-uuid node of the new filesystem was missing
run "udevadm trigger" to create this nodes before install grub.

fixes: #12116

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
src/installer/main.c