WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Operation Mode  (Read 2055 times)

Offline eduwutzl@gmail.com

  • Newbie
  • *
  • Posts: 3
Operation Mode
« 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

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14850
Re: Operation Mode
« Reply #1 on: November 10, 2010, 07:52:57 AM »
you need the boot code "home=hda1"

see http://wiki.tinycorelinux.com/Boot+codes+explained

Offline Guy

  • Hero Member
  • *****
  • Posts: 1089
Re: Operation Mode
« Reply #2 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
Many people see what is. Some people see what can be, and make a difference.

Offline jls

  • Hero Member
  • *****
  • Posts: 2135
Re: Operation Mode
« Reply #3 on: November 10, 2010, 03:54:46 PM »
I don't think max_loop is needed for 3.x
dCore user

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 11049
Re: Operation Mode
« Reply #4 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).
The only barriers that can stop you are the ones you create yourself.