| Submitter | Otavio Salvador |
|---|---|
| Date | May 30, 2011, 2:54 p.m. |
| Message ID | <1306767263-29895-13-git-send-email-otavio@ossystems.com.br> |
| Download | mbox | patch |
| Permalink | /patch/5063/ |
| State | New, archived |
| Headers | show |
Comments
Patch
diff --git a/recipes/initrdscripts/files/85-blockboot.sh b/recipes/initrdscripts/files/85-blockboot.sh index e1c3ed8..7841ac6 100644 --- a/recipes/initrdscripts/files/85-blockboot.sh +++ b/recipes/initrdscripts/files/85-blockboot.sh @@ -2,7 +2,7 @@ # Allow booting from a normal block device. if [ -e "$ROOT_DEVICE" ]; then - echo "booting from: $ROOT_DEVICE" + info "booting from: $ROOT_DEVICE" type="" if [ -n "$ROOT_FSTYPE" ]; then type="-t $ROOT_FSTYPE" diff --git a/recipes/initrdscripts/initramfs-module-block_1.0.bb b/recipes/initrdscripts/initramfs-module-block_1.0.bb index 5d4c846..f7834f0 100644 --- a/recipes/initrdscripts/initramfs-module-block_1.0.bb +++ b/recipes/initrdscripts/initramfs-module-block_1.0.bb @@ -1,5 +1,5 @@ SRC_URI = "file://85-blockboot.sh" -PR = "r4" +PR = "r5" RDEPENDS_${PN} = "initramfs-uniboot" DESCRIPTION = "An initramfs module for booting off normal block devices."
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> --- recipes/initrdscripts/files/85-blockboot.sh | 2 +- .../initrdscripts/initramfs-module-block_1.0.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)