Skip to content
Snippets Groups Projects
Commit d79c35f2 authored by Christopher Spinrath's avatar Christopher Spinrath
Browse files

rootfs_console: always exit with status 0 so the rootfs will be cleaned up

parent 6003cd5d
Branches
No related tags found
No related merge requests found
......@@ -201,7 +201,7 @@ rootfs_console : $(call archdir,$(ARCH))$(STATE_DIR)/rootfs_extracted | $(APT_CA
-s lxc.mount.entry="$(APT_CACHE_DIR) $(call archdir,$(ARCH))$(ROOTFS)/var/cache/apt/ none defaults,bind 0 0" \
-s lxc.mount.entry="none $(call archdir,$(ARCH))$(ROOTFS)/tmp tmpfs defaults 0 0" \
-s lxc.mount.entry="none $(call archdir,$(ARCH))$(ROOTFS)/run tmpfs defaults 0 0" \
-- /bin/bash -l /remaster/remaster.proxy.sh /bin/bash -l
-- /bin/bash -l /remaster/remaster.proxy.sh /bin/bash -l || exit 0
@echo
@echo "==> LIPCK: Leaving container and cleaning up..."
@echo
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment