tar2fs: set defaults for mips*
This commit is contained in:
parent
45b38f389d
commit
bedd7cf453
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user