Patch for Bug #227013 - /boot not mounted
[moblin-image-creator.eeepc.git] / suse / image-creator-suse-start
blobb680d09ea4b16fa0254c0bcbba0226251328c284
1 #!/bin/bash
2 sudo cp ~/.Xauthority ~/proot$HOME
3 cd ~/proot
4 /usr/sbin/image-creator-suse-umount
5 /usr/sbin/image-creator-suse-mount
6 sudo chroot . <<EOF
7 export http_proxy=""
8 export PATH=/usr/sbin:/sbin:/usr/local/sbin:/usr/local/bin:$PATH
9 export LANG=en_US.UTF-8
10 /usr/sbin/image-creator
11 EOF