diff --git a/koffe.is b/koffe.is index fe9050f..890b7cd 100755 --- a/koffe.is +++ b/koffe.is @@ -39,9 +39,10 @@ bash coms whiptail --clear --backtitle "Koffe Offline Arch Installer - made by Konicks(GRI)" --title "Initial setup ready" --msgbox "Well, that was it for the initial setup, now press ok, grab a cup of coffee and wait for linux to install. Be sure to stick around for the post-install configurations tho." 0 0 #to implement extras file pacstrap /mnt - < install.list +genfstab -U /mnt >> /mnt/etc/fstab cp pi.is /mnt/root/ echo 'bash /root/pi.is' > /mnt/root/.bashrc echo 'echo "" > /root/.bashrc' >> /mnt/root/.bashrc arch-chroot /mnt whiptail --clear --backtitle "Koffe Offline Arch Installer - made by Konicks(GRI)" --title "Goodbye screen" --msgbox "Well, that was everything. I'll reboot the system for you" 0 0 -reboot \ No newline at end of file +reboot