~ubuntu-branches/ubuntu/precise/lupin/precise-proposed

« back to all changes in this revision

Viewing changes to scripts/local-bottom/lupin_setup

  • Committer: Package Import Robot
  • Author(s): Evan Dandrea
  • Date: 2011-09-20 11:38:57 UTC
  • Revision ID: package-import@ubuntu.com-20110920113857-y4bk32ki4fnste2q
Tags: 0.45
Don't try to bind mount /root/host, as it's already done.

Show diffs side-by-side

added added

removed removed

Lines of Context:
207
207
hostname "$HOST"
208
208
 
209
209
# Generate proper grub.cfg
210
 
mkdir -p /root/host
211
 
mount -o bind /host /root/host
212
210
chroot /root update-grub
213
 
umount /root/host
214
211
 
215
212
chroot /root umount /proc
216
213
chroot /root umount /sys