should probably do a check-in...
This commit is contained in:
9
TODO
9
TODO
@@ -1,19 +1,12 @@
|
||||
- config layout
|
||||
-- need to apply defaults and annotate/document
|
||||
|
||||
it seems urllib in python3 doesn't support ftps, so you'll need to use ftplib if so.
|
||||
|
||||
server = ftplib.FTP_TLS(server, user, password)
|
||||
server.login(user, password)
|
||||
server.prot_p()
|
||||
server.retrlines("RETR " + filepath)
|
||||
|
||||
should do it.
|
||||
|
||||
- use sgdisk? scripting (generated by python) for disk partitioning (part types listed at http://www.rodsbooks.com/gdisk/walkthrough.html )
|
||||
-- actually, might want to use parted --script instead? then we can do percentages. https://www.gnu.org/software/parted/manual/parted.html
|
||||
https://unix.stackexchange.com/questions/200582/scripteable-gpt-partitions-using-parted
|
||||
- add mkfs-ing
|
||||
- how to support mdadm, lvm?
|
||||
|
||||
-support serverside "autoconfig"- a mechanism to let servers automatically generate xml build configs. e.g.:
|
||||
kernel ... aif_url="https://build.domain.tld/aif-ng.php" auto=yes
|
||||
|
||||
Reference in New Issue
Block a user