SaturnArch/build.sh
2021-02-07 20:23:21 +00:00

19 lines
632 B
Bash
Executable File

rm -rf airootfs/to_install
mkdir airootfs/to_install
mkdir airootfs/to_install/etc
mkdir airootfs/to_install/usr
mkdir airootfs/to_install/usr/local
touch airootfs/to_install/do_not_edit
cp packages.x86_64 airootfs/to_install
cp -r airootfs/etc/skel airootfs/to_install/etc
cp airootfs/etc/pacman.conf airootfs/to_install/etc
cp airootfs/etc/os-release airootfs/to_install/etc
cp airootfs/etc/bash.bashrc airootfs/to_install/etc
cp -r airootfs/etc/pacman.d airootfs/to_install/etc
cp -r airootfs/usr/backgrounds airootfs/to_install/usr
cp -r airootfs/usr/local/bin airootfs/to_install/usr/local
mkarchiso -v -o ${PWD}/out ${PWD}