mirror of
https://git.launchpad.net/~ubuntu-qt-code/+git/calamares-settings-ubuntu
synced 2025-05-02 22:21:29 +00:00
ODROID specific module to resize partitions
This commit is contained in:
parent
05b71e5176
commit
b661b23f93
2
debian/calamares.install
vendored
2
debian/calamares.install
vendored
@ -2,3 +2,5 @@ debian/packages.conf /etc/calamares/modules/
|
|||||||
debian/welcome.conf /etc/calamares/modules/
|
debian/welcome.conf /etc/calamares/modules/
|
||||||
debian/settings.conf /etc/calamares/
|
debian/settings.conf /etc/calamares/
|
||||||
usr/*
|
usr/*
|
||||||
|
# ODROID specific module to resize partitions
|
||||||
|
debian/fs_resize usr/lib/calamares/modules/
|
||||||
|
7
debian/fs_resize/module.desc
vendored
Normal file
7
debian/fs_resize/module.desc
vendored
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
---
|
||||||
|
type: "job"
|
||||||
|
name: "fs_resize"
|
||||||
|
interface: "process"
|
||||||
|
chroot: false
|
||||||
|
command: "/bin/sh -c \"yes y | /usr/local/bin/fs_resize\""
|
||||||
|
timeout: 120
|
3
debian/settings.conf
vendored
3
debian/settings.conf
vendored
@ -39,6 +39,9 @@ install:
|
|||||||
#- packages
|
#- packages
|
||||||
#- removeuser
|
#- removeuser
|
||||||
|
|
||||||
|
# Very very specific to the ODROID and created by the ODROID image scripts
|
||||||
|
- fs_resize
|
||||||
|
|
||||||
# Phase 3 - postinstall.
|
# Phase 3 - postinstall.
|
||||||
# View modules are shown as UI pages, jobs from job modules are executed immediately in
|
# View modules are shown as UI pages, jobs from job modules are executed immediately in
|
||||||
# the background.
|
# the background.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user