Cleaned up makeiso.sh
This commit is contained in:
parent
84d250110e
commit
4af73a241f
@ -1,6 +1,6 @@
|
|||||||
echo Installing Dependancies
|
echo Installing Dependancies
|
||||||
|
|
||||||
sudo pacman -Syu python3 python-pytest pkgconf git sequoia-sq archiso micro grub base-devel
|
sudo pacman -Sy python3 python-pytest pkgconf git sequoia-sq archiso micro grub base-devel
|
||||||
|
|
||||||
echo Adding Keys
|
echo Adding Keys
|
||||||
|
|
||||||
@ -12,4 +12,4 @@ cd ..
|
|||||||
echo Making ISO...
|
echo Making ISO...
|
||||||
mkdir -p out/
|
mkdir -p out/
|
||||||
mkdir -p work/
|
mkdir -p work/
|
||||||
sudo mkarchiso -v -o out/ -w work/ -L Arch32ISO -P Xircon -m iso baseline/
|
sudo mkarchiso -v -o out/ -w work/ -L Arch32MINI -P Xircon -m iso baseline/
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user