mirror of
https://codeberg.org/alpine/alpine-isomaker.git
synced 2023-08-25 13:53:19 +02:00
22 lines
509 B
YAML
Executable File
22 lines
509 B
YAML
Executable File
name: alpine-venenux-edge
|
|
distro: alpine
|
|
publisher: VenenuX Alpine x64 edge
|
|
label: VENENUX_ALPINE_EDGE
|
|
codename: edge
|
|
application_id: Alpine Linux Live VenenuX
|
|
arch: x86
|
|
compression: squashfs||-comp gzip
|
|
grub_cfg: grub.cfg
|
|
linux_args: quiet acpi_enforce_resources=lax iomem=relaxed nomsi
|
|
packages:
|
|
- packages-base
|
|
file_permissions:
|
|
- /etc/shadow|0:0:400
|
|
customize_airootfs:
|
|
- airootfs_run.sh
|
|
customize_airootfs_pre:
|
|
- airootfs_pre.sh
|
|
airootfs_directory_pre: airootfs_pre
|
|
airootfs_directory: airootfs_dir
|
|
|