Merge branch 'develop' into feature-lxc

lxc version aktuall.
This commit is contained in:
6543 2018-06-02 22:16:16 +02:00
commit 2ffe939f5c
3 changed files with 6 additions and 1 deletions

2
doc/notes Normal file
View File

@ -0,0 +1,2 @@
initrd:
https://help.ubuntu.com/community/LiveCDCustomization#Removing_the_.28Casper.29_Autologina

View File

@ -7,7 +7,7 @@ function check_update() {
if curl https://raw.githubusercontent.com/6543/remaster/master/changes/remaster.md | diff - <(zcat <ROOTDIR>/usr/share/doc/remaster/changelog.gz ); then
echo 'INFO: Programm Aktuell'
else
echo 'WARNUNG: neue Version verfügbar'
echo 'WARNUNG: Ausgeführte Version entspricht nicht dem offiziellen Release'
fi
}


View File

@ -2,6 +2,9 @@
#remaster lib
[ -d "<LIBDIR>" ] || { echo "LIBDIR not exist"; exit 1; }

#dependency
source <LIBDIR>/func/filesystem_get_type

#filesystem_extract [filesystem_img_source] [chroot_path]
function filesystem_extract() {
echo "extract filesystem ..."