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:
parent
125ad24e6c
commit
ee8892702f
@ -44,7 +44,7 @@ fi
|
||||
BOOTTYPE="$8"
|
||||
|
||||
case "$ARCH" in
|
||||
e2k)
|
||||
e2k*)
|
||||
BOOTFSTYPE="ext2" # firmware knows it
|
||||
BLOCKDEV="/dev/sda" # ...hopefully...
|
||||
BOOTPART="1"
|
||||
|
Loading…
Reference in New Issue
Block a user