TEST-17-UDEV: Don't hardcode root device name
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Fri, 1 Nov 2024 20:27:08 +0000 (21:27 +0100)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Sat, 2 Nov 2024 19:43:19 +0000 (20:43 +0100)
commit29a8e71d9c0858aef502f091a0ef58d5569b1c70
treed216dcb3ea6ad79b80c871edda9dc990ff920f37
parentf4092cb9745cc2fc1f889eeaffa5cb5133969d85
TEST-17-UDEV: Don't hardcode root device name

There's no guarantee the root device will be /dev/sda, so let's use
bootctl to get the actual path instead of harcoding it.
test/units/TEST-17-UDEV.01.sh
test/units/TEST-17-UDEV.06.sh