crims0n 4 years ago
parent
commit
b61b67d103
  1. 2
      linux-live/basesystem/01-core/rootcopy-install/usr/bin/cmdline_parser

2
linux-live/basesystem/01-core/rootcopy-install/usr/bin/cmdline_parser

@ -59,7 +59,7 @@ else
rm -rf /home/live
fi
if [ ! "$SSH" = "true" ]; then
if [ "$SSH" != "true" ]; then
# systemctl enable ssh-keygen
# systemctl enable ssh
#else

Loading…
Cancel
Save