OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:debootstrap
(Results
1 - 2
of
2
) sorted by null
/external/chromium/build/
install-chroot.sh
88
# introduce a hard dependency on things such as dchroot and
debootstrap
.
90
for i in dchroot
debootstrap
; do
99
# Find chroot environments that can be installed with
debootstrap
100
targets="$(cd /usr/share/
debootstrap
/scripts
145
grep ubuntu.com /usr/share/
debootstrap
/scripts/"${distname}" >&/dev/null && {
174
grep ubuntu.com /usr/share/
debootstrap
/scripts/"${distname}" >&/dev/null &&
178
sudo
debootstrap
${archflag} "${distname}" /var/lib/chroot/"${target}" \
182
grep ubuntu.com /usr/share/
debootstrap
/scripts/"${distname}" >&/dev/null &&
/external/chromium_org/build/
install-chroot.sh
152
# introduce a hard dependency on things such as dchroot and
debootstrap
.
154
for i in dchroot
debootstrap
libwww-perl; do
163
# Find chroot environments that can be installed with
debootstrap
164
targets="$(cd /usr/share/
debootstrap
/scripts
242
grep -qs ubuntu.com /usr/share/
debootstrap
/scripts/"${distname}" && {
338
grep -qs ubuntu.com /usr/share/
debootstrap
/scripts/"${distname}" &&
343
sudo ${http_proxy:+http_proxy="${http_proxy}"}
debootstrap
${archflag} \
347
grep -qs ubuntu.com /usr/share/
debootstrap
/scripts/"${distname}" &&
Completed in 122 milliseconds