calamares: changes which already allow to perform an installation
This commit is contained in:
parent
2b76085598
commit
60b5eacfe4
@ -1,2 +0,0 @@
|
|||||||
---
|
|
||||||
kernel: linux312
|
|
@ -9,7 +9,7 @@
|
|||||||
# - apt - APT frontend for DEB and RPM
|
# - apt - APT frontend for DEB and RPM
|
||||||
# - pacman - Pacman
|
# - pacman - Pacman
|
||||||
#
|
#
|
||||||
backend: packagekit
|
backend: smart
|
||||||
#
|
#
|
||||||
# List of maps with package operations such as install or remove.
|
# List of maps with package operations such as install or remove.
|
||||||
# Distro developers can provide a list of packages to remove
|
# Distro developers can provide a list of packages to remove
|
||||||
@ -24,12 +24,12 @@ backend: packagekit
|
|||||||
# storage called "packageOperations" and it is processed
|
# storage called "packageOperations" and it is processed
|
||||||
# after the static list in the job configuration.
|
# after the static list in the job configuration.
|
||||||
#
|
#
|
||||||
#operations:
|
operations:
|
||||||
# - install:
|
# - install:
|
||||||
# - pkg1
|
# - pkg1
|
||||||
# - pkg2
|
# - pkg2
|
||||||
# - remove:
|
- remove:
|
||||||
# - pkg3
|
- livecd-tools
|
||||||
# - pkg4
|
# - pkg4
|
||||||
# - install:
|
# - install:
|
||||||
# - pkg5
|
# - pkg5
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
---
|
---
|
||||||
unpack:
|
unpack:
|
||||||
- source: "/path/to/filesystem.img"
|
- source: "/cdrom/LiveOS/squashfs.img"
|
||||||
sourcefs: "ext4"
|
|
||||||
destination: ""
|
|
||||||
- source: "/path/to/another/filesystem.sqfs"
|
|
||||||
sourcefs: "squashfs"
|
sourcefs: "squashfs"
|
||||||
destination: ""
|
destination: ""
|
||||||
|
# - source: "/path/to/filesystem.img"
|
||||||
|
# sourcefs: "ext4"
|
||||||
|
# destination: ""
|
||||||
|
@ -39,17 +39,18 @@ install:
|
|||||||
- locale
|
- locale
|
||||||
- keyboard
|
- keyboard
|
||||||
- localecfg
|
- localecfg
|
||||||
- initcpiocfg
|
#- initcpiocfg
|
||||||
- initcpio
|
#- initcpio
|
||||||
- users
|
- users
|
||||||
#- displaymanager
|
#- displaymanager
|
||||||
- networkcfg
|
- networkcfg
|
||||||
- hwclock
|
- hwclock
|
||||||
- services
|
- services
|
||||||
#- dracut
|
- dracut
|
||||||
#- initramfs
|
#- initramfs
|
||||||
- grubcfg
|
- grubcfg
|
||||||
- grub
|
- grub
|
||||||
|
- packages
|
||||||
#- bootloader
|
#- bootloader
|
||||||
- umount
|
- umount
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user