aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/x86/image/gen_image_generic.sh
Commit message (Collapse)AuthorAgeFilesLines
* scripts/gen_image_generic.sh: move from x86/imageStijn Tintel2017-07-141-37/+0
| | | | | | The script can also be useful for other targets. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* all: replace genext2fs with make_ext4fsJo-Philipp Wich2015-04-201-4/+2
| | | | | | Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 45517
* x86: use PARTUUID instead explicitly specifying the device by defaultJo-Philipp Wich2015-03-241-1/+1
| | | | | | | | | | | | | This changes the x86 image generation to match x86_64, using the PARTUUID for the rootfs instead of explicitly configuring the device. It unbreaks KVM with VirtIO, which uses /dev/vda2 instead of /dev/sda2. Tested in QEMU/KVM with VirtIO, VirtualBox and VMware. Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net> SVN-Revision: 44966
* x86: split generic image building into a separate scriptFelix Fietkau2012-09-221-0/+39
SVN-Revision: 33511