mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-10-29 07:54:08 +00:00
To boot initrdless, the kernel supports a limited number of ways to specify the location of the root filesystem[1]. One of them is to use the PARTUUID (which will be different for every cloud-image), another is to use the PARTLABEL (partition name). To allow the use of PARTLABEL in the kernel command line and make our cloud-images more self-describing, set the PARTLABEL to cloudimg-rootfs which is the same label we use for the file system inside this partition. [1] https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/block/early-lookup.c#n217
Description
Languages
Shell
86.1%
Python
11.9%
Perl
2%