small changes

This commit is contained in:
Jefferson Carneiro - Slackjeff
2025-03-18 15:51:54 -03:00
committed by GitHub
parent 1fc75a3fc9
commit 1db7c3fa9c
2 changed files with 17 additions and 3 deletions

13
CHANGELOG Normal file
View File

@ -0,0 +1,13 @@
###### V0.2
* Add support to choice series.
thks dchmelik
https://www.linuxquestions.org/questions/slackware-14/sbo-maintainer-newbie-doubt-4175748711/#post6562070
* Add CHANGELOG File
##### V0.1
* create chroot jail
* enter chroot
* create backup jail
* help

View File

@ -4,10 +4,11 @@
# License: GPLv2
#
# DESC :
# Easily create Slackware jails for testing and development from
# SlackBuilds for 64-bit Stable and Current. Inspired by
# Easily create chroot Slackware jail for testing and development
# SlackBuilds. Its for Stable 64 bits and Current. Inspired by
# debootstrap.
#
# Github : https://github.com/slackjeff/slackbootstrap
#####################################################################
set -e
@ -20,7 +21,7 @@ export version="0.2"
##################################
# Load Global Configuration
##################################
source slackbootstrap.conf
source /etc/slackbootstrap.conf
##################################
# Core Functions