diff options
author | MatMoul <matmoul@gmail.com> | 2020-04-08 04:17:25 +0200 |
---|---|---|
committer | MatMoul <matmoul@gmail.com> | 2020-04-08 04:17:25 +0200 |
commit | df6c2bde7c8bb7dd5406aaa3a5b99022a3b57b01 (patch) | |
tree | d1872b9d16fd44c199db90dd9cfa7ec78747a379 /samples/custompackagelist | |
parent | a17a636e1cbb21d72447034295413c418d93ea24 (diff) | |
download | hyperfi-df6c2bde7c8bb7dd5406aaa3a5b99022a3b57b01.tar.lz hyperfi-df6c2bde7c8bb7dd5406aaa3a5b99022a3b57b01.tar.xz hyperfi-df6c2bde7c8bb7dd5406aaa3a5b99022a3b57b01.zip |
Add custom package list support
Diffstat (limited to 'samples/custompackagelist')
-rw-r--r-- | samples/custompackagelist | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/samples/custompackagelist b/samples/custompackagelist new file mode 100644 index 0000000..0dd466c --- /dev/null +++ b/samples/custompackagelist @@ -0,0 +1,13 @@ +# This file is a sample of a custom package list that is available at the pacstrap step. +# Each line is a package but empty line and commented line is supported. + +# How to use : +# Store your own file on a web server +# Launch archfi with : +# archfi -cpl url_of_the_file + +# Some packages : +neofetch +nmon +lsusb +# base-devel |