- Mar 12, 2019
-
-
Simon McVittie authored
-
Simon McVittie authored
One prominent use for the sysroot tarball is with schroot, but schroot assumes that it can safely copy /etc/passwd and /etc/group from the host system into the chroot. Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
_apt is a dynamically-allocated system uid that varies between systems. Luckily, if we delete these directories, apt will recreate them without complaint. Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
- Mar 07, 2019
-
-
Simon McVittie authored
-
Simon McVittie authored
Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
This means we can continue and produce derived Docker images without needing to download a new package list every time. Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
This means all the packages we install are consistent with the apt lists from the base tarball. Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
After patching xterm to disable libutempter, this becomes the only file in the SDK sysroot owned by a user or group outside the range statically allocated by Debian Policy (0-99). We don't need system bus activation for a chroot or container, and systems like schroot assume that /etc/passwd and /etc/group can safely be shared between the host and the chroot, so defang it by making it root:root 0444. The dpkg-statoverride record remains in place, so if you are using this SDK to make a complete virtual machine for some reason, you can use `apt-get --reinstall install dbus` to reverse this. Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
- Mar 04, 2019
-
-
Simon McVittie authored
-
Simon McVittie authored
Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
-
Simon McVittie authored
Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
-
Simon McVittie authored
Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
-
Simon McVittie authored
/var/lock is canonically a symlink to /run/lock now. Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
-
Simon McVittie authored
Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
This is helpful if you want to run aptitude. On a real system, /run would be a tmpfs, but Docker doesn't do that. Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
The Platform runtime is only intended to host 64-bit executables, but the build process for some of those needs 32-bit executables in the SDK. Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
- Mar 01, 2019
-
-
Simon McVittie authored
-
Simon McVittie authored
This is a workaround to be able to install openjdk-8-jre-headless from jessie-backports on Debian 8 'jessie'. Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
On Debian 8 'jessie', removing udev calls update-rc.d. Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
- Feb 28, 2019
-
-
Simon McVittie authored
Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
- Feb 27, 2019
-
-
Simon McVittie authored
-
Simon McVittie authored
Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
This reverts commit b28f7a87. steamrt-dev now pulls in busybox anyway.
-
Simon McVittie authored
Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
- Feb 26, 2019
-
-
Simon McVittie authored
-