B BrianHawley New Member Nov 20, 2024 1 0 1 Yesterday at 20:03 #1 Can the iso image be kickstarted with a script similar to anaconda, or must the "question and answer" approach be used?
Can the iso image be kickstarted with a script similar to anaconda, or must the "question and answer" approach be used?
H Hypixel Studios New Member Nov 18, 2024 6 0 1 hypixelstudios.com Yesterday at 20:12 #2 BrianHawley said: Can the iso image be kickstarted with a script similar to anaconda, or must the "question and answer" approach be used? Click to expand... Code: qm create 143 --name testKS1 --net0 e1000 --bootdisk ide0 --ostype l26 -ide0 lvmGroup1:4,format=raw --onboot no --sockets 1 --args '-append ks=url/path/to/file.ks' That's how to seen people do it
BrianHawley said: Can the iso image be kickstarted with a script similar to anaconda, or must the "question and answer" approach be used? Click to expand... Code: qm create 143 --name testKS1 --net0 e1000 --bootdisk ide0 --ostype l26 -ide0 lvmGroup1:4,format=raw --onboot no --sockets 1 --args '-append ks=url/path/to/file.ks' That's how to seen people do it
t.lamprecht Proxmox Staff Member Staff member Jul 28, 2015 6,357 3,065 303 South Tyrol/Italy shop.proxmox.com Yesterday at 20:42 #3 BrianHawley said: Can the iso image be kickstarted with a script similar to anaconda, or must the "question and answer" approach be used? Click to expand... For Proxmox projects we only support our Automated Installation. FWIW, we're working on some new features like post-installation hooks to allow further automatic customizations with that; should be available soon.
BrianHawley said: Can the iso image be kickstarted with a script similar to anaconda, or must the "question and answer" approach be used? Click to expand... For Proxmox projects we only support our Automated Installation. FWIW, we're working on some new features like post-installation hooks to allow further automatic customizations with that; should be available soon.