Skip to content
This repository has been archived by the owner on Dec 4, 2020. It is now read-only.

Commit

Permalink
Make sure we copy our zpool.cache over before trying a grub-stamp
Browse files Browse the repository at this point in the history
  • Loading branch information
Kris Moore committed Jun 19, 2013
1 parent 9dbaefd commit d4ca180
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src-sh/pc-sysinstall/backend/functions-cleanup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -389,6 +389,9 @@ setup_grub()
# Mount devfs
rc_halt "mount -t devfs devfs ${FSMNT}/dev"

# Make sure to copy zpool.cache first
rc_halt "cp /boot/zfs/zpool.cache ${FSMNT}/boot/zfs/"

# Read through our list and stamp grub for each device
while read line
do
Expand Down

0 comments on commit d4ca180

Please sign in to comment.