mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-08 01:11:31 +00:00
More random debug.
This commit is contained in:
parent
e06c03f4a8
commit
c3b02dc045
@ -1,5 +1,5 @@
|
|||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
set -ex
|
set -x
|
||||||
|
|
||||||
export LC_ALL=C
|
export LC_ALL=C
|
||||||
|
|
||||||
@ -89,8 +89,20 @@ PREFIX="livecd.$PROJECT${SUBARCH:+-$SUBARCH}"
|
|||||||
if [ "${IMAGEFORMAT:-}" = "ubuntu-image" ]; then
|
if [ "${IMAGEFORMAT:-}" = "ubuntu-image" ]; then
|
||||||
# Use ubuntu-image instead of live-build
|
# Use ubuntu-image instead of live-build
|
||||||
|
|
||||||
#export SNAPPY_STORE_NO_CDN=1
|
export SNAPPY_STORE_NO_CDN=1
|
||||||
#snap install --classic --channel=candidate ubuntu-image
|
snap install --classic --channel=edge ubuntu-image
|
||||||
|
|
||||||
|
|
||||||
|
ubuntu-image classic -w workdir $UBUNTU_IMAGE_ARGS --debug \
|
||||||
|
-O output "$PREFIX".yaml
|
||||||
|
|
||||||
|
ls workdir/
|
||||||
|
cd workdir
|
||||||
|
chroot chroot snap download snapd
|
||||||
|
chroot chroot mount -t fuse.snapfuse -o ro,x-gdu.hide,x-gvfs-hide,allow_other snapd_19122.snap mnt/
|
||||||
|
chroot chroot ls mnt/
|
||||||
|
|
||||||
|
echo "Now doing separate chroot tests"
|
||||||
|
|
||||||
wget http://cdimage.ubuntu.com/ubuntu-base/daily/current/mantic-base-amd64.tar.gz
|
wget http://cdimage.ubuntu.com/ubuntu-base/daily/current/mantic-base-amd64.tar.gz
|
||||||
mkdir base
|
mkdir base
|
||||||
|
Loading…
x
Reference in New Issue
Block a user