#1125412 live-build 13.3.0 gnome image leaves packages in 'rc' state: cryptsetup, keyutils, live-tools, rsync, user-setup

#1125412#5
Date:
2026-01-13 19:35:29 UTC
From:
To:
Hi!  I reproduced this problem using Debian Live 13.3.0 gnome image,
selecting 'Start Installer' at the boot prompt, doing a Swedish locale
install using automatic disk partitioning.  Everything installs fine,
but after boot the packages below are in the 'rc' state.

It smells like some 'apt-get remove X' should have been 'apt-get remove
--purge X' (or possibly some 'apt-get autoremove' should have been
'apt-get autoremove --purge'), but I don't know where the package
uninstallation happens.

jas@yeti:~$ LANG=C dpkg -l|grep -v ^ii
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name                                    Version                              Architecture Description
+++-=======================================-====================================-============-================================================================================
rc  cryptsetup                              2:2.7.5-2                            amd64        disk encryption support - startup scripts
rc  keyutils                                1.6.3-6                              amd64        Linux Key Management Utilities
rc  live-tools                              1:20240525                           all          Live System Extra Components
rc  rsync                                   3.4.1+ds1-5+deb13u1                  amd64        fast, versatile, remote (and local) file-copying tool
rc  user-setup                              1.107                                all          Set up initial user and password
jas@yeti:~$

/Simon