On 4/6/19 8:19 PM, Dennis Clarke wrote: > I just did a quick test here and ran into an inability to partition the > internal disk. > > You can listen to me rambling about this at : > > https://www.youtube.com/watch?v=HQwwexSvpY0 > > Just skip ahead to the 3:45 time mark and we can see partition process > is not there.
Your video description is not correct. d-i does not use parted but libparted. The correct command is "partman": ~ # find . -name "partman" ./var/log/partman ./var/lib/partman ./lib/partman ./bin/partman ~ # partman uses libparted: ~ # find . -name "libpart*" ./cdrom/pool-sparc64/main/p/parted/libparted2-udeb_3.2-24_sparc64.udeb ./cdrom/pool-sparc64/main/p/parted/libparted-fs-resize0-udeb_3.2-24_sparc64.udeb ./lib/libparted.so.2 ./lib/libparted.so.2.0.1 ./lib/libparted-fs-resize.so.0 ./lib/libparted-fs-resize.so.0.0.1 ~ # These files are part of partman-base which is shipped on the ISO (I just verified that). Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer - glaub...@debian.org `. `' Freie Universitaet Berlin - glaub...@physik.fu-berlin.de `- GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913