PDA

View Full Version : [ubuntu] Bare install



kempy1000
July 21st, 2010, 01:01 PM
Hi,

Is it possible to install a super bare ubuntu install? I mean just a bash shell and some basic programs eg apt?

Even bare-er than the minimal install cd.

I read something about a bootstrap install to get a bare system?

Thanks
Chris

dv3500ea
July 21st, 2010, 01:14 PM
https://help.ubuntu.com/community/Installation/MinimalCD
I think what you want is only the contents of the ubuntu-minimal metapackage.

kempy1000
July 21st, 2010, 01:15 PM
Thank you I had no idea that existed

sisco311
July 21st, 2010, 01:35 PM
The minimal CD, just like the alternate CD in cli only mode, installs a boot loader (Grub by default), a kernel, ubuntu-minimal and ubuntu-standard. The only difference is that the minimal CD downloads the packages from the repositories over the internet or a local network.

Yes, you can use debootstrap to install a bare bone system, by default debootstrap installs less packages than ubuntu-minimal.

Take a look at:
community/DebootstrapChroot
after you create a chroot environment you can install a kernel & a boot loader and boot into your new system. :)

This guides are a little outdeted by still provide usefull information:
community/Installation/FromKnoppix
8.04/installation-guide/i386/linux-upgrade.html