Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorAnton Hvornum <anton@hvornum.se>2022-01-25 16:09:34 +0100
committerGitHub <noreply@github.com>2022-01-25 16:09:34 +0100
commit1aa738691e261b3dfaf5195ec7636617a283d47a (patch)
tree984508bfe332ea5cbe3bd2885a9b3c2cfe4ae9d4 /.gitignore
parent5406f1ed4541f46b28435434be04e82ee4378f1b (diff)
Fixing the 'device_instance' being None in some partition places (#902)
* Added a new return value from add_partition. Also added an exception to make sure `add_partition` can't continue silently * Added a log of debugging to add_partition * Removed a blank line (flake8) * Misconfigured variable * Added some more debugging information to partprobe * FIX: disk layout: partprobe should be called and checked only for target device (#896) * disk layout: partprobe should be called and checked only for target device * disk layout: partprobe: removed unnecessary bash subprocess * Properly defined BlockDevice() on Partition() creation. Also made sure mount-checks got some rrro handling and non-block devices should no longer attempt to return a size Co-authored-by: Anton Hvornum <anton.feeds@gmail.com> Co-authored-by: Victor Gavro <vgavro@gmail.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index d2f817c4..ef051974 100644
--- a/.gitignore
+++ b/.gitignore
@@ -29,3 +29,4 @@ venv
.idea/**
**/install.log
.DS_Store
+**/cmd_history.txt