emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#42495: closed (Option not working in scripting mode.)


From: GNU bug Tracking System
Subject: bug#42495: closed (Option not working in scripting mode.)
Date: Thu, 23 Jul 2020 22:53:02 +0000

Your message dated Thu, 23 Jul 2020 15:52:17 -0700
with message-id <20200723225217.GD88912@ohop.brianlane.com>
and subject line Re: bug#42495: Option not working in scripting mode.
has caused the debbugs.gnu.org bug report #42495,
regarding Option not working in scripting mode.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
42495: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=42495
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: Re: Option not working in scripting mode. Date: Thu, 23 Jul 2020 18:14:35 +0000
Seems like I accidentally deleted the last sentence. When I try the second chunk of commands, I get a invalid option error.


Sent with ProtonMail Secure Email.

‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐
On Thursday, July 23, 2020 6:13 PM, Sachiel2008 <Sachiel2008@protonmail.com> wrote:

Dear GNU

I found the following command op the internet:
root@localhost # parted -a optimal /dev/sda
(parted) unit mib
(parted) mkpart primary 515 -1

However, when I try to turn it into a part of a script like this:
root@localhost # parted --script /dev/sda mkpart primary 515 -1

Greetings, Sachiel2008




--- End Message ---
--- Begin Message --- Subject: Re: bug#42495: Option not working in scripting mode. Date: Thu, 23 Jul 2020 15:52:17 -0700
On Thu, Jul 23, 2020 at 06:14:35PM +0000, Sachiel2008 via Bug reports for the 
GNU Parted disk partition editor wrote:
> Seems like I accidentally deleted the last sentence. When I try the second 
> chunk of commands, I get a invalid option error.
> 
> Sent with [ProtonMail](https://protonmail.com) Secure Email.
> 
> ‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐
> On Thursday, July 23, 2020 6:13 PM, Sachiel2008 <Sachiel2008@protonmail.com> 
> wrote:
> 
> > Dear GNU
> >
> > I found the following command op the internet:
> >
> >> root@localhost # parted -a optimal /dev/sda
> >> (parted) unit mib
> >> (parted) mkpart primary 515 -1
> >
> > However, when I try to turn it into a part of a script like this:
> >
> >> root@localhost # parted --script /dev/sda mkpart primary 515 -1

You need to pass -- so that the argument parser won't try to turn -1
into an option:

 parted --script -- /dev/sda mkpart primary 515 -1

Brian

-- 
Brian C. Lane (PST8PDT) - weldr.io - lorax - parted - pykickstart



--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]