diff options
Diffstat (limited to 'src/scripts/14chroot.sh')
-rw-r--r-- | src/scripts/14chroot.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/scripts/14chroot.sh b/src/scripts/14chroot.sh index 2e2b489f0..cc24eecf6 100644 --- a/src/scripts/14chroot.sh +++ b/src/scripts/14chroot.sh @@ -156,9 +156,6 @@ Chroot () Chroot_exec "${LIVE_HOOK}" fi - # Temporary hacks for broken packages - Hack_xorg - # Add filesystem.manifest Chroot_exec "dpkg-query -W \*" | awk '$2 ~ /./ {print $1 " " $2 }' > "${LIVE_ROOT}"/filesystem.manifest |