diff --git a/olaios.sh b/olaios.sh index 7c3bef0..d01ee85 100644 --- a/olaios.sh +++ b/olaios.sh @@ -1,11 +1,5 @@ #!/bin/bash - chmod +x ./0-preinstall.sh - chmod +x ./1-setup.sh - chmod +x ./2-user.sh - chmod +x ./3-post-setup.sh - chmod +x ./kderice-backup.sh - chmod +x ./kderice-restore.sh - chmod +x ./setconsole.sh + bash 0-preinstall.sh arch-chroot /mnt /root/OlaiOS/1-setup.sh source /mnt/root/OlaiOS/install.conf diff --git a/olaios.sh.bak b/olaios.sh.bak new file mode 100644 index 0000000..7c3bef0 --- /dev/null +++ b/olaios.sh.bak @@ -0,0 +1,13 @@ +#!/bin/bash + chmod +x ./0-preinstall.sh + chmod +x ./1-setup.sh + chmod +x ./2-user.sh + chmod +x ./3-post-setup.sh + chmod +x ./kderice-backup.sh + chmod +x ./kderice-restore.sh + chmod +x ./setconsole.sh + bash 0-preinstall.sh + arch-chroot /mnt /root/OlaiOS/1-setup.sh + source /mnt/root/OlaiOS/install.conf + arch-chroot /mnt /usr/bin/runuser -u $username -- /home/$username/OlaiOS/2-user.sh + arch-chroot /mnt /root/OlaiOS/3-post-setup.sh \ No newline at end of file