Re: ext2-compatibility suggestion
Moin Waldemar!
Waldemar Brodkorb schrieb am Sunday, den 10. March 2002:
> I have a very small suggestion for the upcoming Debian 3.0 bootdisk set.
> Is it possible to hide the question about ext2 compatibility mode a
> little bit so only advanced users could choose it?
I do not mind, is easy to fix, see below. Any other opinions?
Index: partition_config.c
===================================================================
RCS file: /cvs/debian-boot/boot-floppies/utilities/dbootstrap/partition_config.c,v
retrieving revision 1.154
diff -u -r1.154 partition_config.c
--- partition_config.c 2002/03/07 21:03:29 1.154
+++ partition_config.c 2002/03/10 21:43:49
@@ -946,7 +946,7 @@
#endif
#if !(#cpu(mips) || #cpu(s390))
- if (! bootargs.isquiet) {
+ if (bootargs.isverbose) {
snprintf(prtbuf, sizeof(prtbuf), _("This version of the Linux kernel has new \"Ext%s\" filesystem "
"features not present in kernel versions prior to 2.2.x. "
"Using these features, however, means that you will not be "
Gruss/Regards,
Eduard.
--
Profitip No. 413:
Zeit sparen durch Rebooten im Hintergrund.
Man will ja nicht jedesmal die Arbeit unterbrechen...
> reboot &
Reply to: