cryptobox package removed - it will be created before dfsbuild
devel-script moved to the live-cd
This commit is contained in:
parent
da3774d537
commit
4b83d48429
3 changed files with 5 additions and 0 deletions
Binary file not shown.
|
@ -144,6 +144,8 @@ done
|
|||
while [ $# -gt 0 ]
|
||||
do case "$1" in
|
||||
dfsbuild )
|
||||
# build the cryptobox package first
|
||||
"$0" package
|
||||
# check if we are in ROOT_DIR - otherwise we will have problems with
|
||||
# relative paths in dfs-box.conf
|
||||
[ "$ROOT_DIR" -ef "$(pwd)" ] || error_die 1 "Sorry: you have to run $0 while you are in '$ROOT_DIR'!"
|
||||
|
@ -161,6 +163,9 @@ while [ $# -gt 0 ]
|
|||
config )
|
||||
configure_cb normal
|
||||
;;
|
||||
package )
|
||||
(cd "$ROOT_DIR"; scripts/debian)
|
||||
;;
|
||||
iso )
|
||||
create_uncompressed_iso
|
||||
;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue