first steps
This commit is contained in:
6
final.sh
6
final.sh
@@ -105,6 +105,9 @@ install_system() {
|
|||||||
systemctl enable NetworkManager
|
systemctl enable NetworkManager
|
||||||
systemctl enable sshd
|
systemctl enable sshd
|
||||||
|
|
||||||
|
$(complele_install_script_generator) > /home/${_USERNAME}/complete_install.sh
|
||||||
|
chmod +x /home/${_USERNAME}/complete_install.sh
|
||||||
|
|
||||||
systemctl enable ly@tty2.service
|
systemctl enable ly@tty2.service
|
||||||
systemctl disable getty@tty2.service
|
systemctl disable getty@tty2.service
|
||||||
systemctl mask getty@tty2.service
|
systemctl mask getty@tty2.service
|
||||||
@@ -117,8 +120,7 @@ EOF
|
|||||||
disks_prepare
|
disks_prepare
|
||||||
fs_init
|
fs_init
|
||||||
install_system
|
install_system
|
||||||
complele_install_script_generator > /mnt/home/${_USERNAME}/complete_install.sh
|
|
||||||
chmod +x /mnt/home/${_USERNAME}/complete_install.sh
|
|
||||||
echo "DONE! "
|
echo "DONE! "
|
||||||
#umount -R /mnt
|
#umount -R /mnt
|
||||||
#cryptsetup close cryptroot
|
#cryptsetup close cryptroot
|
||||||
|
|||||||
Reference in New Issue
Block a user