WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Modos de Operação  (Read 3529 times)

Offline eduwutzl@gmail.com

  • Newbie
  • *
  • Posts: 3
Modos de Operação
« on: November 10, 2010, 04:21:23 AM »
Pessoal,
Estou com o Tiny-Core instalado no HD, e tudo o que eu altero no meu /home ele restaura quando se da um boot

O que eu preciso alterar, para que o meu /home fique armazenado no meu /mnt/hda1?

Estou lendo algumas vezes o manual, mas não estou conseguindo entender.
Fico no aguardo.

Obrigado

Offline Tarkus

  • Newbie
  • *
  • Posts: 18
Re: Modos de Operação
« Reply #1 on: January 26, 2011, 02:00:15 PM »
Hello! You have to add the home=UUID=<UUID of your hard drive> at the kernel line in the /boot/grub/menu.lst file. For example:

Code: [Select]
default 0
timeout 10
title tinycore
kernel /boot/bzImage quiet home=UUID=7dc53df5-703e-49b3-8670-b1c468f47f1f
initrd /boot/tinycore.gz

Sorry, no Portuguese :( (just English and Spanish)!

You can get the UUIDs entering the following command in the terminal:
Code: [Select]
blkid
Also you could read this post by tinypoodle:
http://forum.tinycorelinux.net/index.php?topic=8565.msg46118#msg46118