|
|
@ -49,6 +49,12 @@ EOF
|
|
|
|
|
|
|
|
|
|
|
|
lb chroot "$@"
|
|
|
|
lb chroot "$@"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if [ -d chroot/etc/apt/preferences.d.save ]; then
|
|
|
|
|
|
|
|
# https://twitter.com/infinite_scream
|
|
|
|
|
|
|
|
mv chroot/etc/apt/preferences.d.save/* chroot/etc/apt/preferences.d/
|
|
|
|
|
|
|
|
rmdir chroot/etc/apt/preferences.d.save
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
if [ -f config/oem-config-preinstalled ]; then
|
|
|
|
if [ -f config/oem-config-preinstalled ]; then
|
|
|
|
|
|
|
|
|
|
|
|
# This is cargo-culted almost verbatim (with some syntax changes for
|
|
|
|
# This is cargo-culted almost verbatim (with some syntax changes for
|
|
|
|