2023-11-18 17:28:18 +03:00
|
|
|
("/sysconfig-base/language" action "write" lang ("en_US"))
|
|
|
|
("/sysconfig-base/kbd" action "write" layout "ctrl_shift_toggle")
|
|
|
|
("/datetime-installer" action "write" commit #t name "RU" zone "Europe/Moscow" utc #t)
|
|
|
|
("/evms/control" action "write" control open installer #t)
|
|
|
|
("/evms/control" action "write" control update)
|
|
|
|
("/evms/profiles/server" action apply commit #f clearall #t exclude ())
|
|
|
|
("/evms/control" action "write" control commit)
|
|
|
|
("/evms/control" action "write" control close)
|
|
|
|
("/pkg-init" action "write")
|
|
|
|
("/pkg-install" action "write" lists "" auto #t)
|
|
|
|
("/preinstall" action "write")
|
|
|
|
("/grub" action "write" device "/dev/vda" passwd #f passwd_1 "*" passwd_2 "*")
|
2023-11-19 22:26:09 +03:00
|
|
|
; настройка сетевого интерфейса на получение адреса по DHCP
|
2023-11-18 17:28:18 +03:00
|
|
|
("/net-eth" action "write" reset #t)
|
2023-11-19 22:26:09 +03:00
|
|
|
("/net-eth" action "write" name "ens5" ipv "4" configuration "dhcp" default "" search "" dns "" computer_name "newhost" ipv_enabled #t)
|
2023-11-18 17:28:18 +03:00
|
|
|
("/net-eth" action "write" commit #t)
|
|
|
|
("/root/change_password" language ("en_US") passwd_2 "vagrant" passwd_1 "vagrant")
|
|
|
|
("/users/create_account" new_name "vagrant" gecos "vagrant" allow_su #t auto #f passwd_1 "vagrant" passwd_2 "vagrant" autologin #f)
|
2023-11-20 00:11:03 +03:00
|
|
|
("/postinstall/firsttime" run "sleep 20 && curl https://raw.githubusercontent.com/Maks1mS/alt-linux-vagrant-boxes/main/alt-server-v-10/setup.sh -o /root/post.sh && /bin/bash /root/post.sh")
|