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
|
||||
# - pacman - Pacman
|
||||
#
|
||||
backend: packagekit
|
||||
backend: smart
|
||||
#
|
||||
# List of maps with package operations such as install or remove.
|
||||
# Distro developers can provide a list of packages to remove
|
||||
@ -24,12 +24,12 @@ backend: packagekit
|
||||
# storage called "packageOperations" and it is processed
|
||||
# after the static list in the job configuration.
|
||||
#
|
||||
#operations:
|
||||
operations:
|
||||
# - install:
|
||||
# - pkg1
|
||||
# - pkg2
|
||||
# - remove:
|
||||
# - pkg3
|
||||
- remove:
|
||||
- livecd-tools
|
||||
# - pkg4
|
||||
# - install:
|
||||
# - pkg5
|
||||
|
@ -1,8 +1,8 @@
|
||||
---
|
||||
unpack:
|
||||
- source: "/path/to/filesystem.img"
|
||||
sourcefs: "ext4"
|
||||
destination: ""
|
||||
- source: "/path/to/another/filesystem.sqfs"
|
||||
- source: "/cdrom/LiveOS/squashfs.img"
|
||||
sourcefs: "squashfs"
|
||||
destination: ""
|
||||
# - source: "/path/to/filesystem.img"
|
||||
# sourcefs: "ext4"
|
||||
# destination: ""
|
||||
|
@ -39,17 +39,18 @@ install:
|
||||
- locale
|
||||
- keyboard
|
||||
- localecfg
|
||||
- initcpiocfg
|
||||
- initcpio
|
||||
#- initcpiocfg
|
||||
#- initcpio
|
||||
- users
|
||||
#- displaymanager
|
||||
- networkcfg
|
||||
- hwclock
|
||||
- services
|
||||
#- dracut
|
||||
- dracut
|
||||
#- initramfs
|
||||
- grubcfg
|
||||
- grub
|
||||
- packages
|
||||
#- bootloader
|
||||
- umount
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user