diff options
| author | Joey Hess <joeyh@joeyh.name> | 2017-07-28 11:47:11 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2017-07-28 11:47:11 -0400 |
| commit | 93e8d4c41b7f125f755775707c0277a72437cf36 (patch) | |
| tree | 8ca98ce34635666a70aed3bc8b79e57256eff30b /doc | |
| parent | d9a9a36937352d74856ea311f2ba477ca74999ed (diff) | |
comment
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/forum/host_to_deal_with_dpkg::options.mdwn | 2 | ||||
| -rw-r--r-- | doc/forum/host_to_deal_with_dpkg::options/comment_2_bac8129b570ce216ef9f6aa6c0e12c1e._comment | 9 |
2 files changed, 11 insertions, 0 deletions
diff --git a/doc/forum/host_to_deal_with_dpkg::options.mdwn b/doc/forum/host_to_deal_with_dpkg::options.mdwn index a6d74986..5faaefe2 100644 --- a/doc/forum/host_to_deal_with_dpkg::options.mdwn +++ b/doc/forum/host_to_deal_with_dpkg::options.mdwn @@ -1,3 +1,5 @@ +[[!meta title "how to deal with dpkg::options"]] + Hello I try to create a distUpgrade property in order to migrate one of my computer from jessie -> stretch diff --git a/doc/forum/host_to_deal_with_dpkg::options/comment_2_bac8129b570ce216ef9f6aa6c0e12c1e._comment b/doc/forum/host_to_deal_with_dpkg::options/comment_2_bac8129b570ce216ef9f6aa6c0e12c1e._comment new file mode 100644 index 00000000..39e0ebc3 --- /dev/null +++ b/doc/forum/host_to_deal_with_dpkg::options/comment_2_bac8129b570ce216ef9f6aa6c0e12c1e._comment @@ -0,0 +1,9 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 2""" + date="2017-07-28T15:45:43Z" + content=""" +I doubt that apt's option parser deals with quotes; those are normally +handled by the shell. runApt does not pass the command through the shell, +so probably simply removing the quotes from inside the parameter will work. +"""]] |
