Tiny Core Linux
General TC => General TC Talk => Topic started 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
-
you need the boot code "home=hda1"
see http://wiki.tinycorelinux.com/Boot+codes+explained (http://wiki.tinycorelinux.com/Boot+codes+explained)
-
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
-
I don't think max_loop is needed for 3.x
-
True, on 3.x it would actually have a negative effect (limit you to 256, instead of the default unlimited).