1

I have a very small disk in my netbook.

So I decided to offload all development files into chroot on an external drive.

What will take less space initially, debootstrap installation or Ubuntu Core image?

K7AAY
  • 17,202
int_ua
  • 8,574

2 Answers2

3

12.04

Short:

Ubuntu Core

Detailed:

On current 12.04.3 installation (df/du output):

debootstrap  210352
Core         110424

Core image doesn't have these packages:

apt-utils bzip2 console-setup cron debconf-i18n dmsetup eject file iputils-ping isc-dhcp-client isc-dhcp-common kbd keyboard-configuration less libapt-inst1.4 libdevmapper1.02.1 libexpat1 libfribidi0 liblocale-gettext-perl liblockfile-bin liblockfile1 libmagic1 libnewt0.52 libpopt0 libsqlite3-0 libtext-charwidth-perl libtext-iconv-perl libtext-wrapi18n-perl lockfile-progs logrotate lsb-release mime-support net-tools netbase netcat-openbsd ntpdate python python2.7 resolvconf rsyslog sudo ubuntu-minimal ucf ureadahead vim-common vim-tiny whiptail xkb-data

int_ua
  • 8,574
1

As of vivid, the Ubuntu Core image is a debootstrap minbase image and some very light postprocessing.

Source: I've compared both.

Tobu
  • 417