* 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 configsubuntu/focal
parent
b520dd07df
commit
ee906e92db
@ -1,8 +1,4 @@
|
|||||||
# ODROID specific module to resize partitions
|
# 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/settings.conf /etc/calamares/
|
||||||
debian/users.conf /etc/calamares/modules/
|
debian/modules/* /etc/calamares/modules/
|
||||||
debian/webview.conf /etc/calamares/modules/
|
|
||||||
debian/welcome.conf /etc/calamares/modules/
|
|
||||||
usr/*
|
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
|
doAutologin: true
|
||||||
setRootPassword: false
|
setRootPassword: false
|
||||||
|
sudoersGroup: sudo
|
Loading…
Reference in new issue