diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2008-02-17 03:09:06 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2008-02-17 03:09:06 +0000 |
commit | d1d941876523b687b4153a5f79e0b4f6c2d7fe5e (patch) | |
tree | a45cf6bbd1a1c48c5cb77a4c664988eeea7c0b48 /packages/initrdscripts/files/30-bootmenu.sh | |
parent | 71a0ef43a6bf3c9eabc5ca4b9bd62229e574015d (diff) |
initramfs-uniboot: FSTYPE -> ROOT_FSTYPE, set from rootfstype= command line param.
Diffstat (limited to 'packages/initrdscripts/files/30-bootmenu.sh')
-rw-r--r-- | packages/initrdscripts/files/30-bootmenu.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/initrdscripts/files/30-bootmenu.sh b/packages/initrdscripts/files/30-bootmenu.sh index a45b55a353..3f3b8c7079 100644 --- a/packages/initrdscripts/files/30-bootmenu.sh +++ b/packages/initrdscripts/files/30-bootmenu.sh @@ -157,7 +157,7 @@ else ROOT_DEVICE="/dev/$dev" # jffs2 is not recognized by mount automagically if [ "$fstype" == "(jffs2)" ]; then - FSTYPE="jffs2" + ROOT_FSTYPE="jffs2" fi CMDLINE="$CMDLINE root=$ROOT_DEVICE" fi |