diff options
| -rw-r--r-- | meta/recipes-core/initrdscripts/initramfs-framework/setup-live | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/initrdscripts/initramfs-framework/setup-live b/meta/recipes-core/initrdscripts/initramfs-framework/setup-live index b98a321b89..4c79f41285 100644 --- a/meta/recipes-core/initrdscripts/initramfs-framework/setup-live +++ b/meta/recipes-core/initrdscripts/initramfs-framework/setup-live | |||
| @@ -12,7 +12,7 @@ ISOLINUX="" | |||
| 12 | ROOT_DISK="" | 12 | ROOT_DISK="" |
| 13 | shelltimeout=30 | 13 | shelltimeout=30 |
| 14 | 14 | ||
| 15 | if [ -z $bootparam_root -o $bootparam_root = "/dev/ram0" ]; then | 15 | if [ -z "$bootparam_root" -o "$bootparam_root" = "/dev/ram0" ]; then |
| 16 | echo "Waiting for removable media..." | 16 | echo "Waiting for removable media..." |
| 17 | C=0 | 17 | C=0 |
| 18 | while true | 18 | while true |
