diff options
| author | Daniel Baumann <daniel@debian.org> | 2010-06-20 15:52:06 +0200 |
|---|---|---|
| committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 17:53:26 +0100 |
| commit | 4b1c986014cfed5a6e4380fe73b609bd7d2d8869 (patch) | |
| tree | 50a49dff0ba93dd747426cfab94b49ef5328b178 | |
| parent | 3873d354302562a3b3d1da5ad3ea5ab7f661ce40 (diff) | |
| download | live-boot-4b1c986014cfed5a6e4380fe73b609bd7d2d8869.tar.gz live-boot-4b1c986014cfed5a6e4380fe73b609bd7d2d8869.zip | |
Removing noautologin parameter from live script, this functionallity was moved to live-config.
| -rwxr-xr-x | scripts/live | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/scripts/live b/scripts/live index 37c3abd..412094a 100755 --- a/scripts/live +++ b/scripts/live @@ -215,11 +215,6 @@ Arguments () export NOACCESSIBILITY ;; - noautologin) - NOAUTOLOGIN="Yes" - export NOAUTOLOGIN - ;; - nofastboot) NOFASTBOOT="Yes" export NOFASTBOOT |
