Forgot line escape
This commit is contained in:
parent
c6d037f95f
commit
6f702f578f
|
@ -408,7 +408,7 @@ function format_zfs_standard() {
|
|||
"${extra_args[@]}" \
|
||||
rpool \
|
||||
"${devices[@]}" \
|
||||
<<< "$GENTOO_INSTALL_ENCRYPTION_KEY"
|
||||
<<< "$GENTOO_INSTALL_ENCRYPTION_KEY" \
|
||||
|| die "Could not create zfs pool on $devices_desc"
|
||||
|
||||
zfs create -o mountpoint=/ rpool/ROOT \
|
||||
|
|
Loading…
Reference in New Issue