How to insmod nls_utf8.o at Startup and mount home use utf8?

Using applications, configuring, problems
Post Reply
Message
Author
sccat
Posts: 160
Joined: Mon 22 Aug 2005, 04:22

How to insmod nls_utf8.o at Startup and mount home use utf8?

#1 Post by sccat »

I want to mount home using iocharset=utf8.

And I must insmod nls_utf8.o first.

I have got a nls_utf8.o.

How to do it at Startup?

Which file should I change?

Thanks.

sccat
Posts: 160
Joined: Mon 22 Aug 2005, 04:22

#2 Post by sccat »

Anybody help?

User avatar
MU
Posts: 13649
Joined: Wed 24 Aug 2005, 16:52
Location: Karlsruhe, Germany
Contact:

#3 Post by MU »

Hi sccat,

as /mnt/home is mounted a bootup, you might have to edit image.gz.

There are 2 ways.
1. Use the remaster-script from alienX, which is part of Puppy 1.0.6
It gives explanation,when you start it.

2. See here: http://www.murga.org/%7Epuppy/viewtopic ... 2195#22195

You must search where /mnt/home is mounted, this might be in /etc/rc.d/rc.sysinit

So how to mount with another font?
Here are entries from my Mandrake-Linux, maybe that helps you:

Code: Select all

/dev/hda8 / ext3 defaults 1 1
/dev/hda10 /_knoppix ext2 defaults 1 2
/dev/hda9 /_suse ext3 defaults 1 2
/dev/hda5 /boot ext3 defaults 1 2
none /dev/pts devpts mode=0620 0 0
/dev/hda11 /linuxzeug ext2 defaults 1 2
none /mnt/cdrom supermount dev=/dev/scd0,fs=udf:iso9660,ro,--,iocharset=iso8859-15 0 0
none /mnt/hd supermount dev=/dev/scsi/host1/bus0/target0/lun1/part1,fs=ext2:vfat,--,umask=0,iocharset=iso8859-15,kudzu,codepage=850 0 0
none /mnt/hd2 supermount dev=/dev/scsi/host0/bus0/target0/lun1/part1,fs=ext2:vfat,--,umask=0,iocharset=iso8859-15,kudzu,codepage=850 0 0
none /mnt/memory_card supermount dev=/dev/scsi/host0/bus0/target0/lun0/part1,fs=ext2:vfat,--,umask=0,iocharset=iso8859-15,kudzu,codepage=850 0 0
#/dev/hda1 /mnt/win_c ntfs,iocharset=iso8859-15,umask=0 0 0
/dev/hda7 /mnt/win_e vfat codepage=850,iocharset=iso8859-15,umask=0 0 0
none /proc proc defaults 0 0
/dev/hda6 swap swap defaults 0 0
/dev/ide/host0/bus0/target0/lun0/part1 /mnt/captive-noname captive-ntfs defaults,noauto 0 0
/dev/hda1 /mnt/win_c ntfs -t ntfs ,user,auto 0 0
Sorry, I can not help more detailed :oops:

Good luck, Mark

Post Reply