* Add sudo to generate_di+k_list, it's needed for installs w/o a root user.
This commit is contained in:
parent
9d6a6006e7
commit
42f5f35980
|
@ -32,8 +32,9 @@ debian-cd (2.2.25) UNRELEASED; urgency=low
|
|||
|
||||
[ Joey Hess ]
|
||||
* ths has taken over mipsel builds
|
||||
* Add sudo to generate_di+k_list, it's needed for installs w/o a root user.
|
||||
|
||||
-- Joey Hess <joeyh@debian.org> Wed, 10 May 2006 16:08:29 -0400
|
||||
-- Joey Hess <joeyh@debian.org> Fri, 12 May 2006 00:53:25 -0500
|
||||
|
||||
debian-cd (2.2.24) unstable; urgency=low
|
||||
|
||||
|
|
|
@ -67,6 +67,9 @@ openssh-server
|
|||
*/
|
||||
libsysfs1
|
||||
|
||||
/* Needed for rootless installs. */
|
||||
sudo
|
||||
|
||||
#ifdef ARCH_i386
|
||||
initramfs-tools
|
||||
discover
|
||||
|
|
Loading…
Reference in New Issue