tar2fs: fix e2k handling

The missing glob resulted in disk images properly
partitioned only for e2kv3 ("e2k" for historical
reasons in ALT), and v4+ ones only got a single
ext4 partition that wouldn't work with current
MCST's Boot code.
This commit is contained in:
Michael Shigorin 2021-01-22 14:16:07 +03:00 committed by Anton Midyukov
parent 125ad24e6c
commit ee8892702f

View File

@ -44,7 +44,7 @@ fi
BOOTTYPE="$8"
case "$ARCH" in
e2k)
e2k*)
BOOTFSTYPE="ext2" # firmware knows it
BLOCKDEV="/dev/sda" # ...hopefully...
BOOTPART="1"