Skip to Content.
Sympa Menu

baslinux - [BL] Modifying Ramdisk BL

baslinux AT lists.ibiblio.org

Subject: Baslinux mailing list

List archive

Chronological Thread  
  • From: ichi AT aggies.org
  • To: baslinux AT lists.ibiblio.org
  • Subject: [BL] Modifying Ramdisk BL
  • Date: Sat, 12 Apr 2003 09:35:49 +0000

Diego Barizo wrote:
>
> I want to translate BL scripts to Spanish, and make the translated
> version available, but how do I "rewrite" the system with the
> translated/updated files?

If you want to make changes to the the BasicLinux ramdisk
files, you need to edit the image file (baslinux.gz) that
is copied into the ramdisk when loadlin boots the kernel.
First, you gunzip it (don't forget to gzip it again when
you are finished). Second, you mount the file
---------------------------
insmod loop
mount -o loop baslinux /mnt
---------------------------
Now, you can go to /mnt and edit the files. When you are
finished, umount and gzip.

Cheers,
Steven





Archive powered by MHonArc 2.6.24.

Top of Page