index
:
mkrootfs
kiss
master
Tool to generate rootfs tarballs of Carbs Linux
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mkrootfs.sh
Age
Commit message (
Collapse
)
Author
2020-05-29
mkrootfs: handle rsync repositories
Cem Keylan
2020-05-18
mkrootfs: add support for installing multiple repositories
Cem Keylan
2020-05-18
mkrootfs: fix shellcheck
Cem Keylan
2020-05-18
mkrootfs: no need to remove root cache anymore
Cem Keylan
2020-05-18
mkrootfs: check install package version and release to skip it
Cem Keylan
2020-05-18
mkrootfs: change method of package installation
Cem Keylan
This new method speeds up the installation. You can continue installations without rebuilding packages as well. This method, * skips the package if it is already installed. * skips building the package if a prebuilt tarball exists.
2020-05-18
mkrootfs: do not clone the same repository twice
Cem Keylan
2020-05-18
remove library after sourcing it
Cem Keylan
2020-05-18
use kiss as a library
Cem Keylan
2020-05-13
minor nitpicks
Cem Keylan
2020-05-13
change directory in a subshell
Cem Keylan
2020-05-13
update
Cem Keylan
2020-05-13
use KISS_NOPROMPT
Cem Keylan
2020-05-13
simplify repository checking
Cem Keylan
2020-05-13
remove ask function, do it manually
Cem Keylan
2020-05-13
remove error function, replace it with die only
Cem Keylan
2020-04-30
Install packages multiple times
Cem Keylan
2020-04-06
fix message errors
Cem Keylan
2020-02-19
simplified some functions
Cem Keylan
2020-02-19
modified message functions and removed out()
Cem Keylan
2020-02-19
add KISS_ASROOT variable and skip confirmations with yes
Cem Keylan
2020-01-10
mkrootfs.sh: exit if the user doesn't have priviliges
Cem Keylan
2019-12-18
remove unnecessary kiss i
Cem Keylan
2019-12-18
remove existing repository
Cem Keylan
2019-12-18
do a shallow clone
Cem Keylan
2019-12-18
fix variable name
Cem Keylan
2019-12-18
move location where we get BASEDIR
Cem Keylan
2019-12-10
add comments and spaces
Cem Keylan
2019-12-10
change package cache
Cem Keylan
2019-12-10
generate tarball
Cem Keylan
2019-12-10
fix wrong function name
Cem Keylan
2019-12-10
add shellcheck disable to kiss i
Cem Keylan
2019-12-10
clone repository to chroot
Cem Keylan
2019-12-10
get basedir in the beginning
Cem Keylan
2019-12-10
fix variable name
Cem Keylan
2019-12-10
initial commit
Cem Keylan