From 31c84b1fdf417ef49241046c3a19f9c306ee7f63 Mon Sep 17 00:00:00 2001 From: stack Date: Mon, 18 Mar 2013 13:48:03 +0100 Subject: [PATCH] changed order of rules in auto/config this is only for viewing pleasure --- minimal/auto/config | 5 ++--- xfce-desktop/auto/config | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/minimal/auto/config b/minimal/auto/config index 186baaf..e1de4f9 100755 --- a/minimal/auto/config +++ b/minimal/auto/config @@ -14,12 +14,11 @@ --bootappend-live "\ boot=live \ config \ + persistence \ persistence-encryption=luks \ username=stack \ hostname=acqua \ - persistence \ - live-config.locales=it_IT.UTF-8 live-config.timezone=Europe/Rome live-config.keyboard-layouts=it \ - " \ + live-config.locales=it_IT.UTF-8 live-config.timezone=Europe/Rome live-config.keyboard-layouts=it " \ --apt-indices false --archive-areas "main contrib non-free" \ --apt-recommends false \ --mirror-bootstrap "${mirror}" \ diff --git a/xfce-desktop/auto/config b/xfce-desktop/auto/config index 7394b2a..ac33947 100755 --- a/xfce-desktop/auto/config +++ b/xfce-desktop/auto/config @@ -16,12 +16,11 @@ --bootappend-live "\ boot=live \ config \ + persistence \ persistence-encryption=luks \ username=stack \ hostname=acqua \ - persistence \ - live-config.locales=it_IT.UTF-8 live-config.timezone=Europe/Rome live-config.keyboard-layouts=it \ - " \ + live-config.locales=it_IT.UTF-8 live-config.timezone=Europe/Rome live-config.keyboard-layouts=it " \ --archive-areas "main contrib non-free" \ --apt-recommends true \ --mirror-bootstrap "${mirror}" \ -- 2.20.1