WHOOHOO! it validates finally...

This commit is contained in:
brent s
2017-03-08 11:50:06 -05:00
parent 459c48104b
commit 7035dfc490
3 changed files with 194 additions and 68 deletions

11
TODO
View File

@@ -8,6 +8,16 @@ bf566e594a2ad3e488fef7cfa6832d4ba857d8129b0c00fe3a096e9fbb85e92c268368a201f12f22
</disk>
...
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
@@ -23,7 +33,6 @@ parser: make sure to use https://mikeknoop.com/lxml-xxe-exploit/ fix
need to set proper location block for https://aif.square-r00t.net/aif.xsd
xmllint --noout --schema aif.xsd aif.xml
docs: