I forgot.
I always root, if you are not, then sudo-i at the beginning.

---------------------


For example, to install on / dev/sda1:

(boot from ubuntu-mini-remix CD or USB)
fdisk /dev/sda
...
mkfs.ext4 /dev/sda1
mkdir /mnt/new
mount /dev/sda1 /mnt/new
cp -dpR /rofs/* /mnt/new
mount /dev /mnt/new/dev -o bind
mount /sys /mnt/new/sys -o bind
mount /proc /mnt/new/proc -o bind
mkdir /mnt/new/cdrom
mount /cdrom /mnt/new/cdrom -o bind
cp /cdrom/casper/vmlinuz /mnt/new/boot/vmlinuz-2.6.32-24-generic
chroot /mnt/new
passwd root
...
grub-install /dev/sda
update-grub
exit
reboot

I wrote from memory, I hope no errors.

BTW.




W dniu 27.09.2012 23:32, Kent A. Reed pisze:
> Oops, I left out my first question.
>
> On 9/26/2012 3:30 PM, tuxcnc wrote:
>> I installed Ubuntu mini from
>> http://www.ubuntu-mini-remix.org/download/10.04.1/ubuntu-mini-remix-10.04.1-i386.iso
> Since this is specifically the .iso for a LiveCD which includes no
> software for installation to a hard drive, I'm curious how you
> "installed Ubuntu mini from...."
>
> Regards,
> Kent
>
>
>
>
> ------------------------------------------------------------------------------
> Everyone hates slow websites. So do we.
> Make your web apps faster with AppDynamics
> Download AppDynamics Lite for free today:
> http://ad.doubleclick.net/clk;258768047;13503038;j?
> http://info.appdynamics.com/FreeJavaPerformanceDownload.html
> _______________________________________________
> Emc-developers mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/emc-developers
>


------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://ad.doubleclick.net/clk;258768047;13503038;j?
http://info.appdynamics.com/FreeJavaPerformanceDownload.html
_______________________________________________
Emc-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/emc-developers

Reply via email to