diff options
author | Daniel Baumann <daniel@debian.org> | 2010-10-28 09:40:35 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:17:27 +0100 |
commit | bd7ecce4cb2a66482a3f80ba8934a10f1f7510b7 (patch) | |
tree | 1ca5b2c66418b1a4749b42f7150a00f90290205b /scripts/build/lb_chroot | |
parent | de295056af76fe9b9158668493e8b25f8c63a647 (diff) | |
download | vyos-live-build-bd7ecce4cb2a66482a3f80ba8934a10f1f7510b7.tar.gz vyos-live-build-bd7ecce4cb2a66482a3f80ba8934a10f1f7510b7.zip |
Removing dpkg-tmpfs hack, this is too intrusive atm.
Diffstat (limited to 'scripts/build/lb_chroot')
-rwxr-xr-x | scripts/build/lb_chroot | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/build/lb_chroot b/scripts/build/lb_chroot index 09e18757a..aedfc5f1c 100755 --- a/scripts/build/lb_chroot +++ b/scripts/build/lb_chroot @@ -42,7 +42,6 @@ lb chroot_selinuxfs install ${*} lb chroot_sysfs install ${*} lb chroot_debianchroot install ${*} lb chroot_dpkg install ${*} -lb chroot_dpkg_tmpfs install ${*} lb chroot_sysv-rc install ${*} lb chroot_upstart install ${*} lb chroot_hosts install ${*} @@ -80,7 +79,6 @@ lb chroot_resolv remove ${*} lb chroot_hosts remove ${*} lb chroot_sysv-rc remove ${*} lb chroot_upstart remove ${*} -lb chroot_dpkg_tmpfs remove ${*} lb chroot_dpkg remove ${*} lb chroot_debianchroot remove ${*} lb chroot_sysfs remove ${*} |