first commit
This commit is contained in:
19
profiles/boot-to-firefox/profiledef.sh
Normal file
19
profiles/boot-to-firefox/profiledef.sh
Normal file
@@ -0,0 +1,19 @@
|
||||
#!/usr/bin/env bash
|
||||
iso_name="BOOTTOFIREFOX"
|
||||
iso_label="BOOTTOFIREFOX"
|
||||
iso_publisher="0x0001f346 0x0001f346@pm.me>"
|
||||
iso_application="Boot to Firefox"
|
||||
install_dir="arch"
|
||||
buildmodes=('iso')
|
||||
arch="x86_64"
|
||||
pacman_conf="airootfs/etc/pacman.conf"
|
||||
bootmodes=(
|
||||
'bios.syslinux.mbr'
|
||||
'bios.syslinux.eltorito'
|
||||
'uefi-x64.systemd-boot.esp'
|
||||
'uefi-x64.systemd-boot.eltorito'
|
||||
)
|
||||
file_permissions=(
|
||||
["/etc/gshadow"]="0:0:0400"
|
||||
["/etc/shadow"]="0:0:400"
|
||||
)
|
Reference in New Issue
Block a user