Skip to content

Commit

Permalink
Castoff commented cache copy code
Browse files Browse the repository at this point in the history
  • Loading branch information
danboid committed Oct 7, 2018
1 parent 793273a commit a9ad3eb
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions alez.sh
Original file line number Diff line number Diff line change
Expand Up @@ -126,10 +126,6 @@ zpool import `zpool import | grep id: | awk '{print $2}'` -R ${installdir} zroot
echo "Installing Arch base system..."
pacstrap ${installdir} base

#echo "Copy zpool.cache..."
#mkdir ${installdir}/etc/zfs
#cp /etc/zfs/zpool.cache ${installdir}/etc/zfs

echo "Add fstab entries..."
echo -e "zroot/ROOT/default / zfs defaults,noatime 0 0\nzroot/data/home /home zfs defaults,noatime 0 0" >> ${installdir}/etc/fstab

Expand Down

0 comments on commit a9ad3eb

Please sign in to comment.