From b302b5b2d83099ce5995b19dc4ae0beff8f553de Mon Sep 17 00:00:00 2001 From: Rohan Garg Date: Mon, 10 Aug 2015 16:44:24 +0200 Subject: [PATCH] Adjust settings.conf for ARM board setup --- debian/settings.conf | 26 ++++++-------------------- debian/unpackfs.conf | 5 ----- 2 files changed, 6 insertions(+), 25 deletions(-) delete mode 100644 debian/unpackfs.conf diff --git a/debian/settings.conf b/debian/settings.conf index 8fcf8cd..79b2b0e 100644 --- a/debian/settings.conf +++ b/debian/settings.conf @@ -22,39 +22,22 @@ prepare: - welcome - locale - keyboard -- partition - users -- summary # Phase 2 - install. # View modules are not shown. Only the view modules shown in the previous phase are # allowed, their names should be added here as placeholders to specify the order in # which view module jobs should be enqueued. Job modules are also allowed. install: -#- dummyprocess -#- dummypython -- partition -- mount -- unpackfs - machineid -- fstab - locale -- keyboard - localecfg -# Not required for Debian -#- initcpiocfg -#- initcpio +- keyboard - users -- displaymanager - networkcfg -- hwclock - services -#- dracut -# Add initramfs module for Debian -- initramfs -- grubcfg -- bootloader -- umount +- packages +- removeuser # Phase 3 - postinstall. # View modules are shown as UI pages, jobs from job modules are executed immediately in @@ -76,3 +59,6 @@ branding: default # install phase, i.e. at the point of no return. If it's false, no prompt is shown. # Default is false. prompt-install: false + +dont-chroot: true + diff --git a/debian/unpackfs.conf b/debian/unpackfs.conf deleted file mode 100644 index 9519c23..0000000 --- a/debian/unpackfs.conf +++ /dev/null @@ -1,5 +0,0 @@ ---- -unpack: - - source: "/lib/live/mount/medium/live/filesystem.squashfs" - sourcefs: "squashfs" - destination: ""