* 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
ubuntu/focal
Rohan Garg 9 years ago
parent b520dd07df
commit ee906e92db

@ -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/*

@ -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

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

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

@ -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

Loading…
Cancel
Save