From a66726dadd0e9c8a7bf3ec55bebbf0247a869baa Mon Sep 17 00:00:00 2001 From: Andres Salomon Date: Wed, 27 May 2009 16:20:59 -0400 Subject: [PATCH] rename: initchroot.sh -> mkchroot.sh Signed-off-by: Andres Salomon --- README | 2 +- README.approx | 4 ++-- initchroot.sh => mkchroot.sh | 0 release.sh | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) rename initchroot.sh => mkchroot.sh (100%) diff --git a/README b/README index 15025d5..427a67a 100644 --- a/README +++ b/README @@ -13,7 +13,7 @@ How to use xodist to generate a Debian KDE image for an OLPC XO: 1. build the root filesystem, - sudo ./initchroot.sh --package-list kde.packages kde.root + sudo ./mkchroot.sh --package-list kde.packages kde.root 2. make the JFFS2 filesystem, diff --git a/README.approx b/README.approx index 512b375..f142c46 100644 --- a/README.approx +++ b/README.approx @@ -1,4 +1,4 @@ -Problem: every time you use initchroot.sh the hundreds of megabytes of +Problem: every time you use mkchroot.sh the hundreds of megabytes of packages are downloaded again. Solution: set up the approx package to cache these packages. @@ -19,7 +19,7 @@ security http://security.debian.org/ 4. follow README, but during the creation of the root filesystem, add the --mirror option, like this: - sudo ./initchroot.sh \ + sudo ./mkchroot.sh \ --package-list kde.packages \ --local-apt-mirror "deb http://localhost:9999/debian lenny main contrib non-free deb http://localhost:9999/security lenny/updates main contrib non-free" \ diff --git a/initchroot.sh b/mkchroot.sh similarity index 100% rename from initchroot.sh rename to mkchroot.sh diff --git a/release.sh b/release.sh index f2c0130..e453292 100755 --- a/release.sh +++ b/release.sh @@ -3,7 +3,7 @@ # prepare a release for f in *.packages; do desktop=$(echo $f | sed 's/\.packages//') - ./initchroot.sh --package-list ${f} \ + ./mkchroot.sh --package-list ${f} \ --local-apt-mirror "deb http://localhost:9999/debian lenny main contrib non-free deb http://localhost:9999/security lenny/updates main contrib non-free" \ debxo-${desktop} -- 2.39.2