mirror of
https://github.com/kevinveenbirkenbach/linux-image-manager.git
synced 2024-11-10 01:51:03 +01:00
Forced btrfs
This commit is contained in:
parent
9cd1078007
commit
fa7847fe51
@ -197,7 +197,7 @@ if [ "$transfer_image" = "y" ]
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
info "Format root partition..." &&
|
info "Format root partition..." &&
|
||||||
"mkfs.$root_filesystem" "$root_mapper_path" || error
|
"mkfs.$root_filesystem" -f "$root_mapper_path" || error
|
||||||
mount_partitions;
|
mount_partitions;
|
||||||
|
|
||||||
info "Root files will be transfered to device..." &&
|
info "Root files will be transfered to device..." &&
|
||||||
|
Loading…
Reference in New Issue
Block a user