From: Ulrich Dangel Date: Sun, 20 Sep 2009 21:40:31 +0000 (+0200) Subject: Add febootstrap tip for centos and fedora X-Git-Tag: v0.4.16^0 X-Git-Url: https://git.grml.org/?p=grml-tips.git;a=commitdiff_plain;h=1250703e8644b41244dfc58171a0aa4c9272e5b6 Add febootstrap tip for centos and fedora --- diff --git a/debian/changelog b/debian/changelog index 9e87ae3..8c2ab9e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +grml-tips (0.4.16) unstable; urgency=low + + * Add 'Installing Fedora/Centos to a directory' + + -- Ulrich Dangel Sun, 20 Sep 2009 23:34:57 +0200 + grml-tips (0.4.15) unstable; urgency=low * Update 'Upgrade only packages from the grml-stable Debian repository' diff --git a/grml_tips b/grml_tips index 95f20b0..93b3037 100644 --- a/grml_tips +++ b/grml_tips @@ -3142,3 +3142,11 @@ echo 'deb http://deb.grml.org/ grml-stable main' > /etc/apt/grml-stable.list apt-get -o Dir::Etc::sourcelist=/etc/apt/grml-stable.list -o Dir::Etc::sourceparts=/doesnotexist update apt-get upgrade -- +Install Centos into a directory: + +% febootstrap centos-5 directory http://mirror.centos.org/centos-5/5.3/os/i386/ +-- +Install Fedora into a directory: + +% febootstrap fedora-11 target_directory +--