mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-06-05 15:11:46 +00:00
fix typos in ubuntu-touch-android.sh
This commit is contained in:
parent
29df27004d
commit
c7af9cd085
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
|||||||
|
livecd-rootfs (2.123) UNRELEASED; urgency=low
|
||||||
|
|
||||||
|
* fix typos in debootstrap line of ubuntu-touch-android.sh
|
||||||
|
|
||||||
|
-- Oliver Grawert <ogra@ubuntu.com> Tue, 16 Apr 2013 11:07:44 +0200
|
||||||
|
|
||||||
livecd-rootfs (2.122) raring; urgency=low
|
livecd-rootfs (2.122) raring; urgency=low
|
||||||
|
|
||||||
* redo ubuntu-touch-android.sh to use its own build chroot since we can not
|
* redo ubuntu-touch-android.sh to use its own build chroot since we can not
|
||||||
|
@ -17,7 +17,7 @@ case $(hostname --fqdn) in
|
|||||||
MIRROR=http://archive.ubuntu.com/ubuntu
|
MIRROR=http://archive.ubuntu.com/ubuntu
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
debootstrap --omponents=ain,universe $release $builddir $MIRROR
|
debootstrap --components=main,universe $release $builddir $MIRROR
|
||||||
|
|
||||||
mount -t devpts devpts-$builddir $builddir/dev/pts
|
mount -t devpts devpts-$builddir $builddir/dev/pts
|
||||||
chroot mount -t proc proc-$builddir /proc
|
chroot mount -t proc proc-$builddir /proc
|
||||||
|
Loading…
x
Reference in New Issue
Block a user