Add archlinux image
This commit is contained in:
parent
06222691e8
commit
ff94b38a8a
3 changed files with 8 additions and 0 deletions
|
@ -10,6 +10,7 @@ if [[ ! -n $1 || -n $2 ]]; then
|
|||
cat <<- END
|
||||
Usage: arkanium-build [variant]
|
||||
Variants:
|
||||
archlinux Plain Arch Linux TTY image
|
||||
arkanelinux Arkane Linux GNOME image
|
||||
|
||||
Variants are loaded based on their directory names, the ones listed here
|
||||
|
|
6
arkanium-build.d/archlinux/base.list
Normal file
6
arkanium-build.d/archlinux/base.list
Normal file
|
@ -0,0 +1,6 @@
|
|||
base
|
||||
linux
|
||||
linux-firmware
|
||||
amd-ucode
|
||||
intel-ucode
|
||||
arkane-keyring
|
1
arkanium-build.d/archlinux/type
Normal file
1
arkanium-build.d/archlinux/type
Normal file
|
@ -0,0 +1 @@
|
|||
archlinux
|
Loading…
Add table
Reference in a new issue