ubuntu-server installer images contain extraneous /etc/apt/preferences.d.save directory
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
livecd-rootfs (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
mwhudson@orcrist:~$ unsquashfs -lls ~/Downloads/
drwxr-xr-x root/root 70 2023-09-12 18:53 squashfs-
-rw-r--r-- root/root 442 2023-09-12 18:53 squashfs-
-rw-r--r-- root/root 434 2023-09-12 18:53 squashfs-
drwxr-xr-x root/root 70 2023-09-12 18:53 squashfs-
-rw-r--r-- root/root 442 2023-09-12 18:53 squashfs-
-rw-r--r-- root/root 434 2023-09-12 18:53 squashfs-
We create this directory with a chroot hook but clean it up with code in auto/build:
if [ -d chroot/
# https:/
mv chroot/
rmdir chroot/
fi
We need to do this potential clean up for each layer in lb_chroot_layered.