mirror of
https://git.launchpad.net/~ubuntu-qt-code/+git/calamares-settings-ubuntu
synced 2025-04-04 14:51:11 +00:00
* 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:
parent
b520dd07df
commit
ee906e92db
6
debian/calamares.install
vendored
6
debian/calamares.install
vendored
@ -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/*
|
||||
|
7
debian/fs_resize/module.desc
vendored
7
debian/fs_resize/module.desc
vendored
@ -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
|
2
debian/modules/interactiveterminal.conf
vendored
Normal file
2
debian/modules/interactiveterminal.conf
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
---
|
||||
command: "/usr/local/bin/fs_resize"
|
@ -1,3 +1,4 @@
|
||||
---
|
||||
doAutologin: true
|
||||
setRootPassword: false
|
||||
sudoersGroup: sudo
|
2
debian/settings.conf
vendored
2
debian/settings.conf
vendored
@ -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…
x
Reference in New Issue
Block a user