Your message dated Fri, 27 Feb 2009 06:17:08 +0000
with message-id <e1lcw20-0006rn...@ries.debian.org>
and subject line Bug#504381: fixed in rootskel 1.74
has caused the Debian Bug report #504381,
regarding rootskel: noshell boot option for unattended installations
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
504381: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=504381
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: rootskel
Version: 1.69
Severity: wishlist
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu ubuntu-patch jaunty
Timo Aaltonen, an Ubuntu developer, uploaded the attached patch to
Ubuntu's rootskel package. I think it's reasonable and worthwhile. Any
objections (post-lenny of course)?
* init: Add support for disabling the shells on tty2 and tty3 by
specifying a 'noshell' option on the kernel cmdline. Useful for
unattended installations in a public place.
--
Colin Watson [cjwat...@ubuntu.com]
diff -Nru rootskel-1.69/src/init rootskel-1.69/src/init
--- rootskel-1.69/src/init 2008-09-14 20:30:02.000000000 +0100
+++ rootskel-1.69/src/init 2008-11-03 08:23:47.000000000 +0000
@@ -14,6 +14,9 @@
init=*)
init=${i#init=}
;;
+ noshell)
+ sed -i '/^tty2\|^tty3/s/^tty/\#tty/' /etc/inittab
+ ;;
esac
done
debugshell "before init"
--- End Message ---
--- Begin Message ---
Source: rootskel
Source-Version: 1.74
We believe that the bug you reported is fixed in the latest version of
rootskel, which is due to be installed in the Debian FTP archive:
rootskel-bootfloppy_1.74_i386.udeb
to pool/main/r/rootskel/rootskel-bootfloppy_1.74_i386.udeb
rootskel_1.74.dsc
to pool/main/r/rootskel/rootskel_1.74.dsc
rootskel_1.74.tar.gz
to pool/main/r/rootskel/rootskel_1.74.tar.gz
rootskel_1.74_i386.udeb
to pool/main/r/rootskel/rootskel_1.74_i386.udeb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to 504...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Colin Watson <cjwat...@debian.org> (supplier of updated rootskel package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Fri, 27 Feb 2009 05:57:38 +0000
Source: rootskel
Binary: rootskel rootskel-bootfloppy
Architecture: source i386
Version: 1.74
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Changed-By: Colin Watson <cjwat...@debian.org>
Description:
rootskel - Skeleton root filesystem used by debian-installer (udeb)
rootskel-bootfloppy - Skeleton root filesystem used by debian-installer boot
floppy (udeb)
Closes: 504381
Changes:
rootskel (1.74) unstable; urgency=low
.
* Merge from Ubuntu:
- init: Add support for disabling the shells on tty2 and tty3 by
specifying a 'noshell' option on the kernel cmdline. Useful for
unattended installations in a public place (closes: #504381).
Checksums-Sha1:
37ae14b5c32cf2a39ed55d881f27f09b79ea9733 1002 rootskel_1.74.dsc
f706da250f1793201a9548885a27ae57a81f314e 32040 rootskel_1.74.tar.gz
887f6186c0a6cab2c0f829fbc276a67168112c60 8524 rootskel_1.74_i386.udeb
e66ca4978933f1059442010e11000aa4adb0aacb 2698
rootskel-bootfloppy_1.74_i386.udeb
Checksums-Sha256:
d43e6a3770e94f239149b48927cfce5bfc4ed79c47086f45985453fe19142407 1002
rootskel_1.74.dsc
088597b4c89f058044a502c69312cf7fb9f24d36b54447b32b7fff58a2efa02d 32040
rootskel_1.74.tar.gz
89d4d0981af57ae14aa89e1c1a5f02ba6c085ea66f25ccad633a66f391e92c12 8524
rootskel_1.74_i386.udeb
436a601a0be599551832ed3fada3b64f3d3c06c50ccf99145f4dfac5ecd97c9d 2698
rootskel-bootfloppy_1.74_i386.udeb
Files:
544cd4401b73b018cebefc507585ebb7 1002 debian-installer standard
rootskel_1.74.dsc
27b873b260125099bc72dd8ca9d6140a 32040 debian-installer standard
rootskel_1.74.tar.gz
6cf838dd99630dba09d5ac6b7b4bff9b 8524 debian-installer standard
rootskel_1.74_i386.udeb
9beb0b00740719ca9395fc69ce791ab4 2698 debian-installer extra
rootskel-bootfloppy_1.74_i386.udeb
Package-Type: udeb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Colin Watson <cjwat...@debian.org> -- Debian developer
iD8DBQFJp4Ie9t0zAhD6TNERApBsAJ0ROawasGP44R5kHaIJRGm5TGqKLACeLk0H
jV+wenBMh1lUzf3G5S8wxr4=
=rfoN
-----END PGP SIGNATURE-----
--- End Message ---