mirror of
https://git.launchpad.net/~ubuntu-qt-code/+git/calamares-settings-ubuntu
synced 2025-06-09 16:51:32 +00:00
Adjust settings.conf for ARM board setup
This commit is contained in:
parent
d82521670f
commit
b302b5b2d8
26
debian/settings.conf
vendored
26
debian/settings.conf
vendored
@ -22,39 +22,22 @@ prepare:
|
|||||||
- welcome
|
- welcome
|
||||||
- locale
|
- locale
|
||||||
- keyboard
|
- keyboard
|
||||||
- partition
|
|
||||||
- users
|
- users
|
||||||
- summary
|
|
||||||
|
|
||||||
# Phase 2 - install.
|
# Phase 2 - install.
|
||||||
# View modules are not shown. Only the view modules shown in the previous phase are
|
# View modules are not shown. Only the view modules shown in the previous phase are
|
||||||
# allowed, their names should be added here as placeholders to specify the order in
|
# allowed, their names should be added here as placeholders to specify the order in
|
||||||
# which view module jobs should be enqueued. Job modules are also allowed.
|
# which view module jobs should be enqueued. Job modules are also allowed.
|
||||||
install:
|
install:
|
||||||
#- dummyprocess
|
|
||||||
#- dummypython
|
|
||||||
- partition
|
|
||||||
- mount
|
|
||||||
- unpackfs
|
|
||||||
- machineid
|
- machineid
|
||||||
- fstab
|
|
||||||
- locale
|
- locale
|
||||||
- keyboard
|
|
||||||
- localecfg
|
- localecfg
|
||||||
# Not required for Debian
|
- keyboard
|
||||||
#- initcpiocfg
|
|
||||||
#- initcpio
|
|
||||||
- users
|
- users
|
||||||
- displaymanager
|
|
||||||
- networkcfg
|
- networkcfg
|
||||||
- hwclock
|
|
||||||
- services
|
- services
|
||||||
#- dracut
|
- packages
|
||||||
# Add initramfs module for Debian
|
- removeuser
|
||||||
- initramfs
|
|
||||||
- grubcfg
|
|
||||||
- bootloader
|
|
||||||
- umount
|
|
||||||
|
|
||||||
# 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
|
||||||
@ -76,3 +59,6 @@ branding: default
|
|||||||
# install phase, i.e. at the point of no return. If it's false, no prompt is shown.
|
# install phase, i.e. at the point of no return. If it's false, no prompt is shown.
|
||||||
# Default is false.
|
# Default is false.
|
||||||
prompt-install: false
|
prompt-install: false
|
||||||
|
|
||||||
|
dont-chroot: true
|
||||||
|
|
||||||
|
5
debian/unpackfs.conf
vendored
5
debian/unpackfs.conf
vendored
@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
unpack:
|
|
||||||
- source: "/lib/live/mount/medium/live/filesystem.squashfs"
|
|
||||||
sourcefs: "squashfs"
|
|
||||||
destination: ""
|
|
Loading…
x
Reference in New Issue
Block a user