summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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