Init script does not check for USBFLASH media
Posted: Thu 24 Aug 2006, 02:21
The script /initrd/sbin/init has a function called loadpupsfsfunc(). It checks for flash drives with a
[ "$PMEDIA" = "ideflash" ] && SIZETESTK=$SIZEFILLK
- however lots of people have PMEDIA of "usbflash", so the init script should test for that too.
The impact of this is that users who have copied PUP_202.SFS to a USB flash drive, or done a USB flash drive install, lose about 70Mb of RAM, and their boot-up takes 30-45 seconds longer.
This bug report follows on from the Beginners Help question I posted here:
http://www.murga.org/~puppy/viewtopic.php?t=8615
[ "$PMEDIA" = "ideflash" ] && SIZETESTK=$SIZEFILLK
- however lots of people have PMEDIA of "usbflash", so the init script should test for that too.
The impact of this is that users who have copied PUP_202.SFS to a USB flash drive, or done a USB flash drive install, lose about 70Mb of RAM, and their boot-up takes 30-45 seconds longer.
This bug report follows on from the Beginners Help question I posted here:
http://www.murga.org/~puppy/viewtopic.php?t=8615