Skip to content

Commit

Permalink
usb key notes
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Yao <ryao@gentoo.org>
  • Loading branch information
ryao committed Aug 25, 2015
1 parent 9393f6d commit 3bfa340
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion zfs-install
Expand Up @@ -2,7 +2,8 @@
# Boot Linux Live CD with ZFS support
# fearedbliss maintains a variant of System Rescue CD that is highly recommended:
# http://ftp.osuosl.org/pub/funtoo/distfiles/sysresccd/
#
# Instruction for a USB key version
# http://www.sysresccd.org/Sysresccd-manual-en_How_to_install_SystemRescueCd_on_an_USB-stick

# Create pool
zpool create -f -o ashift=12 -o cachefile=/tmp/zpool.cache -O normalization=formD -m none -R /mnt/gentoo -d -o feature@async_destroy=enabled -o feature@empty_bpobj=enabled -o feature@lz4_compress=enabled -o feature@spacemap_histogram=enabled -o feature@enabled_txg=enabled -o feature@extensible_dataset=enabled -o feature@bookmarks=enabled rpool /dev/sda
Expand Down

0 comments on commit 3bfa340

Please sign in to comment.