mirror of
https://codeberg.org/scip/jaildk.git
synced 2025-12-16 20:21:05 +01:00
fix documentation issue #35: do not recommend invalid command line
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
version=2.0.3
|
version=2.0.4
|
||||||
|
|
||||||
# this will be completed during build. Don't touch it, just execute
|
# this will be completed during build. Don't touch it, just execute
|
||||||
# make and use the resulting script!
|
# make and use the resulting script!
|
||||||
@@ -1155,7 +1155,7 @@ jaildk_clone() {
|
|||||||
# FIXME: possibly not needed! see comment in jaildk_create()
|
# FIXME: possibly not needed! see comment in jaildk_create()
|
||||||
# jail=$new
|
# jail=$new
|
||||||
bold "To mount the build chroot of the new jail, execute:"
|
bold "To mount the build chroot of the new jail, execute:"
|
||||||
echo "jaildk build $new start -b $base -v $newversion"
|
echo "jaildk build $new -m start -b $base -v $newversion"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user