~xubuntu-dev/ubuntu-cdimage/xubuntu-base

« back to all changes in this revision

Viewing changes to bin/find-live-filesystem

  • Committer: Sean Davis
  • Date: 2018-03-28 10:32:07 UTC
  • mfrom: (1559.1.156 ubuntu-cdimage)
  • Revision ID: smd.seandavis@gmail.com-20180328103207-o6s9d6h0hxxh8eqc
Merge lp:ubuntu-cdimage rev 1715

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
 
33
33
    parser = OptionParser(
34
34
        "%prog ARCH cloop|squashfs|kernel|kernel-efi-signed|initrd|bootimg|"
35
 
        "manifest|manifest-desktop|manifest-remove|"
36
 
        "size|winfoss|wubi|umenu|usb-creator|ltsp-squashfs|"
37
 
        "ext2|ext3|ext4|rootfs.tar.gz|custom.tar.gz|device.tar.gz|tar.xz|iso")
 
35
        "manifest|manifest-desktop|manifest-remove|manifest-minimal-remove|"
 
36
        "disk1.img.xz|img.xz|size|winfoss|wubi|umenu|usb-creator|"
 
37
        "ltsp-squashfs|ext2|ext3|ext4|rootfs.tar.gz|custom.tar.gz|"
 
38
        "device.tar.gz|tar.xz|iso")
38
39
    _, args = parser.parse_args()
39
40
    if len(args) < 2:
40
41
        parser.error("need architecture and item")