mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-14 06:38:28 +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
|
||||
|
||||
* 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
|
||||
;;
|
||||
esac
|
||||
debootstrap --omponents=ain,universe $release $builddir $MIRROR
|
||||
debootstrap --components=main,universe $release $builddir $MIRROR
|
||||
|
||||
mount -t devpts devpts-$builddir $builddir/dev/pts
|
||||
chroot mount -t proc proc-$builddir /proc
|
||||
|
Loading…
x
Reference in New Issue
Block a user