From bedd7cf4530b1cca9676144f7552abe9040c7ea2 Mon Sep 17 00:00:00 2001 From: "Ivan A. Melnikov" Date: Mon, 10 Dec 2018 14:06:56 +0400 Subject: [PATCH] tar2fs: set defaults for mips* --- bin/tar2fs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bin/tar2fs b/bin/tar2fs index 9e99ad8b..80690c5c 100755 --- a/bin/tar2fs +++ b/bin/tar2fs @@ -52,6 +52,10 @@ e2k) BOOTPART="1" ROOTPART="2" ;; +mips*) + ROOTPART="1" + BLOCKDEV="/dev/sda" + ;; esac # figure out the part taken by /boot in the given tarball