Remove mountpoint from rpool/ROOT

This commit is contained in:
oddlama 2021-05-30 02:51:51 +02:00
parent 6f702f578f
commit 5288f58b72
No known key found for this signature in database
GPG Key ID: 14EFE510775FE39A
1 changed files with 1 additions and 1 deletions

View File

@ -411,7 +411,7 @@ function format_zfs_standard() {
<<< "$GENTOO_INSTALL_ENCRYPTION_KEY" \ <<< "$GENTOO_INSTALL_ENCRYPTION_KEY" \
|| die "Could not create zfs pool on $devices_desc" || die "Could not create zfs pool on $devices_desc"
zfs create -o mountpoint=/ rpool/ROOT \ zfs create rpool/ROOT \
|| die "Could not create zfs dataset 'rpool/ROOT'" || die "Could not create zfs dataset 'rpool/ROOT'"
zfs create -o mountpoint=/ rpool/ROOT/default \ zfs create -o mountpoint=/ rpool/ROOT/default \
|| die "Could not create zfs dataset 'rpool/ROOT/default'" || die "Could not create zfs dataset 'rpool/ROOT/default'"