What commands are needed to install Ubuntu Core?
Posted
by
Oxwivi
on Ask Ubuntu
See other posts from Ask Ubuntu
or by Oxwivi
Published on 2011-10-15T17:47:08Z
Indexed on
2011/11/19
18:15 UTC
Read the original article
Hit count: 471
Ubuntu Core's wiki page page contains the instructions to install Ubuntu Core on a target media:
- Uncompress (do not unpack) rootfs
- Format target media: at least one partition should be
ext2
,ext3
, orext4
- Unpack Ubuntu Core to
ext{2,3,4}
partition- Install boot-loader
- Install Linux
- If the Linux kernel requires modules, add these to
/lib/modules/$(uname -r)
in theext{2,3,4}
file system- Boot the target device
- Install any additional required software using
apt-get
But what are the specific commands to do the above? The things I'm specifically confused about are:
- Uncompressing and unpacking, what's the difference and how do I do them?
- What package should I install if I want the generic kernel provided in regular Ubuntu installation?
- I won't be installing any drivers or anything related to kernel other than what's provided in the repos, do I need to worry about manually adding kernel modules?
PS I would like to request that all the commands used in the installation process be mentioned in the answer, for the benefit of ones who're completely unfamiliar and myself, should I ever forget.
© Ask Ubuntu or respective owner