Customizining Mini Xp From Hiren's Boot Cd
Created: 2021-08-08
Reading time: 1 min
Install wimlib
Edit /etc/portage/package.use, add app-arch/wimlib fuse iso
and emerge
app-arch/wimlib.
Add test.txt to Desktop (proof of concept)
- wimmountrw /mnt/usb/HBCD/XP/XP.wim /mnt/iso
- echo test > /mnt/iso/Documents\ and\ Settings/Default\ User/Desktop/test.txt
- wimunmount –commit /mnt/iso
- ~/Downloads/scratch/sys-rescue.sh –launch-vm
- check if test.txt exists
- ~/Downloads/scratch/sys-rescue.sh –close-vm –mount-dev
Refs