Tiny Core Linux

General TC => General TC Talk => Topic started by: eduwutzl@gmail.com on November 10, 2010, 07:44:00 AM

Title: Operation Mode
Post by: eduwutzl@gmail.com on November 10, 2010, 07:44:00 AM
Guys,
I'm with Tiny-Core installed in HD, and everything I change in my / home when it restores one's boot

What I need to change so that my / home it stored in my / mnt/hda1?

Sometimes I'm reading the manual, but I can not understand.
I'm waiting.

Thanks
Title: Re: Operation Mode
Post by: Juanito on November 10, 2010, 07:52:57 AM
you need the boot code "home=hda1"

see http://wiki.tinycorelinux.com/Boot+codes+explained (http://wiki.tinycorelinux.com/Boot+codes+explained)
Title: Re: Operation Mode
Post by: Guy on November 10, 2010, 09:56:19 AM
Here is an example of the type of things you may use in /boot/grub/menu.lst

title   Tiny Core
root   (hd0,0)
kernel   /boot/bzImage quiet tce=hda1 home=hda1 opt=hda1 max_loop=256
initrd   /boot/tinycore.gz
Title: Re: Operation Mode
Post by: jls on November 10, 2010, 03:54:46 PM
I don't think max_loop is needed for 3.x
Title: Re: Operation Mode
Post by: curaga on November 11, 2010, 03:43:59 AM
True, on 3.x it would actually have a negative effect (limit you to 256, instead of the default unlimited).