installer: re-add line accidentally removed in prev.
This commit is contained in:
parent
5eae360a23
commit
34a6142056
|
@ -840,6 +840,7 @@ ${BOLD}Do you want to continue?${RESET}" 20 80 || return
|
|||
# If source not set use defaults.
|
||||
if [ "$(get_option SOURCE)" = "local" -o -z "$SOURCE_DONE" ]; then
|
||||
copy_rootfs
|
||||
. /etc/default/live.conf
|
||||
rm -f $TARGETDIR/etc/motd
|
||||
rm -f $TARGETDIR/etc/issue
|
||||
# Remove live user.
|
||||
|
|
Loading…
Reference in New Issue