config: fix backwards compatibility break
when the --fdisk and --losetup options were removed, the entries in the getopt option list should have remained for backwards compatibility such that the usage warnings can kick in instead of unknown option errors. Gbp-Dch: Ignore
This commit is contained in:
parent
561f2dcc3a
commit
01a6de2f4c
|
@ -141,7 +141,7 @@ Local_arguments ()
|
|||
LONG_OPTIONS="apt:,apt-ftp-proxy:,apt-http-proxy:,apt-options:,aptitude-options:,debootstrap-options:,debootstrap-script:,
|
||||
apt-pipeline:,apt-recommends:,apt-secure:,apt-source-archives:,cache:,cache-indices:,cache-packages:,
|
||||
cache-stages:,debconf-frontend:,debconf-priority:,dump,
|
||||
initramfs:,initramfs-compression:,initsystem:,mode:,system:,tasksel:,
|
||||
initramfs:,initramfs-compression:,initsystem:,fdisk:,losetup:,mode:,system:,tasksel:,
|
||||
architecture:,architectures:,clean,
|
||||
distribution:,parent-distribution:,parent-debian-installer-distribution:,
|
||||
distribution-chroot:,parent-distribution-chroot:,
|
||||
|
|
Loading…
Reference in New Issue