1
0
mirror of https://github.com/hukl/freebsd-toolbox.git synced 2025-11-20 03:08:43 +01:00

Update zfs_bootstrap.sh

This commit is contained in:
John-Paul Bader
2014-09-08 07:31:56 +02:00
parent 24ef37ebb6
commit 84d1e402c9

View File

@ -23,8 +23,8 @@ gpart add -a 4k -s 64k -t freebsd-boot ada1
# Create Swap Partitions # Create Swap Partitions
echo "Create Swap Partitions" echo "Create Swap Partitions"
gpart add -a 4k -s 2G -t freebsd-swap -l swap0 ada0 gpart add -a 4k -s 4G -t freebsd-swap -l swap0 ada0
gpart add -a 4k -s 2G -t freebsd-swap -l swap1 ada1 gpart add -a 4k -s 4G -t freebsd-swap -l swap1 ada1
# Create Main Partitions # Create Main Partitions