* Add a interactive terminal module conf

* Make sure we use the preexisting sudo group for admin privs
* Move all the module configs into the debian/modules folder
* Drop the fs_resize process job
* Update configs
This commit is contained in:
Rohan Garg 2015-08-24 17:17:18 +02:00
parent b520dd07df
commit ee906e92db
8 changed files with 5 additions and 13 deletions

View File

@ -1,8 +1,4 @@
# ODROID specific module to resize partitions
debian/fs_resize /usr/lib/calamares/modules/
debian/packages.conf /etc/calamares/modules/
debian/settings.conf /etc/calamares/
debian/users.conf /etc/calamares/modules/
debian/webview.conf /etc/calamares/modules/
debian/welcome.conf /etc/calamares/modules/
debian/modules/* /etc/calamares/modules/
usr/*

View File

@ -1,7 +0,0 @@
---
type: "job"
name: "fs_resize"
interface: "process"
chroot: false
command: "konsole --nofork -e \"sudo /usr/local/bin/fs_resize)\""
timeout: 120

View File

@ -0,0 +1,2 @@
---
command: "/usr/local/bin/fs_resize"

View File

@ -1,3 +1,4 @@
---
doAutologin: true
setRootPassword: false
sudoersGroup: sudo

View File

@ -42,7 +42,7 @@ install:
#- removeuser
# Very very specific to the ODROID and created by the ODROID image scripts
- fs_resize
- interactiveterminal
# Phase 3 - postinstall.
# View modules are shown as UI pages, jobs from job modules are executed immediately in