Bugs item #976540, was opened at 2004-06-21 06:44
Message generated for change (Comment added) made by jerrygd
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=100259&aid=976540&group_id=259

Category: None
Group: None
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
>Assigned to: Jerry DeLapp (jerrygd)
Summary: mkautoinstalldiskette fails

Initial Comment:
I'm using systemimager-i386boot-standard-3.2.0-4.

The files to be copied (by mkautoinstalldiskette) to a
1.44MB floppy don't fit there.

Workaround:

Edit  mkautoinstalldiskette. Change any "fd0" to "fd0u1680"

rename initrd.img -> initrd.img.gz
gzip -d initrd.img.gz
mount this initrd.img: "mount -o loop initrd.img /mnt"

Copy all files /mnt/* to another location. (cp -a)

Create the directories tmp lib new_root. The cp command
claims these to be not created hardlinks.

Edit the copy of etc/init.d/functions. 

Change "mount /dev/fd0 /floppy" to 
"mount /dev/fd0u1680 /floppy"

mkfs.cramfs -b 4096 dir_with_copied_files new-initrd

gzip new-initrd

Replace:
/usr/share/systemimager/boot/i386/standard/initrd.img

by a copy of  new-initrd.gz

Run mkautoinstalldiskette again.









----------------------------------------------------------------------

>Comment By: Jerry DeLapp (jerrygd)
Date: 2004-06-29 12:12

Message:
Logged In: YES 
user_id=512778

fixed in 3.2.3-1 

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=100259&aid=976540&group_id=259


-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
Sisuite-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/sisuite-devel

Reply via email to