Re: rc.custom

Tom Oehser <[email protected]> Sat, 12 Apr 2003 13:08:14 -0400 (EDT)
Newsgroups gmane.linux.tomsrtbt
Message-ID <[email protected]>
You can edit settings.s and rc.custom.gz right on the floppy.

After the floppy is created, you can do:

	mkdir mountpoint
	mount /dev/fd0u1722 mountpoint
	vi mountpoint/settings.s
	gzip -d < mountpoint/rc.custom.gz > rc.custom
	vi rc.custom
	gzip -9 < rc.custom > mountpoint/rc.custom.gz
	umount mountpoint

-Tom

On Sat, 12 Apr 2003, Jochen Georges wrote:

> Date: Sat, 12 Apr 2003 18:58:44 +0200
> From: Jochen Georges <[email protected]>
> To: [email protected]
> Subject: [tomsrtbt] rc.custom
>
> hello
>
> i think i have to edit the rc.custom, but i do not know how to save
> it.
> i found lots of mails in the archive, but no answer.
> sorry, i need a first step.
>
> i tried to mount the tomsrtbt.raw file with "-o loop", but my
> kernel does not support minix fs.
>
> that's what i want to do:
> place a script on the tomsrtbt-floppy.
> the script ...
> -makes two directories
> -mounts a harddrive and a nfs-share
> -writes an image of the hardrive to the nfs-share (with tar)
> or writes the image back to the harddrive
>
> thanks for any hint.
>
> beste gruesse
> jochen
>
>