summarylogtreecommitdiffstats
path: root/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'install.sh')
-rw-r--r--install.sh9
1 files changed, 3 insertions, 6 deletions
diff --git a/install.sh b/install.sh
index de6b6635e70f..6def69b76a19 100644
--- a/install.sh
+++ b/install.sh
@@ -1,9 +1,9 @@
#!/usr/bin/env sh
post_install() {
- echo '------------------------'
- echo '| READ VERY CAREFULLY! |'
- echo '------------------------'
+ echo '--------------'
+ echo '| QUICKSTART |'
+ echo '--------------'
echo '1. Make sure to start the sysbox service (systemctl start sysbox)'
echo ''
echo '2. To use sysbox with Docker, add the following to /etc/docker/daemon.json:'
@@ -17,9 +17,6 @@ post_install() {
echo '}'
echo 'Then restart the docker service (systemctl restart docker)'
echo ''
- echo '3. You will need to either install the shiftfs kernel module,'
- echo ' or configure Docker in userns-remap mode (see link below)'
- echo ''
echo 'Note that Arch Linux is NOT officially supported.'
echo 'For more information, please check:'
echo 'https://github.com/nestybox/sysbox/blob/master/docs/user-guide/troubleshoot.md'