summaryrefslogtreecommitdiff
path: root/initramfs-tools
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2017-03-28 15:49:18 -0400
committerAndrew Cady <d@jerkface.net>2017-03-28 15:49:18 -0400
commit916e9a2d5dcb69dbbe7b92f4d6f43050992b9846 (patch)
tree69ef885b8f0998f3385ac4973d0c9e884fc6965c /initramfs-tools
parent46f69c74a01659ccd78dcb32ea5933edaa0c9241 (diff)
fix apparently-racy ordering
Diffstat (limited to 'initramfs-tools')
-rw-r--r--initramfs-tools/scripts/samizdat2
1 files changed, 1 insertions, 1 deletions
diff --git a/initramfs-tools/scripts/samizdat b/initramfs-tools/scripts/samizdat
index b1752cd..4522a51 100644
--- a/initramfs-tools/scripts/samizdat
+++ b/initramfs-tools/scripts/samizdat
@@ -4,8 +4,8 @@ mountroot()
4{ 4{
5 openvt -c 13 sh 5 openvt -c 13 sh
6 6
7 samizdat_install_udev_rules
8 mkfifo "$MENUFIFO" 7 mkfifo "$MENUFIFO"
8 samizdat_install_udev_rules
9 9
10 if [ "${nbdroot%%,*}" ]; then 10 if [ "${nbdroot%%,*}" ]; then
11 # I guess this isn't getting called otherwise? I don't know why this should 11 # I guess this isn't getting called otherwise? I don't know why this should