Browse Source

rc.sysinit: fixed case when root=... is not passed

0.2-maint
Alejandro Mery 14 years ago
parent
commit
8e0065ec64
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      initramfs/etc_rc.d_rc.sysinit.sh

+ 1
- 1
initramfs/etc_rc.d_rc.sysinit.sh

@ -54,7 +54,7 @@ UUID=*|LABEL=*)
/dev/*)
;;
*)
root="/dev/$root"
[ -z "$root" ] || root="/dev/$root"
;;
esac

Loading…
Cancel
Save