small changes
This commit is contained in:
committed by
GitHub
parent
1fc75a3fc9
commit
1db7c3fa9c
13
CHANGELOG
Normal file
13
CHANGELOG
Normal 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
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user