ODROID specific module to resize partitions

ubuntu/focal
Rohan Garg 9 years ago
parent 05b71e5176
commit b661b23f93

@ -2,3 +2,5 @@ debian/packages.conf /etc/calamares/modules/
debian/welcome.conf /etc/calamares/modules/
debian/settings.conf /etc/calamares/
usr/*
# ODROID specific module to resize partitions
debian/fs_resize usr/lib/calamares/modules/

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

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

Loading…
Cancel
Save