From: stack Date: Mon, 18 Mar 2013 12:48:03 +0000 (+0100) Subject: changed order of rules in auto/config X-Git-Url: https://v.licheni.net/stack/code/debianlive.git/commitdiff_plain/31c84b1fdf417ef49241046c3a19f9c306ee7f63?ds=inline changed order of rules in auto/config this is only for viewing pleasure --- 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}" \