summaryrefslogtreecommitdiff
path: root/iso/doc
blob: 56ca007355a4c70f53813c97c55bc89bfd9936cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
wget http://www.parabolagnulinux.org/docs/blacklist.txt
sort -u packages.i686 >> packages.i686.libre
sort -u packages.x86_64 >> packages.x86_64.libre
sort -u blacklist.txt >> blacklist_archiso

# Find every line refering to archlinux
find . -exec grep -Hni --color=always 'arch \?linux' '{}' \;

# Now edit Makefile to change archlinux ISO name to parabola
# and mirrorlist to http://parabolagnulinux.org/mirrorlist

# Make ISO building verbose
sed -i "s/mkarchiso/\& -v/" Makefile

# Edit boot-files/syslinux/syslinux.cfg
# Change boot-files/splash.png