|
Edited by loboris at 2015-8-30 10:28
The uploaded desktop images are base image (mini) + desktop (installed with install_xxx_desktop script) + some manual tweaking.
You can easily create any combination of base image + desktop.
About XFCE, I'll upload Debian Jessie XFCE image later.
Linux root fs can be created on external USB HD.
You can use create_image script to create Linux root fs in local directory (image_name="") and then copy (with rsync) to USB HD partition.
Or you can copy Linux partition from SD Card to external USB HD.
- sudo rsync -r -t -p -o -g -x --delete -l -H -D --numeric-ids -s --stats <linux_root_directory>/ <mounted_usbhd_partition>/
Copy code You must have botable sd card inserted (possibly the small one, with only fat partition), and uImage prepared to boot from USB HD.
I'm working on uImage version which will be able to detect the presence of Linux root fs on any partition on external USB HD (or flash drive) and boot from it automatically.
That way you'll be able to have two different Linux installation, one on SD Card and one on USB HD, and boot to USB one if inserted.
|
|