lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Fri, 01 Dec 2006 19:09:16 +1000
From:	"Michael D. Setzer II" <mikes@...ntos.guam.net>
To:	linux-kernel@...r.kernel.org
Subject: Change Required in building ISO with 2.6.19

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

I've been working on the g4l disk imaging project, and have been trying to 
keep kernels for the cd up-to-date to work for those users with the latest 
hardware. I was recommended to try the 2.6.19-git kernel since the kernels 
since 2.6.15.6 that I've build from kernel.org do not work with the sata_via. 
All the kernels from 2.6.18.3 and below have worked with the makecd script 
that was created by the previous project manager. The 2.6.19 git and 
released kernel required me to modify the script to use a 4096 byte block 
size instead of the default 1024 bytes. Problem is, that the earlier computers 
don't mount with the 4K, but the 2.6.19 don't work with the 1K size. It goes 
all the way thru, but they fail with trying to mount the /. 

Only difference in the scripts 
Using 4K for 2.6.19 kernels 
< mke2fs -m 0 -b 4096 -N 4000 /dev/loop0 
- --- 
Using 1K default for all earlier kernels. 
> mke2fs -m 0 -N 4000 /dev/loop0 

I have no knowledge on the script, so it might be something in the script that 
makes the difference, but would like to have a way to allow both the older 
and newer kernels to reside on one image. It now requires to different CDs. 

Full Original script with default 1k 
ftp://amd64gcc.dyndns.org/makecd1k 

Modified script with 4k option 
ftp://amd64gcc.dyndns.org/makecd4k 

+----------------------------------------------------------+
  Michael D. Setzer II -  Computer Science Instructor      
  Guam Community College  Computer Center                  
  mailto:mikes@...ntos.guam.net                            
  mailto:msetzerii@...il.com
  http://www.guam.net/home/mikes
  Guam - Where America's Day Begins                        
+----------------------------------------------------------+

http://setiathome.berkeley.edu
Number of Seti Units Returned:  19,471
Processing time:  32 years, 290 days, 12 hours, 58 minutes
(Total Hours: 287,489)

BOINC TOTAL CREDITS SETI@...E/EINSTEIN@...E
Total Credits 2294755.789617 
Total Credits 305549.598810 


-----BEGIN PGP SIGNATURE-----
Version: PGP 6.5.8 -- QDPGP 2.61c
Comment: http://community.wow.net/grt/qdpgp.html

iQA/AwUBRW9knSzGQcr/2AKZEQKIIACg/sT/MjU3WRYY0X/BxlzvZnea4k0AoMuI
WY32l9CMXSxdxi0w56U/Gj5+
=xp+T
-----END PGP SIGNATURE-----
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ