From e472e78da89d627b43c156045c5bd4c5d2907f47 Mon Sep 17 00:00:00 2001 From: Robert Nelson Date: Thu, 18 Oct 2012 08:41:34 -0500 Subject: [PATCH] distro: add raring Signed-off-by: Robert Nelson --- mk_mmc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mk_mmc.sh b/mk_mmc.sh index ca1ad54..8f42e17 100755 --- a/mk_mmc.sh +++ b/mk_mmc.sh @@ -1011,7 +1011,7 @@ function flash_kernel { DIST=\$(lsb_release -cs) case "\${DIST}" in - maverick|natty|oneiric|precise|quantal) + maverick|natty|oneiric|precise|quantal|raring) FLASH_KERNEL_SKIP=yes ;; esac