Commit ee889270 authored by Michael Shigorin's avatar Michael Shigorin Committed by Anton Midyukov

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.
parent 125ad24e
......@@ -44,7 +44,7 @@ fi
BOOTTYPE="$8"
case "$ARCH" in
e2k)
e2k*)
BOOTFSTYPE="ext2" # firmware knows it
BLOCKDEV="/dev/sda" # ...hopefully...
BOOTPART="1"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment