WeeDog32-Void-2.8 Basic Desktop
Release of WeeDog32-Void-2.8
32 Bit ---- Built from Void Linux binaries
FIrefox 84.0 32-bit
Component |
Package |
---|---|
kernel |
5.9.16_1 void |
Package Manager |
xbps |
Window Manger |
JWM 2.3.7 |
Pinboard |
ROX 2.11 |
File Manager |
ROX-Filer 2.11 |
fixmenu (xdgmenumaker) |
populate jwm menus |
buildmenu (mjwm) |
populate jwm menus |
wiakwifi |
network connection |
wdmount |
mount partitions |
Install Frugally by mounting the ISO file and copy the contents to the frugal directory.
I have been using Grub4Dos to prepare the drive to boot.
IMPORTANT: Once booted connect to a network use wiakwifi
open a terminal:
Code: Select all
wiakwifi
To populate the menus:
Code: Select all
fixmenu
and click / open Menu->System->Update xlunch
Grub4Dos Boot code examples from a 32-bit IBM T-42 Pentium M laptop (2005) running from a 8 gig USB stick:
Code: Select all
title WeeDog32-Void-2.8 (uuid)
uuid 2b8739cf-6cb7-4a66-8ad6-f42020848e8c
kernel /WeeDog32-Void-2.8/vmlinuz-5.9.16_1 w_bootfrom=UUID=2b8739cf-6cb7-4a66-8ad6-f42020848e8c=/WeeDog32-Void-2.8 copy2ram forcepae
initrd /WeeDog32-Void-2.8/initrd.gz
title WeeDog32-Void-2.8 (label)
find --set-root uuid () 2b8739cf-6cb7-4a66-8ad6-f42020848e8c
kernel /WeeDog32-Void-2.8/vmlinuz-5.9.16_1 w_bootfrom=LABEL=WEEDOG32=/WeeDog32-Void-2.8 copy2ram forcepae
initrd /WeeDog32-Void-2.8/initrd.gz
Download: WeeDog32-Void-2.8