Tiny Core Linux

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

Title: Modos de Operação
Post by: eduwutzl@gmail.com on November 10, 2010, 07: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
Title: Re: Modos de Operação
Post by: Tarkus on January 26, 2011, 05: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