disktype 20090807
August 10, 2009 —
BarryK
Kirk reported that 'disktype' needs to be got out of cvs for ext4 support. Puppy has the 'disktype' executable in the initrd as well as the main filesystem, so I have to compile it statically. I have done so in uClibc. Note, I edited the Makefile and added '-static', like so:
$(TARGET): $(OBJS)
$(CC) -static $(LDFLAGS) -o $(TARGET) $(OBJS) $(LIBS)
Tags: woof