diff options
| author | Robert Schuster <thebohemian@gmx.net> | 2008-02-14 10:04:47 +0000 |
|---|---|---|
| committer | Robert Schuster <thebohemian@gmx.net> | 2008-02-14 10:04:47 +0000 |
| commit | 6b100ea51727fdae3351fc7da279ea709bff7a48 (patch) | |
| tree | 6197c159208d0347c632c4e83c6cb213f0fcad38 /packages/initrdscripts | |
| parent | 80aae1fa0adb151536096e8354acddb1cf0f8809 (diff) | |
| parent | 2283c29df32fe23efb6bb86d5b993ebb68a218fe (diff) | |
merge of 'aaa315ace8e5a65feb9e95d2a87bb19cf744b860'
and 'd625decf5e60fa8f122af65024dbcaad6a1f0b19'
Diffstat (limited to 'packages/initrdscripts')
| -rw-r--r-- | packages/initrdscripts/files/30-bootmenu.sh | 2 | ||||
| -rw-r--r-- | packages/initrdscripts/initramfs-module-bootmenu_1.0.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/packages/initrdscripts/files/30-bootmenu.sh b/packages/initrdscripts/files/30-bootmenu.sh index 319f85aa6e..7bc1429b1b 100644 --- a/packages/initrdscripts/files/30-bootmenu.sh +++ b/packages/initrdscripts/files/30-bootmenu.sh @@ -81,7 +81,7 @@ while read maj min nblk dev; do fi get_partition_type - if [ "$fstype" != "ext2" -a "$fstype" != "ext3" -a "$fstype" != "vfat" ]; then + if [ "$fstype" != "ext2" -a "$fstype" != "ext3" -a "$fstype" != "vfat" -a "$fstype" != "jffs2" ]; then # continue true fi diff --git a/packages/initrdscripts/initramfs-module-bootmenu_1.0.bb b/packages/initrdscripts/initramfs-module-bootmenu_1.0.bb index 19e7403b83..e87ba69776 100644 --- a/packages/initrdscripts/initramfs-module-bootmenu_1.0.bb +++ b/packages/initrdscripts/initramfs-module-bootmenu_1.0.bb @@ -1,5 +1,5 @@ SRC_URI = "file://30-bootmenu.sh" -PR = "r7" +PR = "r8" DESCRIPTION = "An initramfs module with UI for selection of boot device." RDEPENDS = "klibc-utils-fstype initramfs-uniboot initramfs-module-block initramfs-module-loop initramfs-module-nfs" # For VFAT mounting. |
