mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-10 12:47:30 +00:00
Imported using git-ubuntu import. Changelog parent: 5f40039fe4b80fd0bbcb10a705c5f5ec11fff5c7 New changelog entries: * Add support for building a pool of packages into the live config: - define SEEDMIRROR, PREINSTALL_POOL, PREINSTALL_POOL_SEEDS in config - set PREINSTALL_POOL_SEEDS to "server-ship" for ubuntu-server - crib seed inheritance logic from cdimage implementation of same - run germinate against seeds from SEEDMIRROR if to populate PREINSTALL_POOL with a list of packages from PREINSTALL_POOL_SEEDS - create a local-hook to download PREINSTALL_POOL packages to rootfs * And add support to deal with the above pool of packages during build: - generate a GPG key in the background if we're going to need one - create a sources.list.d entry pointing at the rootfs pool - create a Packages file and create and sign a Release file - add our previously-generated key to the apt keyring and toss it
16 lines
669 B
Plaintext
16 lines
669 B
Plaintext
Source: livecd-rootfs
|
|
Section: devel
|
|
Priority: optional
|
|
Build-Depends: debhelper (>= 7)
|
|
Maintainer: LaMont Jones <lamont@ubuntu.com>
|
|
Standards-Version: 3.6.1.0
|
|
Vcs-Bzr: http://bazaar.launchpad.net/~ubuntu-core-dev/livecd-rootfs/trunk
|
|
|
|
Package: livecd-rootfs
|
|
Architecture: all
|
|
Depends: ${misc:Depends}, debootstrap, rsync, python-minimal | python, procps, squashfs-tools (>= 1:3.3-1), grep-dctrl, fdupes, lsb-release, lzma, e2fsprogs, germinate (>= 1.25.1), apt-utils, gnupg, live-build (>= 3.0~a22-1ubuntu1)
|
|
Suggests: partimage
|
|
Description: construction script for the livecd rootfs
|
|
livecd-rootfs provides the script used to create the root filesystem
|
|
on the livecd.
|