Skip to content

Commit

Permalink
rename to #47
Browse files Browse the repository at this point in the history
  • Loading branch information
szorfein committed Oct 4, 2017
1 parent ec5ead1 commit d534e9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hooks/btrfs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ dobtrfs() {
debug $_CHK btrfs check --repair $_dev
done
fi
debug -d mount -t btrfs ${rootflags:+-o} $rootflags $_vol $NEWROOT
debug -d mount -t btrfs ${rootflags:+-o} $rootflags $_vol $newroot
echo "$_env=$_vol" >>/run/env
rm -f /run/${0##*/}.pid
}
Expand Down
2 changes: 1 addition & 1 deletion hooks/zfs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ dozfs() {
for _dev in $(echo "$_vdev" | sed 's/:/ /g'); do
debug -d dmopen "$_dev"
done
debug -d zpool import -f $_opt -R $NEWROOT "$_pool"
debug -d zpool import -f $_opt -R $newroot "$_pool"
fi
if [ "$_grp" = 1 ]; then
zfs mount | grep -q "$_vol" || debug -d zfs mount -vO -a
Expand Down

0 comments on commit d534e9a

Please sign in to comment.