SaturnArch/build.sh
2021-02-12 12:57:40 +00:00

23 lines
736 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 airootfs/etc/sudoers airootfs/to_install/etc
cp -r airootfs/usr/backgrounds airootfs/to_install/usr
cp -r airootfs/usr/saturnarch airootfs/to_install/usr
cp -r airootfs/usr/local/bin airootfs/to_install/usr/local
mkarchiso -v -o ${PWD}/out ${PWD}