forked from altcloud/mkimage-profiles
tar2fs: set defaults for mips*
This commit is contained in:
parent
45b38f389d
commit
bedd7cf453
@ -52,6 +52,10 @@ e2k)
|
|||||||
BOOTPART="1"
|
BOOTPART="1"
|
||||||
ROOTPART="2"
|
ROOTPART="2"
|
||||||
;;
|
;;
|
||||||
|
mips*)
|
||||||
|
ROOTPART="1"
|
||||||
|
BLOCKDEV="/dev/sda"
|
||||||
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
# figure out the part taken by /boot in the given tarball
|
# figure out the part taken by /boot in the given tarball
|
||||||
|
Loading…
x
Reference in New Issue
Block a user