From 0bb22f28fc1d40bce13a1fe0cf9a8957e6391280 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Sun, 26 Jul 2020 22:14:42 +0300 Subject: mkrootfs: switch to cpt kiss version of the tool can still be found on the branch named 'kiss' --- README | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) (limited to 'README') diff --git a/README b/README index a3b3e51..e1b9a0a 100644 --- a/README +++ b/README @@ -1,10 +1,9 @@ carbs rootfs script ------------------- -Tool for generating rootfs tarballs for Carbs Linux. But it can be configured to -create tarballs for KISS, create a personalized pre-configured tarball with an -Xorg server to ease installation process. Tarballs on https://dl.carbslinux.org -are generated from this script. +Tool for generating rootfs tarballs for Carbs Linux. This tool now uses cpt for +building the tarball. The old version of the tool which used kiss can be found +on the seperate branch 'kiss'. configuration @@ -12,7 +11,7 @@ configuration Configuration can be done by copying config.def file to config. There you can configure where the rootfs will be created, packages to be installed, CFLAGS, -MAKEFLAGS, repository to be added, and the `KISS_PATH` to be used. +MAKEFLAGS, repository to be added, and the `CPT_PATH` to be used. extra repositories @@ -31,16 +30,16 @@ purposes, don't actually use local repositories. +--------------------------------------------------------------------------+ - | https://git.u.com/repo1 /var/db/kiss/personalrepo --depth 1 | - | /home/user/kiss-repo2 /var/db/kiss/kiss-repo2 --no-local --depth 2 | + | https://git.u.com/repo1 /var/db/cpt/personalrepo --depth 1 | + | /home/user/cpt-repo2 /var/db/cpt/cpt-repo2 --no-local --depth 2 | +--------------------------------------------------------------------------+ -You can then add these to your KISS_PATH by editing the config file and adding +You can then add these to your CPT_PATH by editing the config file and adding the following to your `HOST_REPO_PATH`. - HOST_REPO_PATH="/tmp/repo/core:$MNTDIR/var/db/kiss/personalrepo:$MNTDIR/var/db/kiss/kiss-repo2" + HOST_REPO_PATH="/tmp/repo/core:$MNTDIR/var/db/cpt/personalrepo:$MNTDIR/var/db/cpt/cpt-repo2" postinstall -- cgit v1.2.3